}
sa = new SimpleArticle();
sa.setTitle(articlename);
contentGet = new Get("/" + articlename + "?format=txt");
versionGet = new Get("/" + articlename);
if (LOG.isDebugEnabled()) {
LOG.debug(contentGet.getRequest());
LOG.debug(versionGet.getRequest());
}