if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>The Anzac troops on&nbsp;Gallipoli faced many discomforts in addition to the Turkish soldiers shooting\nat them from over the hill. They lacked food and drinking water, suffered from\nsicknesses like dysentery and typhoid, and were surrounded by bodies\ndecomposing in the heat. Life on the peninsula was all about survival, and it\nchanged the men’s priorities. Here two New Zealand veterans talk about the\nhighs and lows, including eating a dead sheep they found, squabbling over fresh\nbread and being evacuated due to dysentery.<\/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, Turkey');
}
