$(document).ready(function() {
    $('.article').css('display', 'none');
    $('.article').fadeIn(2000);        
});

