function getSelectedLocation(){try{var c=getCurrentLang();var a=getCountryLangList();var b=getCountryMnemonic();if(b.length>0){b="/home"+b}if(a.indexOf(c)<0){b="/home"}return b+".aspx"}catch(d){}return"home.aspx"}function getCurrentLang(){var b=getCookie("website#lang");if(document.location.href.indexOf("/"+b+"/")<0){var a=document.location.href;a=a.replace("http://"+document.location.host+"/","");var c=a.indexOf("/");if(c>0){a=a.substring(0,c);b=a}}return b};
