// JavaScript Document

var yu_yan = navigator.language || navigator.userLanguage;
if(yu_yan.substr(0, 3) == "zh-")
location ="error.html";


