function changeLanguage(selectObj) {
  window.location = "/" + selectObj.options[selectObj.selectedIndex].value;
}
