
<!-- BEGIN NO RIGHT CLICK

function noRightClick() {
if (event.button==2) {
alert('Copyright 2008 Gregg Shupe.')
}
}
document.onmousedown=noRightClick


//  END NO RIGHT CLICK -->

