YE.onAvailable('homelink', function(e) {

this.href = "http://www.fallenheroescar.org/";

this.firstChild.alt = "The Fallen Heroes Car";

this.firstChild.title = "The Fallen Heroes Car";

});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {

this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");

});