function click() 
 {if (event.button==2) {alert('COPYRIGHT 2009 Digital Smiles Inc')
 }
 } 
 document.onmousedown=click
