rightClickWarning="All photos are property of the contributing photographers. All rights reserved. Unauthorized use is prohibited. Digital Downloads can be purchased via 'Buy Photos' " 

function delHover() {
imgTags=document.getElementsByTagName("img");
for(i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}



photoBarDelay = 1;

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}



