if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>In this excerpt, Millicent Baxter recalls her&nbsp;conversion to pacifism during World War I as a result of reading a letter\nwritten by her future husband, the pacifist objector Archibald Baxter.\nMillicent had not then met Archibald, but the letter to his parents, published\nin the newspaper Truth, moved her to\ninvestigate his pacifist viewpoint. In the face of popular patriotism, she adopted\nthose views for herself.<\/p>");
  $('.summaryWrap').removeClass('mi');
  $('.summaryWrap').addClass('en');
  $('.language a.maori').removeClass('active');
  $('.language a.english').addClass('active');
  $('.js-year').html("Year:");
  $('.js-location').html("Location:");
  $('.js-location-name').html('');
}
