$(function() {
       $('#yearSelectFormSelectBox').change(function(){
       									$("#yearSelectForm").submit();
       									});
});