	if(navigator.userAgent.indexOf("Firefox") != -1)
{
	document.writeln('<link rel="stylesheet" href="/css/winmac_ff_5.css" type="text/css" />');
}
else
{
	document.writeln('<link rel="stylesheet" href="/css/winmac_ie_6.css" type="text/css" />');
}


