public static void main(String[] args) {
String cachePath = "d:\\Documents and Settings\\bschatz\\Local Settings\\Temporary Internet Files\\Content.IE5\\index.dat";
String historyPath = "d:\\Documents and Settings\\bschatz\\Local Settings\\History\\History.IE5\\index.dat";
//DifferenceHandler cacheHandler = new DifferenceHandler("Cache");
DifferenceHandler historyHandler = new DifferenceHandler("History");
//IEIndexFileParser cacheparser = new IEIndexFileParser();
IEHistoryFileParser historyParser ;
while (true) {