case 'end_date':
                      (newURL[4].slice(-1) == '=') ? resultsForString += 'Programs' : resultsForString += ' and';
                      resultsForString +=' ending by ' + newURL[j].split('=')[1]; 
                      sameDay.push(newURL[j].split('=')[1]);                           
                      break;