rightClickWarning = "All images are copyright Daniel R. Harris.  They may not be copied, downloaded, or screen-captured without express permission.  Thanks."

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}