
 function wo_bin_ich()
 {
 if (parent.frames.length == 0) //Gibt es eine Frameset?
 {
 Adresse = String(window.location);
 Woerter = Adresse.split("/");
 LastSegment=Woerter[Woerter.length-1];
 
 window.parent.location.href="index.html"+"?"+Woerter[Woerter.length-1];
 // ... Dank an christian treber ;-)
 }
 }

 