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