if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>On 31 May 1916, Lieutenant Alexander Boyle from South Canterbury was in charge of a gun turret and two\n12-inch guns on the HMS New Zealand during\nthe Battle of Jutland, the greatest naval clash of the First World War. In this\nexcerpt from a 1959 radio talk, he recalls seeing the British battlecruisers Indefatigable and Queen Mary destroyed with a large loss of life. Lt. Boyle also\nremembers his crew’s faith in a Māori mat [piupiu] and tiki\ngiven to their captain when HMS New\nZealand visited New Zealand just before the war.<\/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('The North Sea');
}
