tUrl += getParamString();
HtmlLoader2 tLoader = new HtmlLoader2(); //because the htmlloader has a memory lead
//initialize it new for each work file
//process through jsp engine the file
tLoader.load(tUrl, 0);
if (tLoader.getStatusCode() != 200){
mErrors ++;
printConnectionError(tLoader);
}
else