$(function(){  // $(document).ready shorthand
  $('img').fadeIn('slow');
});
