function click() {
if ((event.button==2) || (event.button==3)) {
alert("Copyright © 1999-2001 - MateMaker Personals. All rights reserved.");
}
}
document.onmousedown=click; // make the click function an event for the page

