// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://smugglr.smugmug.com/";

this.firstChild.alt = "for flickr refugees";

this.firstChild.title = "for flickr refugees";

});
