//// script, huck, +ƒ¿
 document.write('<link rel="stylesheet" type="text/css" href="/css/others.css"  media="screen,tv" />');
	
////Mac , Win Server 2003, XP, 2000, NT 4.0, ME, 98, 95, CE
if (navigator.userAgent.match(/Macintosh|Mac_PowerPC/)) {
  document.write('<link rel="stylesheet" type="text/css" href="/css/mac.css"  />');
}else 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) {}
