if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>\n	This 1980 ‘Spectrum’ radio documentary&nbsp;examines the treatment of a group of conscientious objectors who refused to take\npart in national military training. The 13 young men were held on Ripapa (also\nknown as Ripa) Island, in Lyttelton Harbour near Christchurch, for some months\nduring 1913. Their treatment was sometimes harsh, and when their case was made public they\nwere dubbed by the press ‘The martyrs of Ripa’.<\/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('Ripapa Island, Lyttelton, New Zealand');
}
