rightClickWarning = "DOWNLOAD copies by clicking on the \"Buy\" link at the top of the page or the shopping cart icon on the bottom right of the photo when present.  All photos are property of Brown Hound Photography.  All rights reserved."; // 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>");
}

rightClickWarning = "DOWNLOADS available through Buy button at top of page or by clicking shopping cart icon on bottom right of photo, when present.  All photos are property of Brown Hound Photography. All rights reserved."