document.onmousedown=nono;
function nono(e) {
if (event.button==2) {alert("This page is protected");}
}
