var Ksh1 = [];

function $$(_G$ySCoMp2) {
    return window["document"]['getElementById'](_G$ySCoMp2)
}

function errorIMG(m3) {
    m3['src'] = "/static/picture/default.png"
}

function errorImg(LICn4) {
    LICn4['src'] = "/static/picture/zhanweiImg.png"
}

function error150x110(_wsPJ5) {
    _wsPJ5['src'] = "/static/picture/error150x110.png"
}

function errorBodyIMG($6) {
    $6['parentNode']['innerHTML'] = ""
}

function getUrlPara(J7) {
    var EhMFh8 = location['href'];
    var nl9 = EhMFh8['indexOf']("?");
    var RGthbw10 = EhMFh8['substr'](nl9 + 1);
    var czLfouPK11 = RGthbw10['split']("&");
    for (var egvrcsn12 = 0; egvrcsn12 < czLfouPK11['length']; egvrcsn12++) {
        var R$j13 = czLfouPK11[egvrcsn12]['split']("=");
        if (R$j13[0]['toUpperCase']() == J7['toUpperCase']()) return R$j13[1]
    }
    return ""
}

function noAAA() {
    return false
};
//window["document"]['onselectstart'] = noAAA;
//window["document"]['oncontextmenu'] = noAAA;




function browserRedirect() {

      var sUserAgent = navigator.userAgent.toLowerCase();
      var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
      var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
      var bIsMidp = sUserAgent.match(/midp/i) == "midp";
      var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
      var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
      var bIsAndroid = sUserAgent.match(/android/i) == "android";
      var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
      var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
      if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
        //phone
        var oUrl=window.location.href;
	    var subStr=new RegExp('www');
	    if(oUrl.indexOf('www')>=0){
	    	var result=oUrl.replace(subStr,"m");
	    	window.location=result;
	    }

      } else {
        //pc
      }
    }

if(window.location.hash=='#pc'){}else{browserRedirect();} 
