if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>After&nbsp;being wounded in battle, many Anzac soldiers were shipped to England to\nrecover. Once their injuries healed, they were sent to convalescent camps\naround the country to restore them to fighting fitness. This short film shows\nNew Zealanders at a convalescent camp taking part in training exercises to\nimprove their fitness. As the film shows, training was not all hard work, and\nthey certainly had some fun at the camps.<\/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('England, United Kingdom');
}
