rightClickWarning = "All these photographs are protected by U.S. Copyright Laws and shall not be downloaded or reproduced by any means without the formal written permission of Alex Feldstein. 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=dW1efUkBUuM7A";
}
}
YE.onAvailable('footer', AddReferralCode);

/* replace email address to fool spambots  */
function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }