

$(document).ready(function() {
	$('#selmonth').change(function() {
		window.location = $(this).val();
	});
});