
<!-- neotrope[tm] mprotect unclick -->
<!-- www.neotropesoftware.com -->
<!-- Begin
function mprotect(e) {
alert("Notice - this image is copyrighted - unauthorized copying or reproduction in any form is prohibited by law.");
return false;
}
function trap() {
if(document.images)
for(i="0";i<document.images.length;i++)
document.images[i].onmousedown = mprotect;
}
// End -->