//// script, huck, +
document.write('<link rel="stylesheet" type="text/css" href="/css/others.css"  media="screen,tv" />');
	
	//// cssU蕪
	//Win Server 2003, XP, 2000, NT 4.0, ME, 98, 95, CE
if(navigator.userAgent.match(/Windows NT (4|5)\.\d+|windows (98|95|CE)/)){
	document.write('<link rel="stylesheet" type="text/css" href="/css/win.css"  />');
}

				
//// IE6 a:hover
try { 
						document.execCommand('BackgroundImageCache', false, true);
						} catch(e) {}
