var aktseite=window.location.pathname;
if(top.frames.length == 0)
   {
   document.write("<FRAMESET BORDER='0' ROWS='28,*' FRAMEBORDER='0'>");
   document.write("<FRAME NAME='topics' SRC='/hp/topics.htm' SCROLLING='NO'>");
   document.write("<FRAMESET BORDER='0' ROWS='*' FRAMEBORDER='0'>");
   document.write("<FRAME NAME='haupt' SRC='/hp/haupt.htm'> </FRAMESET>");
   top.frames[1].location.href=aktseite;
   }
