YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Featured Photography'}); 
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Personal Photography'});
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

rightClickWarning = "This photo is the property of Sam Westover's Sanderling Photography. All rights reserved. Unauthorized use is prohibited."; 