Fall 2021

What the world needs most is what we do best.

And what we do next depends on you.

Read it now

Season

Fall

Year

2021
;(function($) { var initAdvocateBreadcrumbs = function() { var tags = $('span.lw_item_tag > a'), current_issue = '', i = 0; if (tags.length && tags.length > 0) { while (i < tags.length && current_issue === '') { var matches = tags[i].innerHTML.match(/^(Spring|Summer|Fall|Winter)-(\d{4})$/); if (matches !== null && current_issue === '') { current_issue = matches[1] + ' ' + matches[2]; } i++; } if ( matches !== null ) { var issueLink = '' + current_issue + ' Issue'; document.getElementById("this_advocate_issue").innerHTML = issueLink; } } }; // Run on document ready initAdvocateBreadcrumbs(); })(livewhale.jQuery);