// Replaces "gallery categories" with "Photo Categories"
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Photo Categories'});


// To block email spam robots; also see email line in bio section --------
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

// Custom text for right click warning ---------------------------
rightClickWarning = "Copyright © W. Terry Osterloh. All rights reserved. Unauthorized use is prohibited."



// For Gallery Page 1, part of setup for navbar+slide show; see also footer for Gal 2
// http://dgrin.smugmug.com/gallery/2160039

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}