// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});

<div id="my_header"><a href="http://plumtreestudio.com"><img src="/img/spacer.gif" width="605" height="70" border="0" /></a></div>










this.href = "http://plumtreestudio.com/";

this.firstChild.alt = "Plum Tree Studio";

this.firstChild.title = "Plum Tree Studio";

});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});

