﻿var url=window.location; 

if(String(url).indexOf("xbla")!=-1){  
 window.location ="http://www.xbla.com.cn/xb";
}if(String(url).indexOf("xbguangchumei")!=-1){  
 window.location ="http://www.xbguangchumei.com/gcm";
}
if(String(url).indexOf("wenshiman")!=-1){  
 window.location ="http://www.wenshiman.com.cn/wsm";
}
if(String(url).indexOf("naisuan")!=-1){  
 window.location ="http://www.naisuanbeng.com.cn/shuibeng";
}

