var Pfad = self.location.href;
if (Pfad.indexOf("file://") && !parent.frames.length) {
var Datei = Pfad.slice(Pfad.lastIndexOf("/") + 1);
document.close();
with (document) {
open();
writeln('<frameset cols="180,*" frameborder="0" framespacing="0" border="0">');
writeln('<frame src="http://www.ringhofer.cc/navigation.html" name="navigation" noresize="noresize" marginheight="14">');
writeln('<frameset rows= "90,*" >');
writeln('<frame src="http://www.ringhofer.cc/oben.html" name="oben" noresize="noresize" marginwidth="10" marginheight="6" scrolling="no">');
writeln('<frame src="http://www.ringhofer.cc/Start.html" name="rechts"> noresize="noresize" marginwidth="300">');
writeln('</frameset>');
writeln('</frameset>');
close();
}
}