rightClickWarning = "All photos are property and copyright of PhotographEvents.Com. All rights reserved. Unauthorized use is prohibited.  You may purchase digital or print versions of all pictures for your personal use or commercial use with permission."; 

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=jAi08Jaw5FHbQ";
}
}
YE.onAvailable('footer', AddReferralCode);

// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});