/*============================*/
/*== Virtual Gallery Pages ==*/
/*============================*/

function hasPath(sPath)
{
 re = new RegExp("\/" + sPath + "(\/|$)");
 return re.test(window.location)
}


function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

rightClickWarning = "All photos are © David Brannen - dB Photo Pro. All rights reserved. Unauthorized use is prohibited."
