var lan = getCookie("formypeople.language");switch(lan){case "EN":  window.location = "/En/index.shtml";  break;case "Bu":  window.location = "/Bu/index.shtml";  break;case "Ch":  window.location = "/Ch/index.shtml";  break; case "Cz":  window.location = "/Cz/index.shtml";  break;case "Fr":  window.location = "/Fr/index.shtml";  break;  case "Ge":  window.location = "/Ge/index.shtml";  break;case "Ko":  window.location = "/Ko/index.shtml";  break;case "Li":  window.location = "/Li/index.shtml";  break; case "Du":  window.location = "/Du/index.shtml";  break;  case "Ro":  window.location = "/Ro/index.shtml";  break;case "Ru":  window.location = "/Ru/index.shtml";  break;case "Pl":  window.location = "/Pl/index.shtml";  break;     case "Po":  window.location = "/Po/index.shtml";  break; case "Sp":  window.location = "/Sp/index.shtml";  break;  case "Ta":  window.location = "/Ta/index.shtml";  break;     case "Vi":  window.location = "/Vi/index.shtml";  break;case "Yu":  window.location = "/Yu/index.shtml";  break;  default:  window.location = "/En/index.shtml";}
