function reloadPage(){
		$url=document.location.href= 'events.php?month='+document.select.month.options[document.select.month.selectedIndex].value;

		if($url == 'events.php?month='){
			$url = 'events.php';
		}
}
function reloadEdit(){
		$url=document.location.href='editentries.php?month='+document.select.month.options[document.select.month.selectedIndex].value;

		if($url == 'editentries.php?month='){
			$url = 'editentries.php';
		}
}



