function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}

rightClickWarning = "All photos are property of Amer Khwaja. Unauthorized use is prohibited.";

oncontextmenu="return false;"

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

