if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>The song ‘Lologo tau kautau Niue ne oatu he Felakutau Fakamua he Lalolagi’ was sung by the men from the Pacific\nisland of Niue who volunteered to join New Zealand’s Māori Contingent in 1916. They\nserved in France alongside Maori troops in the newly formed Pioneer Battalion,\nand suffered greatly from conditions colder than they had ever imagined.<\/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('Rotorua, New Zealand');
}
