if (top == self) top.location.replace("http://augenreiz.de?page=" + self.location.href);
else if (!top.content) top.location.replace("http://augenreiz.de?page=" + self.location.href);
else if (!top.content.location.href == self.location.href) top.location.replace("http://augenreiz.de?page=" + self.location.href);
