function noRightClick() {
if (event.button==2) {
alert('Right click protected by thedesignpool.com')
}
}
document.onmousedown=noRightClick