2 <script type=
"text/javascript">
4 var ls
= navigator
.languages
;
6 if(ls
[i
].startsWith("en")) {location
.href
="en/index.html#";return;}
7 if(ls
[i
].startsWith("zh")) {location
.href
="zh/index.html#";return;}
9 location
.href
="en/index.html#";