// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {
    this.href = "http://www.anrdoezrs.net/click-3190988-10419573";
    this.firstChild.alt = "SmugMug";
    this.firstChild.title = "SmugMug";
});

// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});