if($(this).attr('class').indexOf('next')>-1) {
            if(month == 12) {
              month = 1;
              ++year;
            }