function hasPath(sPath)
{
re = new RegExp("\/" + sPath + "(\/|$)");
return re.test(window.location)
}

rightClickWarning = "All photos are property of John Scott Whigham and Whigham Photography, LLC. All rights reserved. Unauthorized use is prohibited.";

SM.PhotoBar.config.position = 'bottom';

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=5387K20cARrQw";
}
}
YE.onAvailable('footer', AddReferralCode);