	if ((top != self.parent) || (top == self))  {   
		var myURL = location.href; 
		if (document.images) // welche js-version
      		top.location.replace("http://www.sattler.co.at/index.php?url="+myURL);
   		else
      		self.location.href = "http://www.sattler.co.at/index.php?url="+myURL;     
	}