function modifier (jour, url_prefix){
	window.location.href = url_prefix+"mois=" + document.forms["Agenda"].elements['month'].options[document.forms["Agenda"].elements['month'].selectedIndex].value + "&jour=" + jour +"&annee=" + document.forms["Agenda"].elements['year'].options[document.forms["Agenda"].elements['year'].selectedIndex].value;
}