<!--
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('<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">');
writeln('<html><head><title>Chevron 26 [dot]com<'+'/title><'+'/head>');
writeln('<frameset cols="180, *" border="0" frameborder="0" framespacing="0">');
writeln('<frameset rows="40, *" border="0" frameborder="0" framespacing="0">');
writeln('<frame src="http://www.chevron26.com/elinksoben.php" name="obenlinks" scrolling="no" marginwidth="0" marginheight="0">');
writeln('<frame src="http://www.chevron26.com/e29.html" name="nav" marginwidth="0" marginheight="0">');
writeln('<'+'/frameset>');
writeln('<frame name="content" src="' + Datei + '?frameset" marginwidth="5" marginheight="2">');
writeln('<'+'/frameset><'+'/html>');
close();
}
}
//-->