// JavaScript Document
switch(location.host){
case 'www.cayin.net': location.href="en/"; break;
case 'cayin.net': location.href="en/"; break;
default: location.href="cn2/";
}