	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/awinmac_ie_5.css" type="text/css" />'); 
}
