rightClickWarning = "All photos are the property of frambach photography. All rights reserved. Unauthorized use and/or reproduction is prohibited.";

function AddReferralCode() {
var links = this.getElementsByTagName("A");
if (links && (links.length != 0)) {
var smugLink = links.item(0);
smugLink.href = "http://www.smugmug.com/?referrer=u9gw9PIf5m8Q2";
}
}
YE.onAvailable('footer', AddReferralCode);

// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://frambach.smugmug.com/";

this.firstChild.alt = "frambach photography";

this.firstChild.title = "frambach photography";

});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});

function norobotmail(aUser, aDomain) { 
       document.location = "mailto:" + aUser + "@" + aDomain;
    }