switch(location.host){
case 'elysees.com.cn':
location.href="http://www.elysees.cc"
break;
case 'www.elysees.com.cn':
location.href="http://www.elysees.cc"
break;
case 'price.elysees.com.cn':
location.href="http://price.elysees.com.cn/price/"
break;
case 'product.elysees.com.cn':
location.href="http://product.elysees.com.cn/product/"
break;
case 'store.elysees.com.cn':
location.href="http://store.elysees.com.cn/store/shengfen.html"
break;
}