if ($('.summaryWrap').hasClass('mi')) {
  $('.summary').html("<p>\n	The battleship \n	HMS New Zealand was a gift\nto Britain’s navy from the people of New Zealand.&nbsp;The\nday before the ship departed on a tour of the colonies, it was visited by King\nGeorge V, an old sailor himself. The King was particularly interested in the\n12-inch guns, and navigation equipment. \n	<em>The\nDominion<\/em>&nbsp;newspaper reported that “His Majesty was greatly amused at the\ndecorations of the gun-room, which… somewhat resembled a lady\'s boudoir\n[bedroom].\" (7 February 1913, p.5).&nbsp;\nNew Zealand-born officers on the ship were introduced to the King and he\nmet the ship\'s mascot, Pelorus Jack, a bulldog puppy who can be briefly seen in\nthis clip.<\/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('Royal Dockyard, Portsmouth, United Kingdom');
}
