// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {

this.href = "http://alysondoria.smugmug.com/";

this.firstChild.alt = "Alyson Doria Photography";

this.firstChild.title = "Alyson Doria Photography";

});