//Window Onload
window.onload=function(){
	///ajaxCaller.getPlainText("saved.php", updateSaved)
	//$("event_list").innerHTML="Please select a date from above";
}

function add_to_list(cell){
	//if ($("list").innerHTML=="You have no saved events") $("list").innerHTML=null;
	contents=cell.innerHTML;
	//Little filter to take out the image
	//$("list").innerHTML+=contents+"<br/>";
}

function reset_cal(){
	changeMonth("cal_setup.php");
	//parent.$("cal_title").innerHTML="LMP Calendar";
}


