<!--

function protect(e) {
alert("This image is copyrighted. All Rights Reserved. For further information please contact the Photographer - info@lionheartdesigns.com");
return false;
}

function trap() {
if(document.images)
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown = protect;
}

//-->
