var PlatForm = window.navigator.platform;
if(PlatForm == "Win32" || PlatForm == "Win16"){
	 document.write("<link rel=\"stylesheet\" href=/sports/volley/wfq2004/css/win.css type=\"text/css\">");
	document.close();
	}
	else if(PlatForm == "Mac68k" || PlatForm == "MacPPC"){
	 document.write("<link rel=\"stylesheet\" href=/sports/volley/wfq2004/css/mac.css type=\"text/css\">");
	document.close();
	}
	else{
	 document.write("<link rel=\"stylesheet\" href=/sports/volley/wfq2004/css/win.css type=\"text/css\">");
	document.close();
	}
