function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

rightClickWarning = "If you would like to download a file please note file number and email Robert@CaughtYourSmile.Com"