function oeffnen() {
	 if(self == top)
	{window.location.href = 'index.html?'+self.location.href;};
	}

window.setTimeout("oeffnen()", 10000);
