YE.onAvailable('homelink', function(e) {
this.href = "http://amystauffer.smugmug.com/";
this.firstChild.alt = "Amy Parsons Photography";
this.firstChild.title = " Amy Parsons Photography ";
});
YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});
