YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Check out the new galleries'}); 

rightClickWarning = "© All Rights Reserved - No Usage of ANY image on this website is allowed in any form without the written or verbal consent of NRIFirePhotos.com by Ken LaBelle. Unauthorized use or reproduction for any reason is prohibited."; 

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_7770515")) 
  {
    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);