
function noRightClick() {
if (event.button==2) {
alert('You may not snag these pictures.')
}
}
document.onmousedown=noRightClick

<!-- BLOCK ERROR SCRIPT

function blockError(){return true;}
window.onerror = blockError;

// -->


