$(function(){  // $(document).ready shorthand
    $('.fadein').fadeIn('slow', function() {
        // Animation complete
      });
});
