YE.onAvailable('galleryTitle', function() {this.innerHTML = 'My Photo Galleries'});

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'My Featured Galleries'});

rightClickWarning = "All photos are property of Floating Dreams Photography. Contact US if you are interested in this photo. All rights reserved. Unauthorized use is prohibited.";

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_5334812"))
  {
    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);


