<!--
if(top.frames.length == 0)
document.write("<p>Diese Seite ist ein Teil der Internetpr&auml;senz von <b>literon</b>.<br>Um sie im richtigen Kontext anzuzeigen, klicken Sie bitte <a href='index.htm'>hier</a>.</p>")
//top.frames.location.href = "index2.htm";
else
{
var Kopf = parent.frames[0].location.pathname;
var Kopf2 = Kopf.substring((Kopf.length-18),(Kopf.length-10));
var Inhalt = parent.frames[1].location.pathname;;
var Inhalt2 = Inhalt.substring((Inhalt.length)-18,(Inhalt.length)-10);
if(Kopf2 != Inhalt2)
{
parent.frames[0].location.href = "banner.htm";
var breite = screen.width;
parent.frames[0].resizeTo(breite,210);
}
}
-->
