function click() {
	if (event.button==2) {
		alert('This webpage has been protected; the\nright mouse button has been disabled.');
	}
}

document.onmousedown=click
