switch(location.host){
case 'www.szjm.com.cn':
location.href="http://www.szjm.com.cn/jm/"
break;
case 'szjm.com.cn':
location.href="http://www.szjm.com.cn/jm/"
break;
case 'www.sztxhb.com':
location.href="http://www.sztxhb.com/sztxhb/"
break;
case 'sztxhb.com':
location.href="http://www.sztxhb.com/sztxhb/"
break;
case 'www.goldenfy.com':
location.href="http://www.goldenfy.com/fy/"
break;
case 'goldenfy.com':
location.href="http://www.goldenfy.com/fy/"
break;
case 'lingyuntian.com':
location.href="http://www.lingyuntian.com/lingyuntian/"
break;
case 'www.lingyuntian.com':
location.href="http://www.lingyuntian.com/lingyuntian/"
break;
case 'www.shundeli-88.com':
location.href="http://www.shundeli-88.com/ygl/"
break;
case 'shundeli-88.com':
location.href="http://www.shundeli-88.com/ygl/"
break;
}

