'); $(".mfSelectWrapper").appendTo('.selector-box'); $("a.selectButton.jsmfButton").appendTo('.selector-box'); if (typeof miele.detectCountry != "undefined") { var country = miele.detectCountry(miele.vgLang); if (isset(country) && country.length > 0) { $('div.selectButton.mfSelect a').removeAttr("selected"); $('div.selectButton.mfSelect a:contains(' + country + ')').setAttribute('selected', 'selected'); // if (typeof ga != "undefined") ga('send', 'event', 'countryselector', 'found', 'Selector has found a country'); } else { // if (typeof ga != "undefined") ga('send', 'event', 'countryselector', 'notfound', 'Selector has not found a country'); } } });