// Change Home Link (from Devbobo)
YE.onContentReady('toolbar', function () { this.innerHTML = this.innerHTML.replace(/href="http:\/\/www.smugmug.com <http://www.smugmug.com/>\/([?\w&;=]+)?"/, 'href="' + webServer + '"')});



// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});


BODY TAG: 
CUSTOM HEADER: <div id="mySearch" class="box">
<div class="boxTop"><div class="boxNote note nav"></div>
<h3 class="title notopmargin">Search</h3>
<div class="spacer"></div>
</div>
<div class="boxBottom">SMUGSEARCH</div>
</div>




