function callCalendarChangeMonth(url) {
var ajax = new Ajax.Updater(
        {success: 'calendarBlock'},
         url,
        {method: 'post',
        postBody: '',
        onFailure: reportError}
      );
}
