function get_calendar(_month, _page) {
	var url='/includes/calendar.php';
	$('#calendar').load(url,{d: _month, page_id: _page});
	
}
