// Frame-Buster - killed Frames mit denen die Besucher einer anderen Seite zugewiesen werden
if ( top.location!=self.location ) {
	top.location = self.location.href;
}
