function click ()
{
  if ((event.button==2) || (event.button==3)) 
  {
    alert('Sorry - Right click disabled!\n\nPlease email animalangels@rediffmail.com if you would like to reproduce any content from this website') ;
  }
} 
document.onmousedown=click // --&gt; </script>