function click() {
if (event.button==2) {
alert(' Copyright by cottonwoodchurch.net !');
}
}
document.onmousedown=click