YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});
YE.onAvailable('featuredTitle', function() {this.innerHTML = ''}); 
rightClickWarning = "All photos are property of Photos By Howie Photography. All rights reserved. Unauthorized use is prohibited.";

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_5594257"))
  {
    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);