if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>The New Zealand&nbsp;Expeditionary Force (NZEF) required fit, young, trained solders, both to\nprepare them for the realities of marching and fighting on the Western Front,\nbut also to reinforce those who met their deaths there. Many men who were\ntrained during the First World War had already received compulsory drilling during\njunior cadet training at school. The Trentham Military Camp in the Hutt Valley\nwas opened in 1915 to accommodate and train newly recruited soldiers before\nthey were sent to Europe, where their training would continue.<\/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('Trentham, Upper Hutt, New Zealand');
}
