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