String userCookie = null;
if (cj != null) userCookie = cj.toString();
JHTML htmlDocument = new JHTML(bidHistory, userCookie, mCleaner);
if(htmlDocument.isLoaded()) {
List<JHTML.Table> bidderTables = htmlDocument.extractTables();
for (JHTML.Table t : bidderTables) {
if (t.rowCellMatches(0, "^(Bidder|User ID).*")) {
int bidCount = t.getRowCount() - 1; // 1 for the header
AuctionEntry ae = (AuctionEntry) EntryCorral.getInstance().takeForWrite(auctionId);