$(window).load(function() {
    $('#header-inner').click(function(){
        location.href = '/';
    });
    $('#header-inner').css('cursor', 'pointer');
});

