timeStop("findEnded");
int endedCount = entries.size();
final double percentStep = ((double)endedCount) / 100.0;
final double percentMultiple = 100.0 / ((double)endedCount);
tabQ.enqueue("PROGRESS");
tabQ.enqueue("PROGRESS Loading...");
importListingsToUI(newServer, entries, new Report() {
public void report(AuctionEntry ae, int count) {
if(percentStep < 1.0) {
tabQ.enqueue("PROGRESS " + Math.round(count * percentMultiple));