// JavaScript Document
function click() {
if (event.button==2) {
alert(' Sorry the information and pictures on this website are the copyright of George Worley.');
}
}
document.onmousedown=click
