function load(page){
  $.get(page,
    function(data) {
      $('#informator').html(data);
    });
} 
