//網站轉換區域
function ChangeHttp(newArea,oldArea){
    //alert(newArea);
    //alert(Login( "process.php?method=DelHttpSession&str="+encodeURIComponent(newArea)));
    Login( "process.php?method=DelHttpSession&str="+encodeURIComponent(newArea));
    var Url = window.location.href.split("//");
    var Url = Url[1].split("/");
    var Url = Url[0].split(".");
    if(Url[1]=="168") window.location.href = "http://192.168.0.253/incompletion/asiuk/";
    else if(Url[1]=="s3-everywhere") window.location.href = "http://www.s3-everywhere.com/asiuk";
    else window.location.href = "http://www.asi-hk.com";
}

