function seiteLaden(spot)
{
	if (top == self) {
		if (window.screen.width > 799) {		
			location.href = "../index.html?" + spot;
		}
	}
}

