	function filterCalendar(){
		location.href = document.filterChoice.filterBy.options[document.filterChoice.filterBy.selectedIndex].value;
	}