$('#tab_news').mouseover(function() {
  $('#news').hide('slow', function() {
    alert('Animation complete.');
  });
});
