function chkLanguage()
{
	var url=location.href;

		url=url.replace("/chi/", "/en/");

	location.href=url;
}