// AGAINST FRAMENAPPING von Michael Mailerīs JavaScripts URL: http://www.webaid.de/js  --  eMail: mm@webaid.de
	if (self != top) 
	{
	parent.location.href=self.location.href;
	}

