$(function(){
    $('h1').click(function (e) {
        location.href = "/";
    });        
});

