//  

// this obscures email links from spammer robots

function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain + "?subject=Question about portfolio.jcdill.com"; }


//  this puts my referral code on the Smugmug link in the footer

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=Rj4IWoed1h9YM";
}
}
YE.onAvailable('footer', AddReferralCode);


// this customizes the right-click warning message

rightClickWarning = "All photos are property of JC Dill Photography and are protected by Copyright.  All rights reserved.  Unauthorized use is prohibited.  Please click on my Contact link above to contact me for licensing details."; 