// JavaScript Document

function loadMonth(url){
	
	$('#eventCal').load('$url',function() {
			$('#eventCal').load(url);
			
		});	
}