ne.appendChild(name);
li.appendChild(ne);
Element anchor = new Element("a");
UserQuery nuq = new UserQuery(uq, UserQuery.ResultsType.SNIPPETS);
nuq.addTerm(postFix, "ontology", "");
anchor.addAttribute(new Attribute("href", nuq.getQueryURL(0, nuq.getSize())));
anchor.appendChild("search");
li.appendChild(" ");
li.appendChild(anchor);