
function showDate(date) {
	document.location.href="/index.php?date="+date;
}
