switch(location.host){
case 'www.10500.cn':
location.href="http://www.10500.cn/10500/"
break;
}
switch(location.host){
case '10500.cn':
location.href="http://10500.cn/10500/"
break;
}
switch(location.host){
case 'www.miaoli.org':
location.href="http://www.miaoli.org/miaoli/"
break;
}
switch(location.host){
case 'miaoli.org':
location.href="http://miaoli.org/miaoli/"
break;
}
switch(location.host){
case 'www.eryer.com':
location.href="http://www.eryer.com/eryer/"
break;
}
switch(location.host){
case 'eryer.com':
location.href="http://eryer.com/eryer/"
break;
}
