<!---
function lade_frame_top_level()
{
  if (this.document==top.document)
  {
   window.location.replace("http://www.die-tierfreunde.de/index.html?"+this.location.href);
   //window.location.replace("file:///H:/homepage/tierfreunde/index.html?"+this.location.href);
  }
}

function set_own_url()
{
  document.getElementById("eigene_url").innerHTML=this.location.href; 
}

function get_own_url_as_href_mailto()
{
  top.location.href = "mailto:?subject="+document.title+"&body=%0A"+this.location.href;
}
