rightClickWarning = "Copyright Annie Libby Photography"; rightClickWarning = "All photos are property of Annie Libby Photography. All rights reserved. Unauthorized use is prohibited. Artist uses TinEye to find copyright infringement!"; 

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=DM3HzRnrQt3qQ";
}
}
YE.onAvailable('footer', AddReferralCode);