<!--
if (window.location.search != "") 
  {
  zielseite = window.location.search.substring(1,99)+window.location.hash;
  if (zielseite.indexOf("=") != -1) {zielseite = zielseite.substring(zielseite.indexOf("=")+1,99);} 
  window.setTimeout("window.frames['main'].location.replace(zielseite);",1000);
  } 
  //-->