jQuery(function() {
	jQuery('#MonthNavigator').change(function() {
		navigateToDate(this.value);
	});
});

