function hasPath(sPath)
{
  re = new RegExp("/" + sPath + "(/|$)");
  return re.test(window.location)
}






function delHover() {
imgTags = document.getElementsByTagName("img");
for (i=0; i<imgTags.length; i++) {
imgTags[i].title = "";
imgTags[i].alt = "";
}
}

rightClickWarning = "These photos are copyrighted by Jenice Johnson. All rights reserved. Unauthorized use prohibited."