/* Required to duplicate homepage. Place in header javascript instead of footer javascript in  order to allow the google map to load properly. */ 
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

