rightClickWarning = "Not availalbe for download"; 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);

SM.PhotoBar.config.position = 'bottom';

YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Choose A Gallery'});