// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://photography.dryadmedia.com/";

this.firstChild.alt = "Dryad Media";

this.firstChild.title = "Dryad Media";

});
