
function handleOnChangeYear(select)
{
  window.location = select.value;
}
