addChoice("character", new AppEvent(App.BRANCH_START_AGAIN));
addChoice("results", new VotingResultsList());
addChoice("statistics", new PromptFlow("This feature has not yet been implemented.")); //new CustomEvent("restart"));
addChoice("speakright", new PromptFlow("SpeakRight is an open-source Java framework for speech applications using Voice XML."));
addChoice("goodbye", new DisconnectFlow("Goodbye."));
}