if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>The battle for Chunuk Bair was one of the bloodiest of the Gallipoli&nbsp;campaign for the New Zealand Expeditionary Force. Robert (“Bob”) Alexander Needs of the Otago Infantry Battalion, describes his experiences of the battle up Rhododendron Ridge, and the chaotic aftermath for the wounded.<\/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');
}
