   1.
      $(document).ready(function() {
   2.
        $('h1').hide();
   3.
      });

