$(document).ready(function(){
  $('body').hide().fadeIn('slow');
});

