/**************** change to say "guestbook comments" **********/
function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_5841370")) 
  {
    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);

/***************************************************************/

rightClickWarning = "These photos are copyrighted to W. Dabrowski at www.dabrowskiphotography.com.  All rights reserved.  Unauthorized use prohibited."

/****************************************************************/


YE.onAvailable('galleryTitle', function() {this.innerHTML = 'Featured Galleries'}); 





