function redirect(){
  var year = document.getElementById("year").value;
  document.location.href = "magazines-" + year + ".html";
}
