<script>
if(navigator.language=="zh-CN"){
	window.location.href="./zh.html";
}else{
	window.location.href="./en.html";
}
</script>