if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Like many young men, New Zealander Jim&nbsp;Warner lied about his age to enlist in World War I and found himself going into\naction on the Somme with the Auckland Infantry at the age of 18.&nbsp;<\/p><p>In this excerpt from a lengthy interview\nhe recorded with Radio New Zealand reporter Andrew McRae in 1982, he recalls\nthe conditions, the death of his 16-year-old friend and the shattered landscape\nof northern France which had been shelled heavily by the time the New\nZealanders arrived in September 1916.<\/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('Somme, Picardie, France');
}
