//**************************************************************
// this is code to have two different home pages, one with
// a slideshow, the other is the normal one

// change the link on the SmugMug Logo

//YE.onAvailable('homelink', function(e) {
//   this.href = "http://dosmildreams.smugmug.com/";
//   this.firstChild.alt = "dosmildreams";
//   this.firstChild.title = "dosmildreams";
//});

// removes the pipes characters in the toolbar header

//YE.onAvailable('toolbar', function(e) {
   this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
//});