if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Water shortages were a&nbsp;constant problem for the thousands of men based at Gallipoli in 1915. Natural water\nwas scarce on the peninsula and attempts to solve the problem by using water\ncondenser units to convert sea water for drinking proved inadequate. Water supplies,\noften from as far away as Egypt, had to be brought in by boat and landed on the\nbeach, sometimes under fire. Then the various containers had to be dragged over\nthe rugged landscape to the thirsty men in their trenches.&nbsp;<\/p><p>The unidentified New\nZealand veteran in this interview recalls how the mateship between Kiwis and\nAustralians meant they sometimes gave each other preferential treatment with\nwater rations.<\/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('Gallipoli Peninsula, Turkey');
}
