// (c) Thomas Lenk, www.thlenk.de (2006)

function Aufruf()
   {
   var ZielRechts = window.location.href.substring(window.location.href.lastIndexOf("=")+1,window.location.href.length);

   if (window.location!=ZielRechts)
      {
      parent.rechts.location.href=ZielRechts;
      }

   }
