//get the Stories data
function getevents(month,divid){
	var arg="month="+month;
	makeRequest("includes/getevents.php",arg,divid);
}
