function goAgenda(d){
	parent.document.location.href = "agenda.php?date=" + d;
}