// JavaScript Document
switch(location.host){
case 'www.knowles.com.cn':
location.href="http://www.knowles.com/search/index_chs.jsp"
break;
case 'knowles.com.cn':
location.href="http://www.knowles.com/search/index_chs.jsp"
break;
case 'www.thewatercube.com':
location.href="http://www.thewatercube.com/main.htm"
break;
case 'thewatercube.com':
location.href="http://www.thewatercube.com/main.htm"
break;
}

