if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>In April 1938, several\nthousand New Zealand “diggers” sailed from Wellington for Sydney, where they reunited with their Australian “cobbers” of 1914 – 1918 in a grand Anzac\nDay procession through the city.<\/p><p>\n	The huge march from\nthe Cenotaph to the Domain, where a commemoration service was held, was part of\nAustralia’s 150th anniversary celebrations and some 50,000 returned servicemen\ntook part – with an estimated half a million people lining the Sydney\nstreets.&nbsp;<\/p><p>\n	In this live radio broadcast from the Wellington\nwaterfront, Station 2ZB announcers – who were veterans themselves – capture the\ncheering, bands and excitement on the docks. New Zealand Prime Minister Michael\nJoseph Savage farewells the old soldiers as they board former World War One troopships\n– ‘the <em>Monowai<\/em>’ and ‘the <em>Maunganui<\/em>’ – for the trip across the\nTasman.<\/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 ');
}
