rightClickWarning = "These photos are copyrighted by Spencer Doyle Photography.  All rights reserved. Unauthorized use prohibited.  If you would like to purchase a photo, click the Buy option for high-quality unwatermarked prints. "; function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");

//===Guest-Book Comments====
function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_8242841")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Guestbook');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comment", ModifyText);
