function trap_click() {
if (event.button==2 | event.button==1) 
{
 alert('All pictures on this site are copyright.\nDo not try to copy any pictures on this site.\nCopyright infringements will be pursued and enforced.') 
 }
} 
