<head>
<script language=“Javascript1.2”>
// ********************************************
// AUTHOR: WW. CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// ( http://www.cgiscript.net/scripts/htm )
// ********************************************
message = “WARNING! Downloading or reproducing any of the photographs or images without permission is prohibited. All photographs appearing on this web site are protected by federal copyright law. Click on the email button for access.”;
function NoRightClick(b) {
if(((navigator.appName==“Microsoft Internet Explorer”)&&(event.button > 1))
||((navigator.appName==“Netscape”)&&(b.which > 1))){
alert (message);
return false;
}
}
document.onmousedown = NoRightClick;
// -->
</script>