// Weiterleitung fuer NICHT Opera und Konsorten

if ((is_nav4up || is_ie5up))
	location.href="index_1.html";



// Kein fremdes Framefenster zulassen

if(top.frames.length > 0)
	top.location.href=self.location;
