
var agt=navigator.platform.toLowerCase();
var mac  = (agt.indexOf('mac') != -1);
if(!(mac)){
	if (navigator.appName == 'Microsoft Internet Explorer' || navigator.vendor == "Netscape6") {
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_games_ie.css'>");
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_ie.css'>");
	}
	else {
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_games_ns.css'>");
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_ns.css'>");
	}
}
else {
	if (navigator.appName == 'Microsoft Internet Explorer' || navigator.vendor == "Netscape6") {
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_games_ie_mac.css'>");
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_ie_mac.css'>");
	}
	else {
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_games_ns_mac.css'>");
		document.write("<link rel='stylesheet' type='text/css' href='/common/css/style_ns_mac.css'>");
	}
}

