

if ( ($.client.os == 'Mac') && ($.client.browser == 'Firefox') )
{
	document.write('<link href = "/design/fre/stylesheets/corrections/firefoxMacStyle.css" rel = "stylesheet" type = "text/css" />');	
}
else if ($.client.os == 'Mac')
{
	document.write('<link href = "/design/fre/stylesheets/corrections/macStyle.css" rel = "stylesheet" type = "text/css" />');
}
if ( ($.client.os == 'Android') && ($.client.browser == 'Safari') )
{
	document.write('<link href = "/design/fre/stylesheets/androidSafariStyle.css" rel = "stylesheet" type = "text/css" />');
}

if ( ($.client.browser == 'Explorer') )
{
	document.write('<link href = "/design/fre/stylesheets/corrections/IEStyle.css" rel = "stylesheet" type = "text/css" />');
}

/*if ( ($.client.os == 'Windows') && ($.client.browser == 'Firefox') )
{
	document.write('<link href = "/design/fre/stylesheets/corrections/firefoxWindowsStyle.css" rel = "stylesheet" type = "text/css" />');
}
*/
