function hasPath(sPath)
{
    re = new RegExp("\/" + sPath + "(\/|$)");
    return re.test(window.location);
}

if (hasPath("galleries"))
    YD.addClass(document.body, "galleries");

function hasPath(sPath)
{
    re = new RegExp("\/" + sPath + "(\/|$)");
    return re.test(window.location);
}

if (hasPath("galleries"))
    YD.addClass(document.body, "pricing");

// fix the pesky pipes

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');}); 

function delHover()
{
    oLst = YD.getElementsBy(function(el) {return (YD.hasClass(el,'imgBorder') || YD.hasClass(el,'imgBorderOn'))},'img');
    for (i=0; i < oLst.length ; i++) {
        if (oLst[i].title && oLst[i].title != '') oLst[i].title = '';
        if (oLst[i].alt && oLst[i].alt != '') oLst[i].alt = '';
    }
}
YE.onContentReady('bodyWrapper', function() {
    if (!YD.hasClass(document.body, 'smugmug_ajax')) delHover()
});
onPhotoShow.subscribe(function(){YE.onAvailable('mainImage', delHover)});

function AddReferralCode() {
    var links = this.getElementsByTagName("A");
    if (links && (links.length != 0)) {
        var smugLink = links.item(0);
        smugLink.href = "http://tracimccabe.com.com/";
    }
}
