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