<!---
function lade_frame_top_level()
{
  if (this.document==top.document)
  {
   window.location.replace("http://www.v-heft.de/index.htm?"+this.location.href);
   //window.location.replace("file:///G:/homepage/v_heft/index.htm?"+this.location.href);
  }
}
