function click() 
 {if (event.button==2) {alert('COPYRIGHT 2006 City Light News Registration #40779073')
 }
 } 
 document.onmousedown=click

