rightClickWarning = "Copyright 2009 Rick Nohl & Emergency Service Images. All rights reserved 2009. Unauthorized use is prohibited."

YE.onAvailable('featuredTitle', function() {this.innerHTML = 'NEW - PHOTO UPDATES'});

YE.onAvailable('popularTitle', function() {this.innerHTML = 'POPULAR PHOTOS'}); 

YE.onAvailable('categoryTitle', function() {this.innerHTML = 'PHOTO GALLERIES'}); 

YE.onAvailable('ffTitle', function() {this.innerHTML = 'FIRE PHOTOGRAPHY WEBSITES'});



/*ABOUT ME PAGE-GUESTBOOK*/

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_4618410"))
  {
    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);


