$(document).ready(function() {
  
  $("div#header").click(
    function() {
      window.location = '/see';
      return false;
    }
  );
  
});
