// Various Script

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

