function cal_hover_hide(span){	document.getElementById(span).innerHTML = "";}function delete_one(url){	var confirmed = confirm("Are you sure you want to delete that event?");	if(confirmed)	{		ajax(url, 'cal_main');	}}
