document.getElementById('ministrySelector').onchange = function (){
	var themin = document.getElementById('ministrySelector').value;
	document.location.href='?ministry='+themin+'&month='+theMonth+'&year='+theYear;
}