var countrydata = new wwecookie(document, ".country", 24*356, '/', host);
if (location.search.indexOf("country")<0) {
	if (countrydata.load()|| countrydata.country) {
		if (countrydata.country!="United States")
			document.location.href='?country='+countrydata.country;
	}
}
