if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>In April 1916, a year after the Anzac landings at Gallipoli, the first anniversary of the battle was observed in\nAustralia, New Zealand and Britain. A grand memorial service was held at\nWestminster Abbey in London, attended by King George V and Queen Mary. Hundreds\nof New Zealand and Australian military personnel marched through the streets to\nthe Abbey to attend the service.&nbsp;<\/p><p>Among them was Sydney-born Dr Agnes\nBennett, who had been working in Egyptian hospitals treating the wounded from\nGallipoli. Some 40 years later she recalled the experience in this excerpt from\na radio ‘talk.’<\/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('London, England');
}
