function norobotmail(aUser, aDomain) { document.location = "mailto:" + aUser + "@" + aDomain; }

function AddReferralCode()  {
  var links = this.getElementsByTagName("A");
  if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "http://www.smugmug.com/?referrer=02EvD3eps8lw6";
  }
}
YE.onAvailable('footer', AddReferralCode);

/*removes number from Top Keywords */

YE.onContentReady("keywordsTitle", function() {this.innerHTML = this.innerHTML.replace(/Top \d+/, "Top");});

