if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>When&nbsp;war was declared in August 1914, New Zealand was asked by the British\nGovernment to capture German Samoa. A Samoan Expeditionary Force made up of\njust over 1300 soldiers, mostly from the Wellington region, departed for the\nSamoan capital, Apia, on 15 August. Little resistance was met when the troops\nlanded a fortnight later, and a New Zealand military administration occupied\nSamoa over the course of the war.<\/p><p>No\nfootage of the New Zealand occupation of Samoa exists. However, this is footage of the two troopships, S.S. Monowai and S.S. Moeraki, which\ntransported the Samoan Expeditionary Force. While the provenance of this film\nis unknown, the fact that the transport ships are still in civilian colours, a\n\"2\" is evident on the side of one of them (the troopship number), the dress of the sentry and the presence of a 12 pound gun suggests that it shows a glimpse\nof the preparation on Wellington’s waterfront for New Zealand’s first action\nduring the war.<\/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('Shed 5, Wellington, New Zealand');
}
