function AddReferralCode()  {
  var links = this.getElementsByTagName("A");
  if (links && (links.length != 0)) {
    var smugLink = links.item(0);
    smugLink.href = "http://www.smugmug.com/?referrer=KgZzEztxoy336";
  }
}
YE.onAvailable('footer', AddReferralCode);

// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});

YE.onAvailable("cobrand_footer", function() {this.innerHTML = this.innerHTML.replace(/\||what are feeds\?/gi, '');});

rightClickWarning = "All photos are property of VisionsShots.com. All rights reserved. Unauthorized use is prohibited and punishable by law. Using any photo through any form of browser or windows technology, such as copy and paste or print screen is a violation of copyright law. (Friendly tip: How do we know you got it? Imbedded indentification data that can not be removed. Oh yeah, we have your IP address. Ask yourself, is it worth it? Our security investigators know who has what, it's just a matter of when we let the law know.) If you really want a photo and are having an issue with the price or payment, let us know. We'll be happy to make some kind of arrangement so you can enjoy the photos legally." 