<!--
function viewEOTDExp(EOTDDate)
{
	var url = "./phpajax/eotd_expl.php?EOTDDate=" + EOTDDate;
	getXML(url,"EOTD");
}

-->	


