// JavaScript Document
switch(location.host){
case 'www.dot-cn.org':
location.href="http://www.dot-cn.org/dot/index.htm"
break;
}
