<!----
function click() {

if (event.button==2) {
alert('Thats not nice... Please email me if you want something.. I mean COME ON')
}
}
document.onmousedown=click
//-->

