$(document).ready(function(){
   $('.fade').each(function(){
       $(this).fadeIn(3000) ;
   });
});

