switch(location.host){
case 'www.hebei-tv.com':
location.href="http://www.hebei-tv.com/index.html"
break;
case 'hebei-tv.com':
location.href="http://hebei-tv.com/index.html"
break;

}
