function click() {
if (event.button==2) {
alert('Copyright sparkling wave dot com 2000-6'); } }
document.onmousedown=click



