if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Horses&nbsp;were among the unsung heroes of the NZEF during World War One. Ten thousand\nhorses were sent overseas over the course of the war. They were used by mounted\ntroops and officers, and for transporting equipment and artillery. The life of\na horse in the army was a tough one. They endured brutal conditions travelling\nto the front and at the battlefield, and only a handful returned back to New\nZealand, as Percy Lowndes recalled in 1969.<\/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('');
}
