

$('#newsMore').click(function() {
  $('#newsBox').slideUp('slow', function() {
    // Animation complete.
  });
});

