      $(document).ready(function() {
        $('#article').hide().fadeIn("500");
      }); 
