plotstack.addTable(new PlotPanel(tablestack.nextTableId(), index));
}
add(plotstack);
add(new EventsPanel("events", Events.class, Summary.get()));
add(new AlertsPanel("alerts"));
add(new TwitterPanel("twitter", WicketApplication.get().getRepository()
.getKeys(Misc.class).get(0)));
}