
<!--
function paintCalendar(year, month) {
	 document.location.href = "index.php?year=" + year + "&month=" + month; 
}
//-->
