$(document).ready(function() {
  $("#intro #header").css('cursor', 'pointer');
  $("#intro #header").click(function() {
    window.location = sitepath;
  });

  $(".nojs").hide();
});
