if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>This film was made during the New Zealand&nbsp;convoy’s 1915 journey from Wellington to Egypt, via Hobart and Colombo. On long\nvoyages like this, an especially popular way for soldiers to spend their free\ntime was watching wrestling bouts. Here the crowd watches intently as two\nsoldiers, possibly former professional wrestlers, come to grips on the deck of\nthe troopship. This appears to be a “worked”, or staged, bout, rather than a\ngenuine contest. Gambling was prohibited on board troopships, but it seems highly likely\nthat money changed hands on this occasion.<\/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('Indian Ocean');
}
