rightClickWarning = "© All photos on this website are protected under applicable US copyright laws and the US copyright office. Any unauthorized use of photographs on this website is forbidden. Photos on this website may not be used or reproduced without express permission of the photographer, Andrew Stockwell.";

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");


function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_7447817")) 
  {
    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);





