// change the link on the SmugMug Logo

YE.onAvailable('homelink', function(e) {
    this.href = "http://www.laforetvisuals.com/main.php";
    this.firstChild.alt = "Vincent Laforet";
    this.firstChild.title = "Vincent Laforet";
});
