﻿// JScript 文件

var thisURL = document.URL;
 
        var thisHREF = document.location.href;         
        
        if(thisHREF=="http://mail.xhtc.com.cn/"){
            window.location.href = "http://www.xhtc.com.cn/bid/new/email/index.html";
        }        
