if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Three&nbsp;New Zealand nurses - Elizabeth Young, Mary Gould and Jeanne Peek (née\nSinclair) - recount their experiences of the sinking of the troopship S.S. <em>Marquette<\/em> on 23 October 1915. The nurses\nwere part of the New Zealand No. 1 Stationary Hospital unit, which was sailing\non the troop transport from Alexandria, Egypt, to Salonika (Thessaloniki) in\nGreece, when their ship was struck by a torpedo from a German U-boat.<\/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('Aegean Sea');
}
