// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href="http://acdigitalphotography.smugmug.com/gallery/2194198//";}

this.firstChild.alt = "Need Help? call or email Anabel";

this.firstChild.title = "Need Help? call or email Anabel";

});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});
