rightClickWarning = "All photos are the property of George Boldizar Photography. All rights reserved. Unauthorized use is prohibited."

function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}

