// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://www.dustinbess.com/";

this.firstChild.alt = "Dustin Bess Photography";

this.firstChild.title = "Dustin Bess Photography";

});
