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