country = readCookie('tgcountry');
url = location.href;
if (country && url.indexOf('#sw__') < 0) switchcountry(country);


