document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("Please contact the Campus Webmaster for copies of photos and graphics"); 
times++ } }
function bye() {
;
}
