if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>In&nbsp;late 1915, towards the end of the Gallipoli campaign, a fierce snowstorm struck\nthe peninsula. Allied soldiers fought the Turkish army while enduring rain,\nsleet and snow which caused severe frostbite and froze the trenches. In these\nradio interviews, three New Zealand veterans recall the living conditions and\ntheir experiences in the blizzard.<\/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');
}
