function click() {
if (event.button==2) {
alert('Copyright Guerdon Enterprises, LLC. Do Not Duplicate or Redistribute In Any Form')
}
}
document.onmousedown=click