function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_7494203"))
  {
    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);

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'Our Recently Added Galleries'}); 

YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Browse through our portfolio or browse for your event'});

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Browse through our portfolio or browse for your event'}); 

/* **************************************** */

/* **************************************** */
/* **************************************** */
/* **************************************** */
/* **************************************** */
/* **************************************** */

