.addElement(new P())
.addElement("Your browser can't handle frames. Please update your browser!"));
Document document = new Document().setDoctype(new Doctype.Html40Frameset()).setHtml(
new Html().addElement(
new Head().addElement(new Title("Smilehouse OpenSyncro (Standalone)"))
.addElement(new Script(
"if (top.location != location) top.location.href = document.location.href;")
.setLanguage("JavaScript")
)).addElement(
frameset).addElement(noframes));