function wobinich()
{
  var URL = unescape(location.href);
  var xvon = URL.indexOf("http://www.",0);
  if (xvon == -1) { xvon = 0 } else { xvon += 11 };
  var herePath = URL.substring(xvon,URL.lastIndexOf("/"));
  document.write("bei "+herePath);
}
function disclaimer()
{
  var URL = unescape(location.href);
  if (URL=="http://www.treibauf.de/")
  {
  document.write("<p><font size=2>Wenn Sie die schweizerische Treibauf AG suchen, finden Sie sie unter <a href=\"http://www.treibauf.ch/\">www.treibauf.<b>ch</b>!</font></p>");
  }
}

