function click(evt) {
if (event.button==2) {
alert('(c) garciabarrett.com - 2003');
return false;};
};
document.onmousedown=click;


