
function selectDate(d) {
	document.location = 'index.cfm?date=' + d;
}