﻿var abc = "www.2sccn.cn";   
var qwe = window.location.host;
if(qwe != abc){    
window.location = "http://" + abc;    
}    
