rightClickWarning = "All photos are property of Archway Photography Tulsa, OK. All rights reserved. Unauthorized use is prohibited © 2010.";

function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}