$(document).ready(function() {
  
    
    $('.infobox a').click(function(){
      $('.infobox').hide('slow');  
    })
});

