function ChangeCountrySuccess(){$.divselect("#languageSwitch","#inputselectLanguage");location.href=$("#languageSwitch ul li:first a").attr("href")}Lenovo.CountrySwitch=function(n){this.JComponent=n;this.init()};Lenovo.CountrySwitch.prototype={init:function(){$.divselect("#countrySwitch","#inputselectCountry");$.divselect("#languageSwitch","#inputselectLanguage");$("#countrySwitch ul li a").click(function(){var n=$(this).attr("data-path");$("#SelectCountryPath").attr("value",n);$("#GetCountryLanguagesForm").submit()})}}