$("header select").change(function() {
  window.location = $(this).find("option:selected").val();
});























