$(document).ready(function() {
  
    
    $('.infobox a').click(function(){
      $('.infobox').hide('slow');  
    })
    //$('#header-bottom').css('background','#fff');    
});


