
if(window.onDomReady && navigator.userAgent.toString().indexOf("Safari") != -1)
{
	document.write('<link rel="stylesheet" type="text/css" href="/css/patch/safari.css" />');
}

if(window.onDomReady && navigator.userAgent.toString().indexOf("Gecko") != -1)
{
	document.write('<link rel="stylesheet" type="text/css" href="/css/patch/gecko.css" />');
}