rightClickWarning = "All Phots © 2008 AmacherPhotography"; function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_XXXXXXX"))
  {
    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);