if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Leonard&nbsp;Leary was a law student at Victoria College (now Victoria University) when war\nwas declared in August 1914. Fiercely patriotic, he was among the men who\nrushed to sign up to fight at the earliest opportunity. In this extract from a 1982\nradio documentary, Leary recalls the heady days when war broke out. He headed\ndown to the Wellington wharves with a group of fellow pro-Empire students to\nexpress his support for the war effort, and to enlist in the NZEF.<\/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('Wellington, New Zealand');
}
