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