function noRightClick() {if (event.button==2) {
window.alert('SORRY, THE CONTENT OF THIS SITE IS COPYRIGHTED!')
}
}
document.onmousedown=noRightClick

