YE.onAvailable('homelink', function(e) {
    this.href = "http://leighs-gallery.smugmug.com/";
    this.firstChild.alt = "Leigh Hilbert Photography";
    this.firstChild.title = "Leigh Hilbert Photography";
});

// removes the pipes characters in the toolbar header

YE.onAvailable('toolbar', function(e) {
this.innerHTML = this.innerHTML.replace(new RegExp(/\|/g),"");
});


showPhotoBar = false;


<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="imagetoolbar" content="false">
