(function() {
  $(document).ready(function() {
    return $('h1, h2').fadeTo(500, 1);
  });
}).call(this);
