if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>On 24 May 1915, both sides on Gallipoli agreed to a&nbsp;temporary armistice (ceasefire) to bury the dead, who were literally piling up\nbetween the trenches. This event was perhaps not as friendly as the famous Christmas\nTruce of 1914 in France, but nevertheless the men were thankful for a chance to\nbury the decomposing bodies. Here, three New Zealand veterans of Gallipoli,\nWalter Cobb, Mr Fraser and Mr Davidson, recall their experience of the\narmistice. Their accounts differ in their reporting of fraternisation (making\nfriends) with the enemy Turks. This may be due to their different ranks (Cobb\nwas a sergeant) or to the attitudes of their commanders.<\/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');
}
