rightClickWarning = "All photos are © Steve Mundy. All rights reserved. Unauthorized use is prohibited."; 

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_3632411")) 
  {
    var objElement = YD.get("comment")
    if (objElement != null) 
    {
      var str = new String(objElement.innerHTML);
      str = str.replace(/\gallery/gi, 'Guest Book');
      objElement.innerHTML = str;
    }
  }
}

YE.onAvailable("comment", ModifyText);

YE.onAvailable('categoryTitle', function() {this.innerHTML = '** Please leave comments and sign my Guest Book! **'});

/* YE.onAvailable('subCatGalleryTitle', function() {this.innerHTML = 'XXXYYYZZZ'}); */

/* SM.PhotoBar.config.position = 'bottom';c */

