function hasPath(sPath)
{
  re = new RegExp("\/" + sPath + "(\/|$)");
  return re.test(window.location)
}

function norobotmail(aUser, aDomain) 
{ 
  document.location = "mailto:" + info + "@" + katseye.net;
}
{
/*==================================================*/
/* Provide the Copyright Notice When Right-Clicking */
/* =================================================*/
rightClickWarning = "All photos are property of Kat's Eye Photography.  All rights reserved.  Unauthorized use is prohibited."
}