function switchCountry(country) {
	if (country == "at") {
		window.location.href = "http://www.wallner.at";
	} else if (country == "de") {
		window.location.href = "http://www.wallner-schuetzt-daemmt.de";
	}
}
