 window.onload = function()
 {

  if(top.frames.length < 1)
  {
    window.open('http://www.benediktebaumann.de','_top');
  }
 }
