var domain=location.host;
if(domain=="www.123fm.cn")
	location="http://www.123fm.cn/www"; 
if(domain=="123fm.cn")
	 location="http://www.123fm.cn/www";  
function ResizeImage(objImage,maxWidth) {
try{
  if(maxWidth>0){
   if(objImage.width>maxWidth){
    objImage.width=maxWidth;
   }
  }
}catch(e){};
}
  /*
  if(navigator.appVersion.indexOf("MSIE 6.") != -1){   
	alert('±¾Õ¾²»Ö§³Öie6'); 
	window.location='http://www.jspok.com/download.html';
}*/