function umleitung (webseite)
{
  var home=false;
  webseite='http://www.o-livro.de/'+webseite;
  if (parent.location.href==location.href) location.href=webseite;
  if (parent.location.hostname=='www.o-livro.de') home=true;
  if (parent.location.hostname=='www.o-livro.at') home=true;
  if (parent.location.hostname=='www.literaturforum.net') home=true;
  if (!home) parent.location.href=webseite;
}

function einrahmen()
{
  var home=false;
  rahmen='http://www.o-livro.de/home.php?link='+window.location.pathname;
  if (parent.location.href==location.href) location.href=rahmen;
  if (parent.location.hostname=='www.o-livro.de') home=true;
  if (parent.location.hostname=='www.o-livro.at') home=true;
  if (parent.location.hostname=='www.literaturforum.net') home=true;
  if (!home) parent.location.href=rahmen;
}

function kontakt ()
{
  var win;
  win=window.open ("http://www.o-livro.de/kontakt.htm","Kontaktformular","height=350,width=400,scrollbars=Yes,resizable=Yes");
}

