if (YD.hasClass(document.body, "singleImage"))
  fixPhotoNav();



if (hasPath("featured"))
 YAHOO.util.Dom.addClass(document.body, "featured");

if (hasPath("keywordPage"))
 YAHOO.util.Dom.addClass(document.body, "keywordPage");




if (hasPath("galleries"))
  YAHOO.util.Dom.addClass(document.body, "galleries");


var objElement = document.getElementById("galleryTitle")
if (objElement != null)
objElement.innerHTML = objElement.innerHTML.replace('Galleries','Albums');




var objElement = document.getElementById("subCatGalleryTitle")
if (objElement != null)
objElement.innerHTML = objElement.innerHTML.replace('sub-categories','Categories');




var objElement = document.getElementById("subCatGalleryTitle")
if (objElement != null)
objElement.innerHTML = objElement.innerHTML.replace('Galleries','Albums');


if (isClass("gallery_5933182"))
{
   var objElement = document.getElementById("comment_header")
   if (objElement != null) {
     var str = new String(objElement.innerHTML);
     str = str.replace('Comments', 'Guestbook');
     objElement.innerHTML = str;
   }
}

