// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "/";

this.firstChild.alt = "Saddle Tramp Images";

this.firstChild.title = "Saddle Tramp Images";

});


function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

if (hasPath("find"))
YD.addClass(document.body, "find");

if (hasPath("bio"))
YD.addClass(document.body, "bio");

