function noRightClick() {
   if (event.button==2) {
       alert('copyright anita young')
   }
}
document.onmousedown=noRightClick
