if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>Ena Ryan was born in the prosperous&nbsp;Wellington suburb of Kelburn in 1908. In this 1985 interview she leafs through\na cookbook produced during the war as a fundraiser for the Red Cross.&nbsp; The recipes and advertisements reveal the\nsocial upheaval the war brought to communities back home, from florists\nadvertising speedy service for last-minute weddings (before men departed\noverseas) to recipes for cooking for invalids. Some recipes were contributed by\nthe public, and Ena is appalled that one woman named her recipe ‘Verdun buns’,\nafter the horrifingly destructive 1916 Battle of Verdun.<\/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');
}
