// Customize Smugmug referral
function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=LQkfHKSpjvz1z";
}
}
YE.onAvailable('footer', AddReferralCode);

// Customize right-click message
rightClickWarning = "All photos are property of eLake photography, All Rights Reserved. Unauthorized use is prohibited."; 

// Customize gallery on home page
function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

if (hasPath("galleries"))
YD.addClass(document.body, "galleries");
