if (top == self || !top.content || top.content != self)
	{
	document.write('<div style="position:absolute; left:60px; top:400px; z-index:9999">');
	document.write('<b>Diese Seite ist Teil der Augenreiz-Website.<br>');
	document.write('Um die Seite vollständig anzuzeigen, klicken Sie bitte ');
	document.write('<a href="http://augenreiz.de/website.php?page=' + escape(self.location.href) + ' target="_top">hier</a>.</b>');
	document.write('</div>');
	}

// required for blinking effect
for (i=0; i<document.links.length; i++) document.links[i].id = "link" + i;