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