switch (location.host) {

case 'www.yndx.gov.cn':location.href = "httP://www.ynce.gov.cn/ynce/site/school/"
break;

case 'www.ynce.gov.cn':location.href = "httP://www.ynce.gov.cn/ynce/site/main/"
break;

case 'www.ynce.com.cn':location.href = "httP://www.ynce.gov.cn/"
break;

case 'www.ynce.ac.cn':location.href = "httP://www.ynce.gov.cn/"
break;

case 'www.ynce.net.cn':location.href = "httP://www.ynce.gov.cn/"
break;

case 'www.ynce.org.cn':location.href = "httP://www.ynce.gov.cn/"
break;

} 



