if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Compulsory&nbsp;military training was established in New Zealand in 1909, and by 1912 all boys\naged 14 and over were required to undertake military drills as Senior Cadets.\nFrom the age of 18 to 21 they were required to serve in the Territorial Forces.\nIn the process boys were turned into soldiers, since the Territorials formed\nthe recruiting basis of the NZ Expeditionary Force.<\/p><p>This\nfilm shows just how young this element of the Expeditionary Force was. Some\nvery youthful-looking members of the Canterbury Territorials, and possibly\nCadets as well, are seen marching into Christchurch around 1914.<\/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('Christchurch, New Zealand');
}
