YE.onAvailable('homelink', function(e) {
    this.href = "http://photobid.smugmug.com/";
    this.firstChild.alt = "photobid";
    this.firstChild.title = "photobid";
});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});
