function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

function ModifyText ()
{
  if (YD.hasClass(document.body, "gallery_3304460")) 
  {
    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);

function delCategory() {
  re = /\/(Other|Winter Sports 2006-2007)$/;
 
  if (!YD.hasClass(document.body, 'homepage'))
    return;
 
  var oList = YD.getElementsByClassName('miniBox', 'div', YD.get('categoriesBox'));
 
  for (i = 0; i < oList.length; i++) {
    if (re.test(oList[i].getElementsByTagName('a')[0].href))
      oList[i].parentNode.removeChild(oList[i]);
  }
}

rightClickWarning = "All photos are property of Steve Knight Photo and are protected by copyright law. All rights reserved. Any unauthorized personal or commercial use of images including downloading files without consent is prohibited.";
 