 if(top.frames.length==0)
 {
  document.write("<center><input type='button' value='home' onClick='home()' style='color: white; background: #C40A00;'></center>");
 }
 function home()
 {
  document.location.href="http://www.michael-quell.de";
 }