// NOTE: For Security Purposes This Site Logs ALL IP Numbers. Any unauthorized or illegal activities will be persued.
message = "This function is not available on this site.";
function NoClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
   return false;
   }
}
document.onmousedown = NoClick;
var statmsg=""
function hidestat(){
window.status=statmsg
return true
}
// * End Disclaimer Message * -->