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