function click() {
if (event.button==2) {
alert('Stop!  Copying any part of this site -artwork, literature, etc.-without the consent of the author is copyright infringement!');
}
}document.onmousedown=click
