function click() { 
if ((event.button==2) || (event.button==3)) { 
alert('If you would like a copy of something on this page, email me. If I am in a good mood I will send you a copy!'); 
} 
} 
document.onmousedown=click 
