// note the visit.
Date now = new Date();
Date cookieExpiry = new Date(now.getTime() + SIXTY_DAYS_IN_MILLISECONDS);
Cookies.setCookie(cookieName, String.valueOf(now.getTime()), cookieExpiry);
RootPanel.get("storyBody").add(new LivingStoryPage());
HistoryManager.initialize();
// Also set appropriate i18n text for a couple of constants:
Document doc = Document.get();