/* anti spam email */
function norobotmail(aUser, aDomain) 
{ 
       document.location = "mailto:" + aUser + "@" + aDomain;
}

function AddReferralCode() 
{
       var links = this.getElementsByTagName("A");
       if (links && (links.length != 0)) 
       {
            var smugLink = links.item(0);
            smugLink.href = "http://www.smugmug.com/?referrer=tS4Dpotf8JzsY";
       }
}
YE.onAvailable('footer', AddReferralCode);

/* update right click dialog text */
rightClickWarning = "All photos are property of Lee Mills. All rights reserved. Unauthorized use is prohibited.";

/* Galleries */
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}