URL count=new URL(this.path+"/w/index.php?title=Special%3ASearch&profile=default&search="+qry+"&fulltext=Search");
Document xml=this.loadURL(count);
if(xml!=null)
{
String aux="mw-search-formheader";
for(Element e:this.getContentNode(xml).getDescendants(new ElementFilter("div")))
{
if(aux.equals(e.getAttributeValue("class")))
{
for(Element x:e.getDescendants(new ElementFilter("div")))
{
aux="results-info";
if(aux.equals(x.getAttributeValue("class")))
{
aux=e.getValue().substring(e.getValue().indexOf(this.countText)+this.countText.length());;