function changeLang() {
  loc = window.location.href.replace("eng","chi");
  window.location = loc;
}
