<!--
x = new Date();
var tim = -x.getTimezoneOffset()/60;
if (tim == 8)
window.location.href='default.htm'
else if (window.navigator.systemLanguage=="zh-cn")
window.location.href='default.htm'
//-->
