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