﻿switch(location.host){
case 'www.soumie.com':
location.href="http://www.soumie.com/index.htm"
break;
case 'soumie.com':
location.href="http://www.soumie.com/main.htm"
break;
case 'www.so111.com':
location.href="http://www.so111.com/indexs.html"
break;
case 'so111.com':
location.href="http://www.so111.com/indexs.html"
break;
case 'www.chinaurl.net':
location.href="http://www.chinaurl.net/indexu.html"
break;
case 'chinaurl.net':
location.href="http://www.chinaurl.net/indexu.html"
break;
}
