<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

function noRightClick() {
if (event.button==2) {
alert('You may not right mouse click this page.')
}
}
document.onmousedown=noRightClick



//  End -->