/* change the location of the photonav bar */
SM.PhotoBar.config.position = 'bottom'; 
photoBarDelay = 1;
rightClickWarning = "These photos are copyrighted. All rights reserved. Unauthorized use is prohibited. Thank you for your interest :)"

// script to replace a user's name in the breadcrumb with "Home"
YE.onContentReady("breadCrumbTrail", ReplaceTopOfBreadcrumbWithHome);

function ReplaceTopOfBreadcrumbWithHome()
{
    var str = this.innerHTML.replace(/\n/g, " ");
    this.innerHTML = str.replace(/\>[^\<]+<\/a>/i, ">Home</a>");
}

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

