div.addContent(new WanParagraph("This is Paragraph"));
WanContentLayer mainLayer = new WanContentLayer("Home");
mainLayer.setLayerTitle("Home");
mainLayer.setSubDiv(false);
mainLayer.addContent(div);
mainLayer.addContent(wmProgram);
WanPage complexPage = new WanPage("jWAN Complex Example");
complexPage.setMainLayer(mainLayer);
complexPage.addSubLayer(exSub);