function right(e) { if (event.button == 2 || event.button == 3) { alert("Sorry, Jebus does not allow that."); 
    return false; } return true; } document.onmousedown=right; 
    if (document.layers) window.captureEvents(Event.MOUSEDOWN); 
    window.onmousedown=right;