$(function() {
	$('#calendar').calendar({
		script: '/ajax/getmonth/'
	});
});
