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

