if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p><em>Heroes of Gallipoli<\/em>&nbsp;contains the only known filmed scenes of the&nbsp;Allied involvement in the Gallipoli Campaign. It is an edited version of an\nearlier film, <em>With the Dardanelles Expedition<\/em>. This is amateur film, shot\nunder the most trying conditions, yet it provides unique footage of Gallipoli\nand some of the most vivid frontline images of the First World War. <\/p><p><em>Heroes of Gallipoli<\/em>&nbsp;was deliberately edited to tell a story of\nAustralian military achievement. However, the film footage also tells a story of\nBritish and New Zealand action that the intertitles never mention.<\/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');
}
