function updateCalendar(month,year,lc)
{
	var pars = "month="+month+"&year="+year+"&lc="+lc;
	$('#calendar-holder').load('/includes/code/update-calendar.php?'+pars);
	return false;
}
