//Change SmugMug link in my footer to automatically be my referral link

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=PDZr7wgh5eH0g";
}
}
YE.onAvailable('footer', AddReferralCode);


//customize right-click protection warning

rightClickWarning = "All photos are property of Hilary Wood Photography. All rights reserved. Unauthorized use is prohibited."; 

