  try{
   loaded = (connection=="broadband"||connection=="xdsl"||connection=="cable"||connection=="?"); 
   narrowBand = !loaded;
   cload = (country=="china"); //||country.indexOf("anon")>0);
   try {
   	var intercheck = params(document.cookie,"INTER",null);
   	if (intercheck=="1") cload=false;
   	if (intercheck=="0") cload=true;
   }
   catch(ex) {}
   if (cload){
   	document.location.replace("http://hkdisneyland.8558.com.cn/hkdlmice/zh_CN/index?id=HomePage");
   }
   var modecheck = params(document.cookie,"MODE",null);
   if (modecheck=="1") loaded=false;
   if (modecheck=="0") loaded=true;
  }
  catch(e) {
  	loaded=true;
  }
