<!-- Begin Javascript -->
rightClickWarning = "All photos are property of Richard Gorremans. All rights reserved. Unauthorized use is prohibited. Phone: 209.419.1193 - EMail: NightLightImages@gmail.com";

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_4076186")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'guestbook');
      objElement.innerHTML = str;
    }
  }
}


YE.onContentReady('breadcrumb', function() { 
  for (var i in this.childNodes) {
    if (this.childNodes[i].tagName == "A") {
      this.childNodes[i].href="/galleries"; 
      break;
    }
  }
});

function changeHomelink () {
document.getElementById('homelink').href = 'http://www.photosbyrichard.net';
}

YE.onAvailable("comment", ModifyText);
YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Galleries'});
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});

function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}

<!-- End Javascript -->