$(document).ready(function() {
    $('#headerImage').click(function() {
        window.location = '/';
    });
});
