    //if(top.frames.length != 2)
    //  top.location.href='http://www.Stefan-Poslovski.de/';

    function copyright() 
    {
      if (event.button==2) 
      {
        alert('Alles meins ;-)');
      }
      return true;
    }

    function notyet()
    {
      alert('Psssst! Noch nicht! ;-)');
    }

    document.onmousedown=copyright
