rightClickWarning = "These photos are copyright Alex Gomez. All rights reserved. Unauthorized use is prohibited. If you need to use it for commercial, or non-commercial purposes, please ask"; 

/* add my referral code when users go to smugmug */
function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=HZXoBttdyBPaw";
}
}
YE.onAvailable('footer', AddReferralCode);
 
/* replace email address to fool spambots  */
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }