PageRenderSupport support = mockPageRenderSupport();
JSONObject template = new JSONObject(
"{ zones: [ {div:'client1', show:'showme'}, {div:'client2', update:'updateme'} ], links:[] }");
support.addScript(ZONE_INITIALIZER_STRING, template.getJSONArray("zones"), template.getJSONArray("links"));
replay();
ClientBehaviorSupportImpl setup = new ClientBehaviorSupportImpl(support);