function NLP_Escape(str) {
	str = str.replace(/&/g, '&amp;');
	str = str.replace(/</g, '&lt;');
	str = str.replace(/"/g, '&quot;');
	str = str.replace(/>/g, '&gt;');

	return str;
}

function NLP_PointedItem(point, item) {
	this.m_Point = point;
	this.m_Item = item;
}

function NLP_EntryInfo(entryUUID) {
	this.m_EntryUUID = entryUUID;
	this.m_SimilarEntry = new Array;
	this.m_FeatureWord = new Array;
	this.GenSimilarHtml = function (baseUrl, pre, itemPre, itemPost, post) {
		var	html = '';
		var	i;
		var	item;
		var	entry;

		html = pre;
		for (i = 0; i < this.m_SimilarEntry.length; i++) {
			item = this.m_SimilarEntry[i];
			entry = Entry[item.m_Item];
			if (entry) {
				html += itemPre+'<a href="'+baseUrl+entry.m_CategoryUUID+'/'+item.m_Item+'/index.html" title="類似度: '+item.m_Point+'">'+entry.m_Title+'</a>'+itemPost;
			}
			else {
				html += itemPre+'秘密のエントリ'+itemPost;
			}
		}
		html += post;

		return html;
	}
	this.GenFeatureHtml = function (pre, itemPre, itemPost, post) {
		var	html = '';
		var	i;
		var	item;
		var	entry;

		html = pre;
		for (i = 0; i < this.m_FeatureWord.length; i++) {
			item = this.m_FeatureWord[i];
			html += itemPre+NLP_Escape(item.m_Item)+' ('+item.m_Point+')'+itemPost;
		}
		html += post;

		return html;
	}
}

var	NLP = new Array;
NLP['E1016422918'] = new NLP_EntryInfo('E1016422918');
NLP['E1016422918'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1822090281');
NLP['E1016422918'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E87216849');

NLP['E1046553543'] = new NLP_EntryInfo('E1046553543');
NLP['E1046553543'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1783670048');

NLP['E1235996356'] = new NLP_EntryInfo('E1235996356');
NLP['E1235996356'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20051021192659');

NLP['E1242426142'] = new NLP_EntryInfo('E1242426142');
NLP['E1242426142'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1006543277');

NLP['E1275031556'] = new NLP_EntryInfo('E1275031556');
NLP['E1275031556'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060724184619');

NLP['E131342288'] = new NLP_EntryInfo('E131342288');
NLP['E131342288'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E56752954');

NLP['E1323141576'] = new NLP_EntryInfo('E1323141576');
NLP['E1323141576'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1353585147');

NLP['E1342681109'] = new NLP_EntryInfo('E1342681109');
NLP['E1342681109'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1184887886');

NLP['E1353427110'] = new NLP_EntryInfo('E1353427110');
NLP['E1353427110'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20050924054934');

NLP['E1353585147'] = new NLP_EntryInfo('E1353585147');
NLP['E1353585147'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1459085350');
NLP['E1353585147'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20071202213030');

NLP['E1362759301'] = new NLP_EntryInfo('E1362759301');
NLP['E1362759301'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E131342288');

NLP['E1409505250'] = new NLP_EntryInfo('E1409505250');
NLP['E1409505250'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E131342288');

NLP['E1433254347'] = new NLP_EntryInfo('E1433254347');
NLP['E1433254347'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E99743312');

NLP['E1459085350'] = new NLP_EntryInfo('E1459085350');
NLP['E1459085350'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E1353585147');

NLP['E1463130571'] = new NLP_EntryInfo('E1463130571');
NLP['E1463130571'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E50378040');

NLP['E1545588963'] = new NLP_EntryInfo('E1545588963');
NLP['E1545588963'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E1822090281');
NLP['E1545588963'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E807949335');

NLP['E1608680649'] = new NLP_EntryInfo('E1608680649');
NLP['E1608680649'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20050901235330');

NLP['E1616329460'] = new NLP_EntryInfo('E1616329460');
NLP['E1616329460'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E1531464744');

NLP['E1702038397'] = new NLP_EntryInfo('E1702038397');
NLP['E1702038397'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E334526725');

NLP['E1710042290'] = new NLP_EntryInfo('E1710042290');
NLP['E1710042290'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E1822090281');

NLP['E1783670048'] = new NLP_EntryInfo('E1783670048');
NLP['E1783670048'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1405869068');

NLP['E1822090281'] = new NLP_EntryInfo('E1822090281');
NLP['E1822090281'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1545588963');
NLP['E1822090281'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E807949335');

NLP['E1883399889'] = new NLP_EntryInfo('E1883399889');
NLP['E1883399889'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1323141576');
NLP['E1883399889'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1353585147');
NLP['E1883399889'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060604014403');

NLP['E188639475'] = new NLP_EntryInfo('E188639475');
NLP['E188639475'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E131342288');
NLP['E188639475'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E1814022497');
NLP['E188639475'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E1362759301');

NLP['E1958550090'] = new NLP_EntryInfo('E1958550090');
NLP['E1958550090'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1822090281');
NLP['E1958550090'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E907765293');
NLP['E1958550090'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1247482579');

NLP['E20050720015037'] = new NLP_EntryInfo('E20050720015037');
NLP['E20050720015037'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20050726021445');

NLP['E20050726021445'] = new NLP_EntryInfo('E20050726021445');
NLP['E20050726021445'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E20050720015037');

NLP['E20050909202205'] = new NLP_EntryInfo('E20050909202205');
NLP['E20050909202205'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060424232457');

NLP['E20050914211312'] = new NLP_EntryInfo('E20050914211312');
NLP['E20050914211312'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E1940549493');

NLP['E20050919191159'] = new NLP_EntryInfo('E20050919191159');
NLP['E20050919191159'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20050920042426');

NLP['E20051020022404'] = new NLP_EntryInfo('E20051020022404');
NLP['E20051020022404'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060509161152');

NLP['E20051024030109'] = new NLP_EntryInfo('E20051024030109');
NLP['E20051024030109'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20051104131038');

NLP['E20060310172200'] = new NLP_EntryInfo('E20060310172200');
NLP['E20060310172200'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060803054347');

NLP['E20060405193831'] = new NLP_EntryInfo('E20060405193831');
NLP['E20060405193831'].m_SimilarEntry[0] = new NLP_PointedItem(6, 'E20070603111925');

NLP['E20060509161152'] = new NLP_EntryInfo('E20060509161152');
NLP['E20060509161152'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20051020022404');

NLP['E20060509170325'] = new NLP_EntryInfo('E20060509170325');
NLP['E20060509170325'].m_SimilarEntry[0] = new NLP_PointedItem(42, 'E20051020022404');
NLP['E20060509170325'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E20060509161152');
NLP['E20060509170325'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20051021192659');

NLP['E20060611191313'] = new NLP_EntryInfo('E20060611191313');
NLP['E20060611191313'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1353585147');

NLP['E20060803054347'] = new NLP_EntryInfo('E20060803054347');
NLP['E20060803054347'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E20060310172200');

NLP['E20060807185718'] = new NLP_EntryInfo('E20060807185718');
NLP['E20060807185718'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E56752954');

NLP['E20060820085356'] = new NLP_EntryInfo('E20060820085356');
NLP['E20060820085356'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20070809182059');

NLP['E20061120175846'] = new NLP_EntryInfo('E20061120175846');
NLP['E20061120175846'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060310172200');

NLP['E20061125030707'] = new NLP_EntryInfo('E20061125030707');
NLP['E20061125030707'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1275031556');

NLP['E20070209005111'] = new NLP_EntryInfo('E20070209005111');
NLP['E20070209005111'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060310172200');

NLP['E20071202213030'] = new NLP_EntryInfo('E20071202213030');
NLP['E20071202213030'].m_SimilarEntry[0] = new NLP_PointedItem(45, 'E1353585147');
NLP['E20071202213030'].m_SimilarEntry[1] = new NLP_PointedItem(32, 'E1459085350');

NLP['E304596763'] = new NLP_EntryInfo('E304596763');
NLP['E304596763'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E87216849');

NLP['E334526725'] = new NLP_EntryInfo('E334526725');
NLP['E334526725'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E444248904');

NLP['E491732405'] = new NLP_EntryInfo('E491732405');
NLP['E491732405'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E335475743');

NLP['E807949335'] = new NLP_EntryInfo('E807949335');
NLP['E807949335'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E1822090281');
NLP['E807949335'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E1545588963');

NLP['E87216849'] = new NLP_EntryInfo('E87216849');
NLP['E87216849'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E304596763');

NLP['E907765293'] = new NLP_EntryInfo('E907765293');
NLP['E907765293'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1822090281');

NLP['E949930522'] = new NLP_EntryInfo('E949930522');
NLP['E949930522'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1431326295');

NLP['E962606365'] = new NLP_EntryInfo('E962606365');
NLP['E962606365'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E87216849');

NLP['E99743312'] = new NLP_EntryInfo('E99743312');
NLP['E99743312'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E210679229');

NLP['E1139823254'] = new NLP_EntryInfo('E1139823254');
NLP['E1139823254'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060517223145');

NLP['E1192701828'] = new NLP_EntryInfo('E1192701828');
NLP['E1192701828'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E899425451');

NLP['E1962177114'] = new NLP_EntryInfo('E1962177114');
NLP['E1962177114'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20071110222532');

NLP['E20060422155416'] = new NLP_EntryInfo('E20060422155416');
NLP['E20060422155416'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20070603111925');

NLP['E20060423055554'] = new NLP_EntryInfo('E20060423055554');
NLP['E20060423055554'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E1814022497');
NLP['E20060423055554'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20070729134015');

NLP['E20060423164147'] = new NLP_EntryInfo('E20060423164147');
NLP['E20060423164147'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060319034747');
NLP['E20060423164147'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060426023401');

NLP['E20060426020602'] = new NLP_EntryInfo('E20060426020602');
NLP['E20060426020602'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20060523215029');
NLP['E20060426020602'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060426023401');
NLP['E20060426020602'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060813122300');
NLP['E20060426020602'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060423164147');
NLP['E20060426020602'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20060802164320');

NLP['E20060426023401'] = new NLP_EntryInfo('E20060426023401');
NLP['E20060426023401'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060423164147');
NLP['E20060426023401'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060426020602');
NLP['E20060426023401'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060601135726');
NLP['E20060426023401'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060515212932');

NLP['E20060429010224'] = new NLP_EntryInfo('E20060429010224');
NLP['E20060429010224'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060502200534');
NLP['E20060429010224'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060512153400');

NLP['E20060430005449'] = new NLP_EntryInfo('E20060430005449');
NLP['E20060430005449'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20060523205305');
NLP['E20060430005449'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060703000445');
NLP['E20060430005449'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060525135224');
NLP['E20060430005449'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060612124733');

NLP['E20060502000442'] = new NLP_EntryInfo('E20060502000442');
NLP['E20060502000442'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20060517015523');
NLP['E20060502000442'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E20060505153439');
NLP['E20060502000442'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E20060515231333');

NLP['E20060502200534'] = new NLP_EntryInfo('E20060502200534');
NLP['E20060502200534'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060429010224');
NLP['E20060502200534'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E20060512153400');
NLP['E20060502200534'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060508141731');
NLP['E20060502200534'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20060517015523');

NLP['E20060504060142'] = new NLP_EntryInfo('E20060504060142');
NLP['E20060504060142'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060812181633');

NLP['E20060505153439'] = new NLP_EntryInfo('E20060505153439');
NLP['E20060505153439'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20060502000442');

NLP['E20060508141731'] = new NLP_EntryInfo('E20060508141731');
NLP['E20060508141731'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060517015523');
NLP['E20060508141731'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060502200534');
NLP['E20060508141731'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20070729134015');

NLP['E20060509190325'] = new NLP_EntryInfo('E20060509190325');
NLP['E20060509190325'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060520092517');

NLP['E20060511220333'] = new NLP_EntryInfo('E20060511220333');
NLP['E20060511220333'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E20060523215029');
NLP['E20060511220333'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060520004105');
NLP['E20060511220333'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060426020602');

NLP['E20060512153400'] = new NLP_EntryInfo('E20060512153400');
NLP['E20060512153400'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E20060502200534');
NLP['E20060512153400'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20060429010224');

NLP['E20060515212932'] = new NLP_EntryInfo('E20060515212932');
NLP['E20060515212932'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E20060518215242');

NLP['E20060515231333'] = new NLP_EntryInfo('E20060515231333');
NLP['E20060515231333'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20060517015523');
NLP['E20060515231333'].m_SimilarEntry[1] = new NLP_PointedItem(24, 'E20060518032143');
NLP['E20060515231333'].m_SimilarEntry[2] = new NLP_PointedItem(23, 'E20060502000442');

NLP['E20060516232438'] = new NLP_EntryInfo('E20060516232438');
NLP['E20060516232438'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060520092517');

NLP['E20060517015523'] = new NLP_EntryInfo('E20060517015523');
NLP['E20060517015523'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E20060502000442');
NLP['E20060517015523'].m_SimilarEntry[1] = new NLP_PointedItem(24, 'E20060515231333');
NLP['E20060517015523'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E20060508141731');
NLP['E20060517015523'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20060502200534');
NLP['E20060517015523'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20070303013210');
NLP['E20060517015523'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060518032143');

NLP['E20060518032143'] = new NLP_EntryInfo('E20060518032143');
NLP['E20060518032143'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20060515231333');
NLP['E20060518032143'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060517015523');

NLP['E20060518215242'] = new NLP_EntryInfo('E20060518215242');
NLP['E20060518215242'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060515212932');

NLP['E20060520004105'] = new NLP_EntryInfo('E20060520004105');
NLP['E20060520004105'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060509190325');

NLP['E20060520092517'] = new NLP_EntryInfo('E20060520092517');
NLP['E20060520092517'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20061207211455');

NLP['E20060523205305'] = new NLP_EntryInfo('E20060523205305');
NLP['E20060523205305'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E20060525135224');
NLP['E20060523205305'].m_SimilarEntry[1] = new NLP_PointedItem(26, 'E20060612124733');
NLP['E20060523205305'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E20060703000445');
NLP['E20060523205305'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20060430005449');
NLP['E20060523205305'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20070509190226');

NLP['E20060523215029'] = new NLP_EntryInfo('E20060523215029');
NLP['E20060523215029'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060426020602');

NLP['E20060525135224'] = new NLP_EntryInfo('E20060525135224');
NLP['E20060525135224'].m_SimilarEntry[0] = new NLP_PointedItem(40, 'E20060523205305');
NLP['E20060525135224'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E20060612124733');
NLP['E20060525135224'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E20060703000445');
NLP['E20060525135224'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20060430005449');
NLP['E20060525135224'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20070509190226');
NLP['E20060525135224'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E20070603215118');

NLP['E20060525183723'] = new NLP_EntryInfo('E20060525183723');
NLP['E20060525183723'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20061018033859');

NLP['E20060528070556'] = new NLP_EntryInfo('E20060528070556');
NLP['E20060528070556'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060902212926');

NLP['E20060529232042'] = new NLP_EntryInfo('E20060529232042');
NLP['E20060529232042'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060515212932');
NLP['E20060529232042'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20060518215242');
NLP['E20060529232042'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060726102212');

NLP['E20060601135726'] = new NLP_EntryInfo('E20060601135726');
NLP['E20060601135726'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20060610170339');

NLP['E20060602120538'] = new NLP_EntryInfo('E20060602120538');
NLP['E20060602120538'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20070603111925');
NLP['E20060602120538'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060604014403');
NLP['E20060602120538'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060426020602');
NLP['E20060602120538'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20061017013613');

NLP['E20060602204012'] = new NLP_EntryInfo('E20060602204012');
NLP['E20060602204012'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060509190325');

NLP['E20060606041743'] = new NLP_EntryInfo('E20060606041743');
NLP['E20060606041743'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060319034747');

NLP['E20060608110333'] = new NLP_EntryInfo('E20060608110333');
NLP['E20060608110333'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060523215029');

NLP['E20060610170339'] = new NLP_EntryInfo('E20060610170339');
NLP['E20060610170339'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060601135726');

NLP['E20060612124733'] = new NLP_EntryInfo('E20060612124733');
NLP['E20060612124733'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E20060523205305');
NLP['E20060612124733'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E20060703000445');
NLP['E20060612124733'].m_SimilarEntry[2] = new NLP_PointedItem(25, 'E20060525135224');
NLP['E20060612124733'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060430005449');
NLP['E20060612124733'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20070509190226');

NLP['E20060623023506'] = new NLP_EntryInfo('E20060623023506');
NLP['E20060623023506'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060426023401');
NLP['E20060623023506'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20061202143722');
NLP['E20060623023506'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20061111063517');
NLP['E20060623023506'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20060515212932');
NLP['E20060623023506'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20060509190325');
NLP['E20060623023506'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060523215029');
NLP['E20060623023506'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E20061122234042');
NLP['E20060623023506'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E20060712134858');
NLP['E20060623023506'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E20071213182214');
NLP['E20060623023506'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E20060601135726');
NLP['E20060623023506'].m_SimilarEntry[10] = new NLP_PointedItem(15, 'E20060831121830');

NLP['E20060624040245'] = new NLP_EntryInfo('E20060624040245');
NLP['E20060624040245'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060812181633');
NLP['E20060624040245'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060808085353');
NLP['E20060624040245'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20060802164320');
NLP['E20060624040245'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20061004173129');
NLP['E20060624040245'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20060525183723');
NLP['E20060624040245'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060711093326');
NLP['E20060624040245'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E20060509190325');
NLP['E20060624040245'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E20061018233449');
NLP['E20060624040245'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E20060504060142');

NLP['E20060703000445'] = new NLP_EntryInfo('E20060703000445');
NLP['E20060703000445'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E20060612124733');
NLP['E20060703000445'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E20060523205305');
NLP['E20060703000445'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E20060525135224');
NLP['E20060703000445'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20060430005449');
NLP['E20060703000445'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20070509190226');
NLP['E20060703000445'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E20070603215118');

NLP['E20060703134128'] = new NLP_EntryInfo('E20060703134128');
NLP['E20060703134128'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060707114827');
NLP['E20060703134128'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20061116203705');

NLP['E20060707114827'] = new NLP_EntryInfo('E20060707114827');
NLP['E20060707114827'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20061116203705');
NLP['E20060707114827'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20060802164320');
NLP['E20060707114827'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E20060703134128');
NLP['E20060707114827'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20070115215723');
NLP['E20060707114827'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20060426023401');
NLP['E20060707114827'].m_SimilarEntry[5] = new NLP_PointedItem(17, 'E20060601135726');
NLP['E20060707114827'].m_SimilarEntry[6] = new NLP_PointedItem(16, 'E20060515212932');

NLP['E20060711093326'] = new NLP_EntryInfo('E20060711093326');
NLP['E20060711093326'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20071125212243');
NLP['E20060711093326'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20061014034601');
NLP['E20060711093326'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20061014040618');

NLP['E20060712134858'] = new NLP_EntryInfo('E20060712134858');
NLP['E20060712134858'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060726102212');

NLP['E20060726102212'] = new NLP_EntryInfo('E20060726102212');
NLP['E20060726102212'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060712134858');

NLP['E20060728205153'] = new NLP_EntryInfo('E20060728205153');
NLP['E20060728205153'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20061018233449');
NLP['E20060728205153'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060802164320');

NLP['E20060802164320'] = new NLP_EntryInfo('E20060802164320');
NLP['E20060802164320'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20061110020625');

NLP['E20060808085353'] = new NLP_EntryInfo('E20060808085353');
NLP['E20060808085353'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060802164320');

NLP['E20060812181633'] = new NLP_EntryInfo('E20060812181633');
NLP['E20060812181633'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060504060142');

NLP['E20060813122300'] = new NLP_EntryInfo('E20060813122300');
NLP['E20060813122300'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060426020602');
NLP['E20060813122300'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060601135726');

NLP['E20060831121830'] = new NLP_EntryInfo('E20060831121830');
NLP['E20060831121830'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060601135726');
NLP['E20060831121830'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20060426023401');
NLP['E20060831121830'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060515212932');
NLP['E20060831121830'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20071213182214');
NLP['E20060831121830'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20060610170339');

NLP['E20060902212926'] = new NLP_EntryInfo('E20060902212926');
NLP['E20060902212926'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20070603215118');

NLP['E20060905020014'] = new NLP_EntryInfo('E20060905020014');
NLP['E20060905020014'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20070219095845');

NLP['E20060911211132'] = new NLP_EntryInfo('E20060911211132');
NLP['E20060911211132'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20061111061637');

NLP['E20060920183900'] = new NLP_EntryInfo('E20060920183900');
NLP['E20060920183900'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20061014040618');

NLP['E20060920190313'] = new NLP_EntryInfo('E20060920190313');
NLP['E20060920190313'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20070102220631');

NLP['E20060926132814'] = new NLP_EntryInfo('E20060926132814');
NLP['E20060926132814'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060726102212');

NLP['E20061001193632'] = new NLP_EntryInfo('E20061001193632');
NLP['E20061001193632'].m_SimilarEntry[0] = new NLP_PointedItem(52, 'E20061014034601');
NLP['E20061001193632'].m_SimilarEntry[1] = new NLP_PointedItem(31, 'E20060520092517');
NLP['E20061001193632'].m_SimilarEntry[2] = new NLP_PointedItem(29, 'E20061014040618');
NLP['E20061001193632'].m_SimilarEntry[3] = new NLP_PointedItem(27, 'E20070209122153');
NLP['E20061001193632'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E20070425095219');
NLP['E20061001193632'].m_SimilarEntry[5] = new NLP_PointedItem(18, 'E20061207211455');
NLP['E20061001193632'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E20071125212243');
NLP['E20061001193632'].m_SimilarEntry[7] = new NLP_PointedItem(17, 'E20060920183900');
NLP['E20061001193632'].m_SimilarEntry[8] = new NLP_PointedItem(16, 'E20060711093326');
NLP['E20061001193632'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E20060509190325');

NLP['E20061003161428'] = new NLP_EntryInfo('E20061003161428');
NLP['E20061003161428'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20080117125825');

NLP['E20061004173129'] = new NLP_EntryInfo('E20061004173129');
NLP['E20061004173129'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060509190325');
NLP['E20061004173129'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060624040245');
NLP['E20061004173129'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060711093326');
NLP['E20061004173129'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20061014034601');
NLP['E20061004173129'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20060802164320');

NLP['E20061014034601'] = new NLP_EntryInfo('E20061014034601');
NLP['E20061014034601'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E20061001193632');
NLP['E20061014034601'].m_SimilarEntry[1] = new NLP_PointedItem(24, 'E20061014040618');
NLP['E20061014034601'].m_SimilarEntry[2] = new NLP_PointedItem(23, 'E20060520092517');
NLP['E20061014034601'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20060802164320');
NLP['E20061014034601'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20070425095219');
NLP['E20061014034601'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E20071125212243');

NLP['E20061014040618'] = new NLP_EntryInfo('E20061014040618');
NLP['E20061014040618'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E20061014034601');
NLP['E20061014040618'].m_SimilarEntry[1] = new NLP_PointedItem(30, 'E20060520092517');
NLP['E20061014040618'].m_SimilarEntry[2] = new NLP_PointedItem(25, 'E20061001193632');
NLP['E20061014040618'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20060711093326');
NLP['E20061014040618'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20071125212243');
NLP['E20061014040618'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060920183900');
NLP['E20061014040618'].m_SimilarEntry[6] = new NLP_PointedItem(16, 'E20061207211455');
NLP['E20061014040618'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E20061106141651');
NLP['E20061014040618'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E20061121222945');
NLP['E20061014040618'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E20071122233037');

NLP['E20061017013613'] = new NLP_EntryInfo('E20061017013613');
NLP['E20061017013613'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060505153439');
NLP['E20061017013613'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20060502000442');
NLP['E20061017013613'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060517015523');

NLP['E20061017023108'] = new NLP_EntryInfo('E20061017023108');
NLP['E20061017023108'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060319034747');

NLP['E20061018033859'] = new NLP_EntryInfo('E20061018033859');
NLP['E20061018033859'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20070109131555');
NLP['E20061018033859'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20060525183723');

NLP['E20061018233449'] = new NLP_EntryInfo('E20061018233449');
NLP['E20061018233449'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20070102220631');

NLP['E20061106141651'] = new NLP_EntryInfo('E20061106141651');
NLP['E20061106141651'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060525183723');

NLP['E20061108014610'] = new NLP_EntryInfo('E20061108014610');
NLP['E20061108014610'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20060517015523');
NLP['E20061108014610'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E20060502000442');
NLP['E20061108014610'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E20060508141731');
NLP['E20061108014610'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20070303013210');
NLP['E20061108014610'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20061110012455');
NLP['E20061108014610'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060505153439');
NLP['E20061108014610'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E20060502200534');

NLP['E20061110012455'] = new NLP_EntryInfo('E20061110012455');
NLP['E20061110012455'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20070729134015');

NLP['E20061110020625'] = new NLP_EntryInfo('E20061110020625');
NLP['E20061110020625'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20061121222945');

NLP['E20061111061637'] = new NLP_EntryInfo('E20061111061637');
NLP['E20061111061637'].m_SimilarEntry[0] = new NLP_PointedItem(63, 'E20060911211132');
NLP['E20061111061637'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E20070131024516');
NLP['E20061111061637'].m_SimilarEntry[2] = new NLP_PointedItem(20, 'E20061018033859');
NLP['E20061111061637'].m_SimilarEntry[3] = new NLP_PointedItem(19, 'E20061121222945');
NLP['E20061111061637'].m_SimilarEntry[4] = new NLP_PointedItem(19, 'E20061202143722');
NLP['E20061111061637'].m_SimilarEntry[5] = new NLP_PointedItem(19, 'E20061130162936');
NLP['E20061111061637'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E20060523215029');
NLP['E20061111061637'].m_SimilarEntry[7] = new NLP_PointedItem(17, 'E20061122234042');
NLP['E20061111061637'].m_SimilarEntry[8] = new NLP_PointedItem(17, 'E20060426020602');
NLP['E20061111061637'].m_SimilarEntry[9] = new NLP_PointedItem(16, 'E20061128225726');
NLP['E20061111061637'].m_SimilarEntry[10] = new NLP_PointedItem(16, 'E20070109131555');
NLP['E20061111061637'].m_SimilarEntry[11] = new NLP_PointedItem(16, 'E20060712134858');
NLP['E20061111061637'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E20061125030707');
NLP['E20061111061637'].m_SimilarEntry[13] = new NLP_PointedItem(15, 'E20061110020625');
NLP['E20061111061637'].m_SimilarEntry[14] = new NLP_PointedItem(15, 'E20061206130908');
NLP['E20061111061637'].m_SimilarEntry[15] = new NLP_PointedItem(15, 'E20060726102212');
NLP['E20061111061637'].m_SimilarEntry[16] = new NLP_PointedItem(15, 'E20060802164320');
NLP['E20061111061637'].m_SimilarEntry[17] = new NLP_PointedItem(15, 'E20071122233037');
NLP['E20061111061637'].m_SimilarEntry[18] = new NLP_PointedItem(15, 'E20060525183723');

NLP['E20061111063517'] = new NLP_EntryInfo('E20061111063517');
NLP['E20061111063517'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20061130162936');
NLP['E20061111063517'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20060426023401');
NLP['E20061111063517'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20070131013149');
NLP['E20061111063517'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20071213182214');
NLP['E20061111063517'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20070115215723');
NLP['E20061111063517'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20060712134858');
NLP['E20061111063517'].m_SimilarEntry[6] = new NLP_PointedItem(16, 'E20061122234042');
NLP['E20061111063517'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E20061202143722');

NLP['E20061115191322'] = new NLP_EntryInfo('E20061115191322');
NLP['E20061115191322'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20070729134015');

NLP['E20061116203705'] = new NLP_EntryInfo('E20061116203705');
NLP['E20061116203705'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20070302143110');
NLP['E20061116203705'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060707114827');
NLP['E20061116203705'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20071213182214');

NLP['E20061121222945'] = new NLP_EntryInfo('E20061121222945');
NLP['E20061121222945'].m_SimilarEntry[0] = new NLP_PointedItem(45, 'E20061122234042');
NLP['E20061121222945'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E20061110020625');
NLP['E20061121222945'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E20060802164320');
NLP['E20061121222945'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20061127225505');
NLP['E20061121222945'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E20070115215723');
NLP['E20061121222945'].m_SimilarEntry[5] = new NLP_PointedItem(17, 'E20060509190325');
NLP['E20061121222945'].m_SimilarEntry[6] = new NLP_PointedItem(16, 'E20061128225726');
NLP['E20061121222945'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E20070131013149');
NLP['E20061121222945'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E20061130162936');
NLP['E20061121222945'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E20070109131555');
NLP['E20061121222945'].m_SimilarEntry[10] = new NLP_PointedItem(15, 'E20061018033859');
NLP['E20061121222945'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E20061014034601');
NLP['E20061121222945'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E20071125212243');

NLP['E20061122234042'] = new NLP_EntryInfo('E20061122234042');
NLP['E20061122234042'].m_SimilarEntry[0] = new NLP_PointedItem(42, 'E20061121222945');
NLP['E20061122234042'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20070115215723');
NLP['E20061122234042'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20061111063517');
NLP['E20061122234042'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20060426023401');
NLP['E20061122234042'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20061202143722');

NLP['E20061123181450'] = new NLP_EntryInfo('E20061123181450');
NLP['E20061123181450'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20070729134015');
NLP['E20061123181450'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060429010224');
NLP['E20061123181450'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20060502200534');
NLP['E20061123181450'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060517015523');
NLP['E20061123181450'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20060508141731');
NLP['E20061123181450'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E20070603111925');
NLP['E20061123181450'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E20071110222532');

NLP['E20061127225505'] = new NLP_EntryInfo('E20061127225505');
NLP['E20061127225505'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20071213182214');
NLP['E20061127225505'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20070115215723');

NLP['E20061128225726'] = new NLP_EntryInfo('E20061128225726');
NLP['E20061128225726'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060319034747');

NLP['E20061130162936'] = new NLP_EntryInfo('E20061130162936');
NLP['E20061130162936'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E20061111063517');
NLP['E20061130162936'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E20070131013149');
NLP['E20061130162936'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20061127225505');
NLP['E20061130162936'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20061018033859');

NLP['E20061202143722'] = new NLP_EntryInfo('E20061202143722');
NLP['E20061202143722'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060712134858');

NLP['E20061206130908'] = new NLP_EntryInfo('E20061206130908');
NLP['E20061206130908'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E20060504060142');
NLP['E20061206130908'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E20060812181633');
NLP['E20061206130908'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E20061128225726');
NLP['E20061206130908'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20061130162936');
NLP['E20061206130908'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E20061111063517');
NLP['E20061206130908'].m_SimilarEntry[5] = new NLP_PointedItem(17, 'E20060712134858');
NLP['E20061206130908'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E20061121222945');
NLP['E20061206130908'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E20060726102212');
NLP['E20061206130908'].m_SimilarEntry[8] = new NLP_PointedItem(16, 'E20060802164320');
NLP['E20061206130908'].m_SimilarEntry[9] = new NLP_PointedItem(16, 'E20060502000442');
NLP['E20061206130908'].m_SimilarEntry[10] = new NLP_PointedItem(16, 'E20061110020625');
NLP['E20061206130908'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E20060529232042');
NLP['E20061206130908'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E20060808085353');
NLP['E20061206130908'].m_SimilarEntry[13] = new NLP_PointedItem(15, 'E20061018033859');
NLP['E20061206130908'].m_SimilarEntry[14] = new NLP_PointedItem(15, 'E20071122233037');
NLP['E20061206130908'].m_SimilarEntry[15] = new NLP_PointedItem(15, 'E20070109131555');
NLP['E20061206130908'].m_SimilarEntry[16] = new NLP_PointedItem(15, 'E20071125212243');

NLP['E20061207211455'] = new NLP_EntryInfo('E20061207211455');
NLP['E20061207211455'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E20070209122153');
NLP['E20061207211455'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E20060520092517');
NLP['E20061207211455'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060528070556');

NLP['E20061213022305'] = new NLP_EntryInfo('E20061213022305');
NLP['E20061213022305'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20070729134015');

NLP['E20070102220631'] = new NLP_EntryInfo('E20070102220631');
NLP['E20070102220631'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20071125212243');

NLP['E20070106091405'] = new NLP_EntryInfo('E20070106091405');
NLP['E20070106091405'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20070115215723');

NLP['E20070109131555'] = new NLP_EntryInfo('E20070109131555');
NLP['E20070109131555'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20070131140213');
NLP['E20070109131555'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20061018033859');

NLP['E20070115215723'] = new NLP_EntryInfo('E20070115215723');
NLP['E20070115215723'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20070109131555');

NLP['E20070131013149'] = new NLP_EntryInfo('E20070131013149');
NLP['E20070131013149'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20071213182214');

NLP['E20070131024516'] = new NLP_EntryInfo('E20070131024516');
NLP['E20070131024516'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E20060911211132');
NLP['E20070131024516'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E20061111061637');

NLP['E20070131140213'] = new NLP_EntryInfo('E20070131140213');
NLP['E20070131140213'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20070109131555');

NLP['E20070209122153'] = new NLP_EntryInfo('E20070209122153');
NLP['E20070209122153'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20061207211455');
NLP['E20070209122153'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E20060520092517');
NLP['E20070209122153'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20061001193632');

NLP['E20070214182533'] = new NLP_EntryInfo('E20070214182533');
NLP['E20070214182533'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20061123181450');

NLP['E20070214215413'] = new NLP_EntryInfo('E20070214215413');
NLP['E20070214215413'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E20070209122153');
NLP['E20070214215413'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20061207211455');

NLP['E20070215181728'] = new NLP_EntryInfo('E20070215181728');
NLP['E20070215181728'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20070603111925');

NLP['E20070219095845'] = new NLP_EntryInfo('E20070219095845');
NLP['E20070219095845'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20070303013210');

NLP['E20070302143110'] = new NLP_EntryInfo('E20070302143110');
NLP['E20070302143110'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20070115215723');

NLP['E20070303013210'] = new NLP_EntryInfo('E20070303013210');
NLP['E20070303013210'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060517015523');
NLP['E20070303013210'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060502200534');
NLP['E20070303013210'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20060508141731');
NLP['E20070303013210'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20060502000442');

NLP['E20070330180219'] = new NLP_EntryInfo('E20070330180219');
NLP['E20070330180219'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20070115215723');

NLP['E20070425095219'] = new NLP_EntryInfo('E20070425095219');
NLP['E20070425095219'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20070102220631');
NLP['E20070425095219'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E20061014034601');
NLP['E20070425095219'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E20060520092517');
NLP['E20070425095219'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20061001193632');
NLP['E20070425095219'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20071125212243');
NLP['E20070425095219'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E20071122233037');
NLP['E20070425095219'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E20061018233449');

NLP['E20070509190226'] = new NLP_EntryInfo('E20070509190226');
NLP['E20070509190226'].m_SimilarEntry[0] = new NLP_PointedItem(40, 'E20070603215118');

NLP['E20070603111925'] = new NLP_EntryInfo('E20070603111925');
NLP['E20070603111925'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20071110222532');

NLP['E20070603215118'] = new NLP_EntryInfo('E20070603215118');
NLP['E20070603215118'].m_SimilarEntry[0] = new NLP_PointedItem(42, 'E20070509190226');

NLP['E20070711214051'] = new NLP_EntryInfo('E20070711214051');
NLP['E20070711214051'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E20070603111925');
NLP['E20070711214051'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20071110222532');

NLP['E20070729134015'] = new NLP_EntryInfo('E20070729134015');
NLP['E20070729134015'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060429010224');

NLP['E20070830232003'] = new NLP_EntryInfo('E20070830232003');
NLP['E20070830232003'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20060515231333');

NLP['E20071101001720'] = new NLP_EntryInfo('E20071101001720');
NLP['E20071101001720'].m_SimilarEntry[0] = new NLP_PointedItem(31, 'E20061018033859');
NLP['E20071101001720'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E20060525183723');
NLP['E20071101001720'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E20061106141651');

NLP['E20071101161028'] = new NLP_EntryInfo('E20071101161028');
NLP['E20071101161028'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20071125202118');

NLP['E20071103104948'] = new NLP_EntryInfo('E20071103104948');
NLP['E20071103104948'].m_SimilarEntry[0] = new NLP_PointedItem(38, 'E20071110222532');

NLP['E20071110222532'] = new NLP_EntryInfo('E20071110222532');
NLP['E20071110222532'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E20071103104948');

NLP['E20071122233037'] = new NLP_EntryInfo('E20071122233037');
NLP['E20071122233037'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060319034747');

NLP['E20071125202118'] = new NLP_EntryInfo('E20071125202118');
NLP['E20071125202118'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20071101161028');
NLP['E20071125202118'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20071110222532');

NLP['E20071125212243'] = new NLP_EntryInfo('E20071125212243');
NLP['E20071125212243'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20070102220631');

NLP['E20071201111537'] = new NLP_EntryInfo('E20071201111537');
NLP['E20071201111537'].m_SimilarEntry[0] = new NLP_PointedItem(7, 'E20060719225242');

NLP['E20071213182214'] = new NLP_EntryInfo('E20071213182214');
NLP['E20071213182214'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20070131013149');
NLP['E20071213182214'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20061127225505');

NLP['E20080112013630'] = new NLP_EntryInfo('E20080112013630');
NLP['E20080112013630'].m_SimilarEntry[0] = new NLP_PointedItem(36, 'E20071125212243');
NLP['E20080112013630'].m_SimilarEntry[1] = new NLP_PointedItem(33, 'E20070102220631');
NLP['E20080112013630'].m_SimilarEntry[2] = new NLP_PointedItem(24, 'E20060518215242');
NLP['E20080112013630'].m_SimilarEntry[3] = new NLP_PointedItem(21, 'E20061018233449');
NLP['E20080112013630'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E20060920190313');

NLP['E20080116143631'] = new NLP_EntryInfo('E20080116143631');
NLP['E20080116143631'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20071110222532');

NLP['E252637163'] = new NLP_EntryInfo('E252637163');
NLP['E252637163'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E285419664');

NLP['E285419664'] = new NLP_EntryInfo('E285419664');
NLP['E285419664'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E252637163');

NLP['E1003282352'] = new NLP_EntryInfo('E1003282352');
NLP['E1003282352'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E11246724');
NLP['E1003282352'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E110180561');
NLP['E1003282352'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E906819837');
NLP['E1003282352'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1852700665');

NLP['E1006543277'] = new NLP_EntryInfo('E1006543277');
NLP['E1006543277'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1242426142');

NLP['E1016342014'] = new NLP_EntryInfo('E1016342014');
NLP['E1016342014'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1383150828');
NLP['E1016342014'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1282942405');
NLP['E1016342014'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1003282352');

NLP['E1021252349'] = new NLP_EntryInfo('E1021252349');
NLP['E1021252349'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E113332213');

NLP['E1027248132'] = new NLP_EntryInfo('E1027248132');
NLP['E1027248132'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E2057699323');
NLP['E1027248132'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E139971282');
NLP['E1027248132'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E577107279');

NLP['E103042853'] = new NLP_EntryInfo('E103042853');
NLP['E103042853'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1405869068');

NLP['E1035400179'] = new NLP_EntryInfo('E1035400179');
NLP['E1035400179'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20051114132943');
NLP['E1035400179'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1303017101');
NLP['E1035400179'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E45489039');

NLP['E1038712946'] = new NLP_EntryInfo('E1038712946');
NLP['E1038712946'].m_SimilarEntry[0] = new NLP_PointedItem(31, 'E333986624');
NLP['E1038712946'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E577107279');
NLP['E1038712946'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E906819837');
NLP['E1038712946'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E300139880');
NLP['E1038712946'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E1483592430');
NLP['E1038712946'].m_SimilarEntry[5] = new NLP_PointedItem(17, 'E1979647740');
NLP['E1038712946'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E1254049191');
NLP['E1038712946'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E1563866100');

NLP['E1042134336'] = new NLP_EntryInfo('E1042134336');
NLP['E1042134336'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1223071981');

NLP['E1050172754'] = new NLP_EntryInfo('E1050172754');
NLP['E1050172754'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1850296683');
NLP['E1050172754'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E2075167295');

NLP['E1051620980'] = new NLP_EntryInfo('E1051620980');
NLP['E1051620980'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1175371602');

NLP['E1052399337'] = new NLP_EntryInfo('E1052399337');
NLP['E1052399337'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E1843218018');
NLP['E1052399337'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E577107279');
NLP['E1052399337'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E382297965');
NLP['E1052399337'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1852700665');
NLP['E1052399337'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E53403063');

NLP['E1053541266'] = new NLP_EntryInfo('E1053541266');
NLP['E1053541266'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1875024884');

NLP['E1062419570'] = new NLP_EntryInfo('E1062419570');
NLP['E1062419570'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1276407606');
NLP['E1062419570'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E214718084');
NLP['E1062419570'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E577107279');

NLP['E1069099866'] = new NLP_EntryInfo('E1069099866');
NLP['E1069099866'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E907719871');

NLP['E107202865'] = new NLP_EntryInfo('E107202865');
NLP['E107202865'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E1050172754');

NLP['E1090803845'] = new NLP_EntryInfo('E1090803845');
NLP['E1090803845'].m_SimilarEntry[0] = new NLP_PointedItem(60, 'E1273827484');
NLP['E1090803845'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E1538206481');
NLP['E1090803845'].m_SimilarEntry[2] = new NLP_PointedItem(23, 'E510264452');
NLP['E1090803845'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E56752954');

NLP['E110180561'] = new NLP_EntryInfo('E110180561');
NLP['E110180561'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2057699323');

NLP['E1103077582'] = new NLP_EntryInfo('E1103077582');
NLP['E1103077582'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E335475743');

NLP['E11246724'] = new NLP_EntryInfo('E11246724');
NLP['E11246724'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E657393941');

NLP['E1131565556'] = new NLP_EntryInfo('E1131565556');
NLP['E1131565556'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E577107279');
NLP['E1131565556'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1798655159');

NLP['E113332213'] = new NLP_EntryInfo('E113332213');
NLP['E113332213'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E2057699323');

NLP['E1150277166'] = new NLP_EntryInfo('E1150277166');
NLP['E1150277166'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E408583418');

NLP['E1157412452'] = new NLP_EntryInfo('E1157412452');
NLP['E1157412452'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1412184169');

NLP['E115976300'] = new NLP_EntryInfo('E115976300');
NLP['E115976300'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E414727538');
NLP['E115976300'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E2096120435');
NLP['E115976300'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E1282942405');
NLP['E115976300'].m_SimilarEntry[3] = new NLP_PointedItem(19, 'E752084221');
NLP['E115976300'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E409612057');
NLP['E115976300'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E1761582212');
NLP['E115976300'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E1406579298');
NLP['E115976300'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E1383150828');

NLP['E1162704850'] = new NLP_EntryInfo('E1162704850');
NLP['E1162704850'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20051101020719');
NLP['E1162704850'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E949930522');
NLP['E1162704850'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E1431326295');
NLP['E1162704850'].m_SimilarEntry[3] = new NLP_PointedItem(20, 'E20051114132943');
NLP['E1162704850'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E559265786');
NLP['E1162704850'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E906819837');

NLP['E1162707911'] = new NLP_EntryInfo('E1162707911');
NLP['E1162707911'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1926490899');
NLP['E1162707911'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E1937698292');
NLP['E1162707911'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1408128311');
NLP['E1162707911'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E656535463');

NLP['E1163396075'] = new NLP_EntryInfo('E1163396075');
NLP['E1163396075'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E949930522');
NLP['E1163396075'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E559265786');
NLP['E1163396075'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1254049191');

NLP['E1164312163'] = new NLP_EntryInfo('E1164312163');
NLP['E1164312163'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E788681340');
NLP['E1164312163'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E577107279');
NLP['E1164312163'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1027248132');

NLP['E1174633968'] = new NLP_EntryInfo('E1174633968');
NLP['E1174633968'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E337651043');

NLP['E1175371602'] = new NLP_EntryInfo('E1175371602');
NLP['E1175371602'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E709859724');
NLP['E1175371602'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E899425451');
NLP['E1175371602'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E483365032');
NLP['E1175371602'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1563509482');

NLP['E1176235235'] = new NLP_EntryInfo('E1176235235');
NLP['E1176235235'].m_SimilarEntry[0] = new NLP_PointedItem(50, 'E899425451');
NLP['E1176235235'].m_SimilarEntry[1] = new NLP_PointedItem(30, 'E709859724');
NLP['E1176235235'].m_SimilarEntry[2] = new NLP_PointedItem(25, 'E1631628838');
NLP['E1176235235'].m_SimilarEntry[3] = new NLP_PointedItem(22, 'E1175371602');
NLP['E1176235235'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E483365032');

NLP['E1184887886'] = new NLP_EntryInfo('E1184887886');
NLP['E1184887886'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E638697331');

NLP['E1223071981'] = new NLP_EntryInfo('E1223071981');
NLP['E1223071981'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1405869068');

NLP['E122892452'] = new NLP_EntryInfo('E122892452');
NLP['E122892452'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E525007937');

NLP['E1247482579'] = new NLP_EntryInfo('E1247482579');
NLP['E1247482579'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E945617164');

NLP['E1254049191'] = new NLP_EntryInfo('E1254049191');
NLP['E1254049191'].m_SimilarEntry[0] = new NLP_PointedItem(94, 'E1483592430');
NLP['E1254049191'].m_SimilarEntry[1] = new NLP_PointedItem(85, 'E1979647740');
NLP['E1254049191'].m_SimilarEntry[2] = new NLP_PointedItem(70, 'E300139880');
NLP['E1254049191'].m_SimilarEntry[3] = new NLP_PointedItem(70, 'E1874969628');
NLP['E1254049191'].m_SimilarEntry[4] = new NLP_PointedItem(64, 'E825544600');
NLP['E1254049191'].m_SimilarEntry[5] = new NLP_PointedItem(62, 'E906819837');
NLP['E1254049191'].m_SimilarEntry[6] = new NLP_PointedItem(23, 'E20051114132943');
NLP['E1254049191'].m_SimilarEntry[7] = new NLP_PointedItem(22, 'E226119753');
NLP['E1254049191'].m_SimilarEntry[8] = new NLP_PointedItem(22, 'E335475743');
NLP['E1254049191'].m_SimilarEntry[9] = new NLP_PointedItem(19, 'E418341466');
NLP['E1254049191'].m_SimilarEntry[10] = new NLP_PointedItem(16, 'E577107279');

NLP['E1257765370'] = new NLP_EntryInfo('E1257765370');
NLP['E1257765370'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1898506484');

NLP['E1266677831'] = new NLP_EntryInfo('E1266677831');
NLP['E1266677831'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E1969453290');
NLP['E1266677831'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E2090177958');

NLP['E1268304049'] = new NLP_EntryInfo('E1268304049');
NLP['E1268304049'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E788681340');

NLP['E1273827484'] = new NLP_EntryInfo('E1273827484');
NLP['E1273827484'].m_SimilarEntry[0] = new NLP_PointedItem(51, 'E1090803845');
NLP['E1273827484'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E1538206481');

NLP['E1276407606'] = new NLP_EntryInfo('E1276407606');
NLP['E1276407606'].m_SimilarEntry[0] = new NLP_PointedItem(35, 'E951970768');
NLP['E1276407606'].m_SimilarEntry[1] = new NLP_PointedItem(28, 'E577107279');
NLP['E1276407606'].m_SimilarEntry[2] = new NLP_PointedItem(23, 'E330945866');
NLP['E1276407606'].m_SimilarEntry[3] = new NLP_PointedItem(22, 'E214718084');
NLP['E1276407606'].m_SimilarEntry[4] = new NLP_PointedItem(20, 'E723444887');
NLP['E1276407606'].m_SimilarEntry[5] = new NLP_PointedItem(18, 'E1822601818');
NLP['E1276407606'].m_SimilarEntry[6] = new NLP_PointedItem(18, 'E45489039');
NLP['E1276407606'].m_SimilarEntry[7] = new NLP_PointedItem(17, 'E1843218018');

NLP['E1282835420'] = new NLP_EntryInfo('E1282835420');
NLP['E1282835420'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E237510072');
NLP['E1282835420'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E1282942405');
NLP['E1282835420'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E418341466');
NLP['E1282835420'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E414727538');
NLP['E1282835420'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E2066152340');

NLP['E1282942405'] = new NLP_EntryInfo('E1282942405');
NLP['E1282942405'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1875024884');

NLP['E1303017101'] = new NLP_EntryInfo('E1303017101');
NLP['E1303017101'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20051114132943');

NLP['E1314436533'] = new NLP_EntryInfo('E1314436533');
NLP['E1314436533'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E2084559269');

NLP['E1332093177'] = new NLP_EntryInfo('E1332093177');
NLP['E1332093177'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1843218018');

NLP['E1334236891'] = new NLP_EntryInfo('E1334236891');
NLP['E1334236891'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1776359949');

NLP['E1334284096'] = new NLP_EntryInfo('E1334284096');
NLP['E1334284096'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1052399337');

NLP['E1335814882'] = new NLP_EntryInfo('E1335814882');
NLP['E1335814882'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E576350298');
NLP['E1335814882'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E412559129');

NLP['E133661342'] = new NLP_EntryInfo('E133661342');
NLP['E133661342'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E139971282');
NLP['E133661342'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E577107279');

NLP['E1347534735'] = new NLP_EntryInfo('E1347534735');
NLP['E1347534735'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1131565556');

NLP['E1383150828'] = new NLP_EntryInfo('E1383150828');
NLP['E1383150828'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E1282942405');
NLP['E1383150828'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1761582212');

NLP['E139971282'] = new NLP_EntryInfo('E139971282');
NLP['E139971282'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E1131565556');
NLP['E139971282'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E577107279');
NLP['E139971282'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E133661342');
NLP['E139971282'].m_SimilarEntry[3] = new NLP_PointedItem(20, 'E1027248132');
NLP['E139971282'].m_SimilarEntry[4] = new NLP_PointedItem(19, 'E1852700665');
NLP['E139971282'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E2057699323');

NLP['E1405869068'] = new NLP_EntryInfo('E1405869068');
NLP['E1405869068'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E543041744');

NLP['E1406579298'] = new NLP_EntryInfo('E1406579298');
NLP['E1406579298'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E657393941');

NLP['E1408128311'] = new NLP_EntryInfo('E1408128311');
NLP['E1408128311'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E1926490899');
NLP['E1408128311'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E906819837');

NLP['E1412184169'] = new NLP_EntryInfo('E1412184169');
NLP['E1412184169'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E403635675');
NLP['E1412184169'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E20051114132943');
NLP['E1412184169'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E1303017101');
NLP['E1412184169'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E45489039');
NLP['E1412184169'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E1157412452');

NLP['E1412247958'] = new NLP_EntryInfo('E1412247958');
NLP['E1412247958'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20070116163513');

NLP['E1416957139'] = new NLP_EntryInfo('E1416957139');
NLP['E1416957139'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E1050172754');
NLP['E1416957139'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1850296683');

NLP['E1431326295'] = new NLP_EntryInfo('E1431326295');
NLP['E1431326295'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E949930522');
NLP['E1431326295'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E1162704850');
NLP['E1431326295'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E20051101020719');
NLP['E1431326295'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20051114132943');
NLP['E1431326295'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E300139880');
NLP['E1431326295'].m_SimilarEntry[5] = new NLP_PointedItem(17, 'E906819837');
NLP['E1431326295'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E1483592430');
NLP['E1431326295'].m_SimilarEntry[7] = new NLP_PointedItem(17, 'E1254049191');
NLP['E1431326295'].m_SimilarEntry[8] = new NLP_PointedItem(17, 'E1979647740');

NLP['E1441966674'] = new NLP_EntryInfo('E1441966674');
NLP['E1441966674'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E1926490899');
NLP['E1441966674'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E1408128311');
NLP['E1441966674'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E748984485');

NLP['E1448442921'] = new NLP_EntryInfo('E1448442921');
NLP['E1448442921'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1531417831');
NLP['E1448442921'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E414727538');
NLP['E1448442921'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1818008156');

NLP['E1452482103'] = new NLP_EntryInfo('E1452482103');
NLP['E1452482103'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E113332213');
NLP['E1452482103'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E2057699323');
NLP['E1452482103'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1003282352');
NLP['E1452482103'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E1052399337');
NLP['E1452482103'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E110180561');
NLP['E1452482103'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E2066152340');

NLP['E1483592430'] = new NLP_EntryInfo('E1483592430');
NLP['E1483592430'].m_SimilarEntry[0] = new NLP_PointedItem(93, 'E1254049191');
NLP['E1483592430'].m_SimilarEntry[1] = new NLP_PointedItem(86, 'E1979647740');
NLP['E1483592430'].m_SimilarEntry[2] = new NLP_PointedItem(70, 'E300139880');
NLP['E1483592430'].m_SimilarEntry[3] = new NLP_PointedItem(69, 'E1874969628');
NLP['E1483592430'].m_SimilarEntry[4] = new NLP_PointedItem(64, 'E825544600');
NLP['E1483592430'].m_SimilarEntry[5] = new NLP_PointedItem(62, 'E906819837');
NLP['E1483592430'].m_SimilarEntry[6] = new NLP_PointedItem(23, 'E20051114132943');
NLP['E1483592430'].m_SimilarEntry[7] = new NLP_PointedItem(23, 'E226119753');
NLP['E1483592430'].m_SimilarEntry[8] = new NLP_PointedItem(22, 'E335475743');
NLP['E1483592430'].m_SimilarEntry[9] = new NLP_PointedItem(18, 'E418341466');
NLP['E1483592430'].m_SimilarEntry[10] = new NLP_PointedItem(17, 'E577107279');

NLP['E1485741938'] = new NLP_EntryInfo('E1485741938');
NLP['E1485741938'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E576350298');

NLP['E150217807'] = new NLP_EntryInfo('E150217807');
NLP['E150217807'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1692415756');

NLP['E1511889423'] = new NLP_EntryInfo('E1511889423');
NLP['E1511889423'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E779790964');

NLP['E1513226561'] = new NLP_EntryInfo('E1513226561');
NLP['E1513226561'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E1608680649');
NLP['E1513226561'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E508813095');

NLP['E1523083191'] = new NLP_EntryInfo('E1523083191');
NLP['E1523083191'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2010384592');

NLP['E1529117617'] = new NLP_EntryInfo('E1529117617');
NLP['E1529117617'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E265241290');

NLP['E1531417831'] = new NLP_EntryInfo('E1531417831');
NLP['E1531417831'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E525007937');

NLP['E1531464744'] = new NLP_EntryInfo('E1531464744');
NLP['E1531464744'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E408207363');

NLP['E1538206481'] = new NLP_EntryInfo('E1538206481');
NLP['E1538206481'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1273827484');
NLP['E1538206481'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E1090803845');

NLP['E1560148987'] = new NLP_EntryInfo('E1560148987');
NLP['E1560148987'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E709859724');

NLP['E1563509482'] = new NLP_EntryInfo('E1563509482');
NLP['E1563509482'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E483365032');

NLP['E1563866100'] = new NLP_EntryInfo('E1563866100');
NLP['E1563866100'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1038712946');

NLP['E1601382565'] = new NLP_EntryInfo('E1601382565');
NLP['E1601382565'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E2084559269');

NLP['E161050134'] = new NLP_EntryInfo('E161050134');
NLP['E161050134'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E2066152340');

NLP['E1631628838'] = new NLP_EntryInfo('E1631628838');
NLP['E1631628838'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E899425451');

NLP['E1639480839'] = new NLP_EntryInfo('E1639480839');
NLP['E1639480839'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20050814125616');

NLP['E1643608068'] = new NLP_EntryInfo('E1643608068');
NLP['E1643608068'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1884414973');

NLP['E1651624144'] = new NLP_EntryInfo('E1651624144');
NLP['E1651624144'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1850296683');
NLP['E1651624144'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1050172754');

NLP['E1679898356'] = new NLP_EntryInfo('E1679898356');
NLP['E1679898356'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E575735580');

NLP['E1684562238'] = new NLP_EntryInfo('E1684562238');
NLP['E1684562238'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1926490899');

NLP['E169069632'] = new NLP_EntryInfo('E169069632');
NLP['E169069632'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20050614032720');
NLP['E169069632'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1692415756');

NLP['E1692415756'] = new NLP_EntryInfo('E1692415756');
NLP['E1692415756'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20050614032720');
NLP['E1692415756'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E352200923');
NLP['E1692415756'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E2076741050');

NLP['E1698439554'] = new NLP_EntryInfo('E1698439554');
NLP['E1698439554'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E1843218018');
NLP['E1698439554'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E1052399337');
NLP['E1698439554'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E606618565');
NLP['E1698439554'].m_SimilarEntry[3] = new NLP_PointedItem(19, 'E508813095');
NLP['E1698439554'].m_SimilarEntry[4] = new NLP_PointedItem(19, 'E382297965');
NLP['E1698439554'].m_SimilarEntry[5] = new NLP_PointedItem(18, 'E2066152340');
NLP['E1698439554'].m_SimilarEntry[6] = new NLP_PointedItem(18, 'E638697331');
NLP['E1698439554'].m_SimilarEntry[7] = new NLP_PointedItem(17, 'E2057699323');

NLP['E1712647726'] = new NLP_EntryInfo('E1712647726');
NLP['E1712647726'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E32939381');

NLP['E1728019399'] = new NLP_EntryInfo('E1728019399');
NLP['E1728019399'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E907719871');

NLP['E1761582212'] = new NLP_EntryInfo('E1761582212');
NLP['E1761582212'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2096120435');

NLP['E176723007'] = new NLP_EntryInfo('E176723007');
NLP['E176723007'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20051114132943');
NLP['E176723007'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1979647740');
NLP['E176723007'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1254049191');
NLP['E176723007'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1483592430');

NLP['E1769230682'] = new NLP_EntryInfo('E1769230682');
NLP['E1769230682'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E20050916173657');
NLP['E1769230682'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E54535368');
NLP['E1769230682'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E592991857');

NLP['E1776359949'] = new NLP_EntryInfo('E1776359949');
NLP['E1776359949'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E1334236891');

NLP['E1798655159'] = new NLP_EntryInfo('E1798655159');
NLP['E1798655159'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1131565556');

NLP['E1799431634'] = new NLP_EntryInfo('E1799431634');
NLP['E1799431634'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E2010384592');
NLP['E1799431634'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E1405869068');
NLP['E1799431634'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E107202865');
NLP['E1799431634'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1898506484');
NLP['E1799431634'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E543041744');

NLP['E1808692624'] = new NLP_EntryInfo('E1808692624');
NLP['E1808692624'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E214718084');
NLP['E1808692624'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E32939381');
NLP['E1808692624'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1282942405');
NLP['E1808692624'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E638697331');

NLP['E1812962729'] = new NLP_EntryInfo('E1812962729');
NLP['E1812962729'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E333421922');

NLP['E1818008156'] = new NLP_EntryInfo('E1818008156');
NLP['E1818008156'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1448442921');
NLP['E1818008156'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1531417831');
NLP['E1818008156'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E525007937');
NLP['E1818008156'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1282942405');

NLP['E1822601818'] = new NLP_EntryInfo('E1822601818');
NLP['E1822601818'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E32939381');
NLP['E1822601818'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E606234781');

NLP['E1826709941'] = new NLP_EntryInfo('E1826709941');
NLP['E1826709941'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1282942405');

NLP['E1829883465'] = new NLP_EntryInfo('E1829883465');
NLP['E1829883465'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1006543277');

NLP['E183107914'] = new NLP_EntryInfo('E183107914');
NLP['E183107914'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E352200923');

NLP['E1832578428'] = new NLP_EntryInfo('E1832578428');
NLP['E1832578428'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E638697331');

NLP['E1843218018'] = new NLP_EntryInfo('E1843218018');
NLP['E1843218018'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E577107279');
NLP['E1843218018'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E606618565');
NLP['E1843218018'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E1852700665');
NLP['E1843218018'].m_SimilarEntry[3] = new NLP_PointedItem(21, 'E1052399337');
NLP['E1843218018'].m_SimilarEntry[4] = new NLP_PointedItem(19, 'E382297965');
NLP['E1843218018'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E2066152340');
NLP['E1843218018'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E214718084');

NLP['E1847990857'] = new NLP_EntryInfo('E1847990857');
NLP['E1847990857'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E951970768');
NLP['E1847990857'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E1875024884');
NLP['E1847990857'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1027248132');
NLP['E1847990857'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E1282942405');

NLP['E1850296683'] = new NLP_EntryInfo('E1850296683');
NLP['E1850296683'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E1050172754');

NLP['E1852700665'] = new NLP_EntryInfo('E1852700665');
NLP['E1852700665'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E577107279');
NLP['E1852700665'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E1843218018');
NLP['E1852700665'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E333986624');
NLP['E1852700665'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E1052399337');
NLP['E1852700665'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E2057699323');

NLP['E1874969628'] = new NLP_EntryInfo('E1874969628');
NLP['E1874969628'].m_SimilarEntry[0] = new NLP_PointedItem(79, 'E825544600');
NLP['E1874969628'].m_SimilarEntry[1] = new NLP_PointedItem(70, 'E300139880');
NLP['E1874969628'].m_SimilarEntry[2] = new NLP_PointedItem(67, 'E1979647740');
NLP['E1874969628'].m_SimilarEntry[3] = new NLP_PointedItem(66, 'E1483592430');
NLP['E1874969628'].m_SimilarEntry[4] = new NLP_PointedItem(66, 'E1254049191');
NLP['E1874969628'].m_SimilarEntry[5] = new NLP_PointedItem(60, 'E906819837');
NLP['E1874969628'].m_SimilarEntry[6] = new NLP_PointedItem(25, 'E335475743');
NLP['E1874969628'].m_SimilarEntry[7] = new NLP_PointedItem(18, 'E418341466');

NLP['E1875024884'] = new NLP_EntryInfo('E1875024884');
NLP['E1875024884'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1282942405');

NLP['E1884414973'] = new NLP_EntryInfo('E1884414973');
NLP['E1884414973'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20051104130845');

NLP['E1886723408'] = new NLP_EntryInfo('E1886723408');
NLP['E1886723408'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E414727538');
NLP['E1886723408'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E2066152340');

NLP['E1898506484'] = new NLP_EntryInfo('E1898506484');
NLP['E1898506484'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1990565646');

NLP['E190448704'] = new NLP_EntryInfo('E190448704');
NLP['E190448704'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E83235137');

NLP['E1917772948'] = new NLP_EntryInfo('E1917772948');
NLP['E1917772948'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E952349460');

NLP['E1926490899'] = new NLP_EntryInfo('E1926490899');
NLP['E1926490899'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E1408128311');

NLP['E1937698292'] = new NLP_EntryInfo('E1937698292');
NLP['E1937698292'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1162707911');

NLP['E1940549493'] = new NLP_EntryInfo('E1940549493');
NLP['E1940549493'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E906819837');

NLP['E1948014946'] = new NLP_EntryInfo('E1948014946');
NLP['E1948014946'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1875024884');

NLP['E1950509556'] = new NLP_EntryInfo('E1950509556');
NLP['E1950509556'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1925900393');

NLP['E1957446310'] = new NLP_EntryInfo('E1957446310');
NLP['E1957446310'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1958550090');

NLP['E1969453290'] = new NLP_EntryInfo('E1969453290');
NLP['E1969453290'].m_SimilarEntry[0] = new NLP_PointedItem(46, 'E1266677831');
NLP['E1969453290'].m_SimilarEntry[1] = new NLP_PointedItem(29, 'E2090177958');
NLP['E1969453290'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E638697331');

NLP['E1970804024'] = new NLP_EntryInfo('E1970804024');
NLP['E1970804024'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1282942405');

NLP['E1971602787'] = new NLP_EntryInfo('E1971602787');
NLP['E1971602787'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E110180561');
NLP['E1971602787'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1003282352');
NLP['E1971602787'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1898506484');
NLP['E1971602787'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1334284096');

NLP['E1979647740'] = new NLP_EntryInfo('E1979647740');
NLP['E1979647740'].m_SimilarEntry[0] = new NLP_PointedItem(91, 'E1483592430');
NLP['E1979647740'].m_SimilarEntry[1] = new NLP_PointedItem(89, 'E1254049191');
NLP['E1979647740'].m_SimilarEntry[2] = new NLP_PointedItem(77, 'E300139880');
NLP['E1979647740'].m_SimilarEntry[3] = new NLP_PointedItem(74, 'E1874969628');
NLP['E1979647740'].m_SimilarEntry[4] = new NLP_PointedItem(69, 'E825544600');
NLP['E1979647740'].m_SimilarEntry[5] = new NLP_PointedItem(69, 'E906819837');
NLP['E1979647740'].m_SimilarEntry[6] = new NLP_PointedItem(26, 'E226119753');
NLP['E1979647740'].m_SimilarEntry[7] = new NLP_PointedItem(25, 'E20051114132943');
NLP['E1979647740'].m_SimilarEntry[8] = new NLP_PointedItem(23, 'E335475743');
NLP['E1979647740'].m_SimilarEntry[9] = new NLP_PointedItem(20, 'E418341466');
NLP['E1979647740'].m_SimilarEntry[10] = new NLP_PointedItem(18, 'E577107279');
NLP['E1979647740'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E176723007');
NLP['E1979647740'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E333986624');

NLP['E1988109332'] = new NLP_EntryInfo('E1988109332');
NLP['E1988109332'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E83235137');

NLP['E1990565646'] = new NLP_EntryInfo('E1990565646');
NLP['E1990565646'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1898506484');

NLP['E1999887388'] = new NLP_EntryInfo('E1999887388');
NLP['E1999887388'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1282942405');

NLP['E20050614032720'] = new NLP_EntryInfo('E20050614032720');
NLP['E20050614032720'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1692415756');

NLP['E20050614173152'] = new NLP_EntryInfo('E20050614173152');
NLP['E20050614173152'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050614032720');

NLP['E20050720031321'] = new NLP_EntryInfo('E20050720031321');
NLP['E20050720031321'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E352200923');

NLP['E20050814125616'] = new NLP_EntryInfo('E20050814125616');
NLP['E20050814125616'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E212462009');

NLP['E20050901235330'] = new NLP_EntryInfo('E20050901235330');
NLP['E20050901235330'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20050929121112');

NLP['E20050905025416'] = new NLP_EntryInfo('E20050905025416');
NLP['E20050905025416'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20050916173657');

NLP['E20050915064412'] = new NLP_EntryInfo('E20050915064412');
NLP['E20050915064412'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060807185718');

NLP['E20050916000008'] = new NLP_EntryInfo('E20050916000008');
NLP['E20050916000008'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20051205042628');

NLP['E20050916173657'] = new NLP_EntryInfo('E20050916173657');
NLP['E20050916173657'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E54535368');
NLP['E20050916173657'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1769230682');

NLP['E20050920042426'] = new NLP_EntryInfo('E20050920042426');
NLP['E20050920042426'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20051003093710');

NLP['E20050924054934'] = new NLP_EntryInfo('E20050924054934');
NLP['E20050924054934'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1405869068');

NLP['E20050929121112'] = new NLP_EntryInfo('E20050929121112');
NLP['E20050929121112'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20050901235330');
NLP['E20050929121112'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060325172841');

NLP['E20051003093710'] = new NLP_EntryInfo('E20051003093710');
NLP['E20051003093710'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20050920042426');

NLP['E20051013205750'] = new NLP_EntryInfo('E20051013205750');
NLP['E20051013205750'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20051113142442');

NLP['E20051017004513'] = new NLP_EntryInfo('E20051017004513');
NLP['E20051017004513'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20051113142442');

NLP['E20051101020719'] = new NLP_EntryInfo('E20051101020719');
NLP['E20051101020719'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060724184619');
NLP['E20051101020719'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20051114132943');
NLP['E20051101020719'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1162704850');
NLP['E20051101020719'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E949930522');
NLP['E20051101020719'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1431326295');

NLP['E20051104130645'] = new NLP_EntryInfo('E20051104130645');
NLP['E20051104130645'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E20051104131038');
NLP['E20051104130645'].m_SimilarEntry[1] = new NLP_PointedItem(24, 'E20051104131445');
NLP['E20051104130645'].m_SimilarEntry[2] = new NLP_PointedItem(20, 'E20051104130845');

NLP['E20051104130845'] = new NLP_EntryInfo('E20051104130845');
NLP['E20051104130845'].m_SimilarEntry[0] = new NLP_PointedItem(54, 'E20051104131038');
NLP['E20051104130845'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20051104131445');

NLP['E20051104131038'] = new NLP_EntryInfo('E20051104131038');
NLP['E20051104131038'].m_SimilarEntry[0] = new NLP_PointedItem(60, 'E20051104130845');
NLP['E20051104131038'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E20051104131445');

NLP['E20051104131445'] = new NLP_EntryInfo('E20051104131445');
NLP['E20051104131445'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20051104131038');
NLP['E20051104131445'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20051104130845');

NLP['E20051107101556'] = new NLP_EntryInfo('E20051107101556');
NLP['E20051107101556'].m_SimilarEntry[0] = new NLP_PointedItem(58, 'E20050916173657');
NLP['E20051107101556'].m_SimilarEntry[1] = new NLP_PointedItem(46, 'E54535368');
NLP['E20051107101556'].m_SimilarEntry[2] = new NLP_PointedItem(32, 'E1769230682');
NLP['E20051107101556'].m_SimilarEntry[3] = new NLP_PointedItem(32, 'E592991857');

NLP['E20051113142442'] = new NLP_EntryInfo('E20051113142442');
NLP['E20051113142442'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20051104131445');

NLP['E20051113220944'] = new NLP_EntryInfo('E20051113220944');
NLP['E20051113220944'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E20051114132943');
NLP['E20051113220944'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E1563866100');
NLP['E20051113220944'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E103042853');
NLP['E20051113220944'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1962177114');

NLP['E20051114132943'] = new NLP_EntryInfo('E20051114132943');
NLP['E20051114132943'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1979647740');
NLP['E20051114132943'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E1254049191');
NLP['E20051114132943'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E1483592430');
NLP['E20051114132943'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E176723007');
NLP['E20051114132943'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E906819837');
NLP['E20051114132943'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E20051101020719');
NLP['E20051114132943'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E300139880');

NLP['E20051122034806'] = new NLP_EntryInfo('E20051122034806');
NLP['E20051122034806'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E907719871');

NLP['E20051201033533'] = new NLP_EntryInfo('E20051201033533');
NLP['E20051201033533'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20060621002107');

NLP['E20051201184243'] = new NLP_EntryInfo('E20051201184243');
NLP['E20051201184243'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20050614032720');

NLP['E20051201195750'] = new NLP_EntryInfo('E20051201195750');
NLP['E20051201195750'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20051205022826');

NLP['E20051205022826'] = new NLP_EntryInfo('E20051205022826');
NLP['E20051205022826'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20051212032300');
NLP['E20051205022826'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1334236891');

NLP['E20051205042628'] = new NLP_EntryInfo('E20051205042628');
NLP['E20051205042628'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20050916000008');
NLP['E20051205042628'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060316000909');

NLP['E20051212032300'] = new NLP_EntryInfo('E20051212032300');
NLP['E20051212032300'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E20051205022826');
NLP['E20051212032300'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1334236891');
NLP['E20051212032300'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1776359949');

NLP['E20051226142722'] = new NLP_EntryInfo('E20051226142722');
NLP['E20051226142722'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20051104131445');

NLP['E20060311002355'] = new NLP_EntryInfo('E20060311002355');
NLP['E20060311002355'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20070303013210');

NLP['E20060316000909'] = new NLP_EntryInfo('E20060316000909');
NLP['E20060316000909'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20051205042628');

NLP['E20060319034747'] = new NLP_EntryInfo('E20060319034747');
NLP['E20060319034747'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20071110222532');

NLP['E20060325172841'] = new NLP_EntryInfo('E20060325172841');
NLP['E20060325172841'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20050929121112');

NLP['E20060420003618'] = new NLP_EntryInfo('E20060420003618');
NLP['E20060420003618'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060424232457');

NLP['E20060424232457'] = new NLP_EntryInfo('E20060424232457');
NLP['E20060424232457'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20051017004513');

NLP['E20060430030404'] = new NLP_EntryInfo('E20060430030404');
NLP['E20060430030404'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060502200534');
NLP['E20060430030404'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060807185718');

NLP['E20060511211652'] = new NLP_EntryInfo('E20060511211652');
NLP['E20060511211652'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20060424232457');

NLP['E20060604014403'] = new NLP_EntryInfo('E20060604014403');
NLP['E20060604014403'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1405869068');

NLP['E20060604154857'] = new NLP_EntryInfo('E20060604154857');
NLP['E20060604154857'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E578276381');

NLP['E20060607113009'] = new NLP_EntryInfo('E20060607113009');
NLP['E20060607113009'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060613010134');

NLP['E20060613010134'] = new NLP_EntryInfo('E20060613010134');
NLP['E20060613010134'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060706060345');
NLP['E20060613010134'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20060724184619');

NLP['E20060621002107'] = new NLP_EntryInfo('E20060621002107');
NLP['E20060621002107'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060829001221');

NLP['E20060627032921'] = new NLP_EntryInfo('E20060627032921');
NLP['E20060627032921'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060701073520');

NLP['E20060701073520'] = new NLP_EntryInfo('E20060701073520');
NLP['E20060701073520'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060627032921');

NLP['E20060706060345'] = new NLP_EntryInfo('E20060706060345');
NLP['E20060706060345'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060724184619');

NLP['E20060719225242'] = new NLP_EntryInfo('E20060719225242');
NLP['E20060719225242'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E335475743');

NLP['E20060724184619'] = new NLP_EntryInfo('E20060724184619');
NLP['E20060724184619'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060706060345');
NLP['E20060724184619'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20051101020719');

NLP['E20060728191639'] = new NLP_EntryInfo('E20060728191639');
NLP['E20060728191639'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060910010946');

NLP['E20060829001221'] = new NLP_EntryInfo('E20060829001221');
NLP['E20060829001221'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E20060621002107');
NLP['E20060829001221'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20051201184243');
NLP['E20060829001221'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20050614032720');

NLP['E20060907080133'] = new NLP_EntryInfo('E20060907080133');
NLP['E20060907080133'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20060917232712');

NLP['E20060910010946'] = new NLP_EntryInfo('E20060910010946');
NLP['E20060910010946'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060924012246');

NLP['E20060917232712'] = new NLP_EntryInfo('E20060917232712');
NLP['E20060917232712'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1103077582');

NLP['E20060924012246'] = new NLP_EntryInfo('E20060924012246');
NLP['E20060924012246'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060910010946');

NLP['E20060928203542'] = new NLP_EntryInfo('E20060928203542');
NLP['E20060928203542'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060424232457');

NLP['E20070116163513'] = new NLP_EntryInfo('E20070116163513');
NLP['E20070116163513'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1412247958');

NLP['E20070323003224'] = new NLP_EntryInfo('E20070323003224');
NLP['E20070323003224'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20070324132655');

NLP['E20070324132655'] = new NLP_EntryInfo('E20070324132655');
NLP['E20070324132655'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20070323003224');

NLP['E20071106112259'] = new NLP_EntryInfo('E20071106112259');
NLP['E20071106112259'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1282942405');

NLP['E20080107011906'] = new NLP_EntryInfo('E20080107011906');
NLP['E20080107011906'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1103077582');

NLP['E20080117125825'] = new NLP_EntryInfo('E20080117125825');
NLP['E20080117125825'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20061003161428');

NLP['E2010384592'] = new NLP_EntryInfo('E2010384592');
NLP['E2010384592'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E226119753');
NLP['E2010384592'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1405869068');

NLP['E2019885351'] = new NLP_EntryInfo('E2019885351');
NLP['E2019885351'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E879876176');

NLP['E2020696200'] = new NLP_EntryInfo('E2020696200');
NLP['E2020696200'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E2075167295');

NLP['E2041457530'] = new NLP_EntryInfo('E2041457530');
NLP['E2041457530'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E352200923');

NLP['E2054683566'] = new NLP_EntryInfo('E2054683566');
NLP['E2054683566'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20050929121112');

NLP['E2057699323'] = new NLP_EntryInfo('E2057699323');
NLP['E2057699323'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E110180561');
NLP['E2057699323'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1852700665');
NLP['E2057699323'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E577107279');

NLP['E2066152340'] = new NLP_EntryInfo('E2066152340');
NLP['E2066152340'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1843218018');
NLP['E2066152340'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E414727538');

NLP['E2075167295'] = new NLP_EntryInfo('E2075167295');
NLP['E2075167295'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1050172754');
NLP['E2075167295'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E418341466');

NLP['E2076741050'] = new NLP_EntryInfo('E2076741050');
NLP['E2076741050'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1692415756');

NLP['E2084559269'] = new NLP_EntryInfo('E2084559269');
NLP['E2084559269'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E1314436533');
NLP['E2084559269'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E577107279');
NLP['E2084559269'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1852700665');
NLP['E2084559269'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E687498628');
NLP['E2084559269'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E456489954');
NLP['E2084559269'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E2057699323');

NLP['E2090177958'] = new NLP_EntryInfo('E2090177958');
NLP['E2090177958'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E656535463');
NLP['E2090177958'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1266677831');

NLP['E2092343495'] = new NLP_EntryInfo('E2092343495');
NLP['E2092343495'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E2084559269');
NLP['E2092343495'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E951970768');
NLP['E2092343495'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1545588963');

NLP['E2096120435'] = new NLP_EntryInfo('E2096120435');
NLP['E2096120435'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E1761582212');
NLP['E2096120435'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E752084221');
NLP['E2096120435'].m_SimilarEntry[2] = new NLP_PointedItem(21, 'E1383150828');
NLP['E2096120435'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E115976300');
NLP['E2096120435'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E414727538');

NLP['E210679229'] = new NLP_EntryInfo('E210679229');
NLP['E210679229'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E1798655159');

NLP['E212462009'] = new NLP_EntryInfo('E212462009');
NLP['E212462009'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1538206481');

NLP['E214715758'] = new NLP_EntryInfo('E214715758');
NLP['E214715758'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E32939381');

NLP['E214718084'] = new NLP_EntryInfo('E214718084');
NLP['E214718084'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1808692624');
NLP['E214718084'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E577107279');

NLP['E219525791'] = new NLP_EntryInfo('E219525791');
NLP['E219525791'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E952349460');
NLP['E219525791'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E767930390');

NLP['E226119753'] = new NLP_EntryInfo('E226119753');
NLP['E226119753'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1979647740');
NLP['E226119753'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1483592430');
NLP['E226119753'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E1254049191');
NLP['E226119753'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E577107279');

NLP['E237510072'] = new NLP_EntryInfo('E237510072');
NLP['E237510072'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E1282835420');
NLP['E237510072'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E418341466');
NLP['E237510072'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E226119753');
NLP['E237510072'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E2066152340');
NLP['E237510072'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E414727538');

NLP['E240743497'] = new NLP_EntryInfo('E240743497');
NLP['E240743497'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E1175371602');

NLP['E242429666'] = new NLP_EntryInfo('E242429666');
NLP['E242429666'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060706060345');

NLP['E248248428'] = new NLP_EntryInfo('E248248428');
NLP['E248248428'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E212462009');
NLP['E248248428'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E20070131140213');
NLP['E248248428'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1513226561');
NLP['E248248428'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E945617164');

NLP['E263405265'] = new NLP_EntryInfo('E263405265');
NLP['E263405265'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1412184169');

NLP['E265241290'] = new NLP_EntryInfo('E265241290');
NLP['E265241290'].m_SimilarEntry[0] = new NLP_PointedItem(31, 'E1875024884');
NLP['E265241290'].m_SimilarEntry[1] = new NLP_PointedItem(30, 'E1529117617');
NLP['E265241290'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E418341466');
NLP['E265241290'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1282942405');

NLP['E266169078'] = new NLP_EntryInfo('E266169078');
NLP['E266169078'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1728019399');

NLP['E274217674'] = new NLP_EntryInfo('E274217674');
NLP['E274217674'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E1884414973');

NLP['E297662827'] = new NLP_EntryInfo('E297662827');
NLP['E297662827'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E183107914');

NLP['E300139880'] = new NLP_EntryInfo('E300139880');
NLP['E300139880'].m_SimilarEntry[0] = new NLP_PointedItem(86, 'E1874969628');
NLP['E300139880'].m_SimilarEntry[1] = new NLP_PointedItem(86, 'E1979647740');
NLP['E300139880'].m_SimilarEntry[2] = new NLP_PointedItem(85, 'E906819837');
NLP['E300139880'].m_SimilarEntry[3] = new NLP_PointedItem(83, 'E1483592430');
NLP['E300139880'].m_SimilarEntry[4] = new NLP_PointedItem(82, 'E1254049191');
NLP['E300139880'].m_SimilarEntry[5] = new NLP_PointedItem(80, 'E825544600');
NLP['E300139880'].m_SimilarEntry[6] = new NLP_PointedItem(27, 'E335475743');
NLP['E300139880'].m_SimilarEntry[7] = new NLP_PointedItem(20, 'E418341466');
NLP['E300139880'].m_SimilarEntry[8] = new NLP_PointedItem(20, 'E577107279');
NLP['E300139880'].m_SimilarEntry[9] = new NLP_PointedItem(18, 'E20051114132943');
NLP['E300139880'].m_SimilarEntry[10] = new NLP_PointedItem(16, 'E1038712946');
NLP['E300139880'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E333986624');
NLP['E300139880'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E1408128311');
NLP['E300139880'].m_SimilarEntry[13] = new NLP_PointedItem(15, 'E226119753');

NLP['E315227721'] = new NLP_EntryInfo('E315227721');
NLP['E315227721'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1783670048');

NLP['E32939381'] = new NLP_EntryInfo('E32939381');
NLP['E32939381'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E638697331');

NLP['E330945866'] = new NLP_EntryInfo('E330945866');
NLP['E330945866'].m_SimilarEntry[0] = new NLP_PointedItem(43, 'E214718084');
NLP['E330945866'].m_SimilarEntry[1] = new NLP_PointedItem(43, 'E1276407606');
NLP['E330945866'].m_SimilarEntry[2] = new NLP_PointedItem(39, 'E951970768');
NLP['E330945866'].m_SimilarEntry[3] = new NLP_PointedItem(38, 'E577107279');
NLP['E330945866'].m_SimilarEntry[4] = new NLP_PointedItem(29, 'E1843218018');
NLP['E330945866'].m_SimilarEntry[5] = new NLP_PointedItem(25, 'E45489039');
NLP['E330945866'].m_SimilarEntry[6] = new NLP_PointedItem(22, 'E1852700665');
NLP['E330945866'].m_SimilarEntry[7] = new NLP_PointedItem(20, 'E1052399337');
NLP['E330945866'].m_SimilarEntry[8] = new NLP_PointedItem(19, 'E687498628');
NLP['E330945866'].m_SimilarEntry[9] = new NLP_PointedItem(17, 'E53403063');
NLP['E330945866'].m_SimilarEntry[10] = new NLP_PointedItem(16, 'E1062419570');
NLP['E330945866'].m_SimilarEntry[11] = new NLP_PointedItem(16, 'E382297965');
NLP['E330945866'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E606618565');
NLP['E330945866'].m_SimilarEntry[13] = new NLP_PointedItem(15, 'E2057699323');

NLP['E333421922'] = new NLP_EntryInfo('E333421922');
NLP['E333421922'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E1405869068');

NLP['E333986624'] = new NLP_EntryInfo('E333986624');
NLP['E333986624'].m_SimilarEntry[0] = new NLP_PointedItem(36, 'E1038712946');
NLP['E333986624'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E1852700665');
NLP['E333986624'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E577107279');
NLP['E333986624'].m_SimilarEntry[3] = new NLP_PointedItem(22, 'E906819837');
NLP['E333986624'].m_SimilarEntry[4] = new NLP_PointedItem(21, 'E1483592430');
NLP['E333986624'].m_SimilarEntry[5] = new NLP_PointedItem(21, 'E1979647740');
NLP['E333986624'].m_SimilarEntry[6] = new NLP_PointedItem(20, 'E1254049191');
NLP['E333986624'].m_SimilarEntry[7] = new NLP_PointedItem(19, 'E300139880');
NLP['E333986624'].m_SimilarEntry[8] = new NLP_PointedItem(16, 'E20051101020719');
NLP['E333986624'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E949930522');
NLP['E333986624'].m_SimilarEntry[10] = new NLP_PointedItem(15, 'E1131565556');

NLP['E335475743'] = new NLP_EntryInfo('E335475743');
NLP['E335475743'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1874969628');
NLP['E335475743'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E300139880');
NLP['E335475743'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1483592430');
NLP['E335475743'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1254049191');
NLP['E335475743'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1103077582');
NLP['E335475743'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E1979647740');
NLP['E335475743'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E825544600');

NLP['E337651043'] = new NLP_EntryInfo('E337651043');
NLP['E337651043'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1874969628');
NLP['E337651043'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E1174633968');
NLP['E337651043'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E825544600');
NLP['E337651043'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E335475743');
NLP['E337651043'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E1254049191');
NLP['E337651043'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E1979647740');
NLP['E337651043'].m_SimilarEntry[6] = new NLP_PointedItem(16, 'E300139880');
NLP['E337651043'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E1483592430');
NLP['E337651043'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E906819837');

NLP['E352200923'] = new NLP_EntryInfo('E352200923');
NLP['E352200923'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1692415756');

NLP['E367652869'] = new NLP_EntryInfo('E367652869');
NLP['E367652869'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E656535463');
NLP['E367652869'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1408128311');
NLP['E367652869'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E20051122034806');
NLP['E367652869'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E1926490899');
NLP['E367652869'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E2090177958');
NLP['E367652869'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E638697331');
NLP['E367652869'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E1139823254');
NLP['E367652869'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E1875024884');

NLP['E369722633'] = new NLP_EntryInfo('E369722633');
NLP['E369722633'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1643608068');
NLP['E369722633'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E278927694');
NLP['E369722633'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E43148497');
NLP['E369722633'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E20050905025416');
NLP['E369722633'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1778683959');
NLP['E369722633'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E214715758');

NLP['E375638611'] = new NLP_EntryInfo('E375638611');
NLP['E375638611'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E214715758');

NLP['E382297965'] = new NLP_EntryInfo('E382297965');
NLP['E382297965'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E606618565');
NLP['E382297965'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1052399337');
NLP['E382297965'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E1843218018');

NLP['E403635675'] = new NLP_EntryInfo('E403635675');
NLP['E403635675'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E1412184169');
NLP['E403635675'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E687498628');
NLP['E403635675'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1408128311');

NLP['E408207363'] = new NLP_EntryInfo('E408207363');
NLP['E408207363'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E1531464744');

NLP['E408583418'] = new NLP_EntryInfo('E408583418');
NLP['E408583418'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E1150277166');

NLP['E409612057'] = new NLP_EntryInfo('E409612057');
NLP['E409612057'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E2057699323');

NLP['E412559129'] = new NLP_EntryInfo('E412559129');
NLP['E412559129'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E576350298');
NLP['E412559129'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E1335814882');

NLP['E414727538'] = new NLP_EntryInfo('E414727538');
NLP['E414727538'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E43148497');
NLP['E414727538'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E418341466');
NLP['E414727538'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1282942405');
NLP['E414727538'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E2066152340');
NLP['E414727538'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1463130571');

NLP['E418341466'] = new NLP_EntryInfo('E418341466');
NLP['E418341466'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E43148497');
NLP['E418341466'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E414727538');
NLP['E418341466'].m_SimilarEntry[2] = new NLP_PointedItem(20, 'E1979647740');
NLP['E418341466'].m_SimilarEntry[3] = new NLP_PointedItem(20, 'E906819837');
NLP['E418341466'].m_SimilarEntry[4] = new NLP_PointedItem(19, 'E1874969628');
NLP['E418341466'].m_SimilarEntry[5] = new NLP_PointedItem(19, 'E1254049191');
NLP['E418341466'].m_SimilarEntry[6] = new NLP_PointedItem(19, 'E1483592430');
NLP['E418341466'].m_SimilarEntry[7] = new NLP_PointedItem(18, 'E237510072');
NLP['E418341466'].m_SimilarEntry[8] = new NLP_PointedItem(18, 'E825544600');
NLP['E418341466'].m_SimilarEntry[9] = new NLP_PointedItem(18, 'E300139880');
NLP['E418341466'].m_SimilarEntry[10] = new NLP_PointedItem(17, 'E335475743');
NLP['E418341466'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E576350298');

NLP['E428567788'] = new NLP_EntryInfo('E428567788');
NLP['E428567788'].m_SimilarEntry[0] = new NLP_PointedItem(30, 'E592991857');
NLP['E428567788'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E1769230682');
NLP['E428567788'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E1643608068');
NLP['E428567788'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20050916173657');
NLP['E428567788'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1409505250');

NLP['E43148497'] = new NLP_EntryInfo('E43148497');
NLP['E43148497'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E414727538');
NLP['E43148497'].m_SimilarEntry[1] = new NLP_PointedItem(27, 'E418341466');

NLP['E434583890'] = new NLP_EntryInfo('E434583890');
NLP['E434583890'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E1050172754');
NLP['E434583890'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E226119753');

NLP['E439258288'] = new NLP_EntryInfo('E439258288');
NLP['E439258288'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E226119753');

NLP['E45489039'] = new NLP_EntryInfo('E45489039');
NLP['E45489039'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E577107279');
NLP['E45489039'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1408128311');
NLP['E45489039'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E906819837');
NLP['E45489039'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E687498628');
NLP['E45489039'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1052399337');

NLP['E456489954'] = new NLP_EntryInfo('E456489954');
NLP['E456489954'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E906819837');
NLP['E456489954'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E687498628');

NLP['E477558551'] = new NLP_EntryInfo('E477558551');
NLP['E477558551'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20051201033533');

NLP['E483365032'] = new NLP_EntryInfo('E483365032');
NLP['E483365032'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E899425451');
NLP['E483365032'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1175371602');
NLP['E483365032'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1563509482');
NLP['E483365032'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E709859724');

NLP['E497175522'] = new NLP_EntryInfo('E497175522');
NLP['E497175522'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E629001424');
NLP['E497175522'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E1441966674');

NLP['E50378040'] = new NLP_EntryInfo('E50378040');
NLP['E50378040'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E1463130571');

NLP['E508813095'] = new NLP_EntryInfo('E508813095');
NLP['E508813095'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E638697331');
NLP['E508813095'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E687498628');

NLP['E510264452'] = new NLP_EntryInfo('E510264452');
NLP['E510264452'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E1090803845');
NLP['E510264452'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1273827484');

NLP['E525007937'] = new NLP_EntryInfo('E525007937');
NLP['E525007937'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1531417831');
NLP['E525007937'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E606234781');
NLP['E525007937'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E122892452');

NLP['E530201799'] = new NLP_EntryInfo('E530201799');
NLP['E530201799'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1276407606');

NLP['E531752254'] = new NLP_EntryInfo('E531752254');
NLP['E531752254'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E360364957');

NLP['E53403063'] = new NLP_EntryInfo('E53403063');
NLP['E53403063'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E577107279');

NLP['E543041744'] = new NLP_EntryInfo('E543041744');
NLP['E543041744'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E1405869068');

NLP['E544281287'] = new NLP_EntryInfo('E544281287');
NLP['E544281287'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E414727538');

NLP['E54535368'] = new NLP_EntryInfo('E54535368');
NLP['E54535368'].m_SimilarEntry[0] = new NLP_PointedItem(31, 'E592991857');
NLP['E54535368'].m_SimilarEntry[1] = new NLP_PointedItem(30, 'E20050916173657');
NLP['E54535368'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E1769230682');
NLP['E54535368'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E20051107101556');
NLP['E54535368'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E748984485');

NLP['E559265786'] = new NLP_EntryInfo('E559265786');
NLP['E559265786'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E20051101020719');
NLP['E559265786'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E1163396075');
NLP['E559265786'].m_SimilarEntry[2] = new NLP_PointedItem(24, 'E1162704850');
NLP['E559265786'].m_SimilarEntry[3] = new NLP_PointedItem(22, 'E949930522');
NLP['E559265786'].m_SimilarEntry[4] = new NLP_PointedItem(21, 'E300139880');
NLP['E559265786'].m_SimilarEntry[5] = new NLP_PointedItem(21, 'E906819837');
NLP['E559265786'].m_SimilarEntry[6] = new NLP_PointedItem(20, 'E1483592430');
NLP['E559265786'].m_SimilarEntry[7] = new NLP_PointedItem(19, 'E1979647740');
NLP['E559265786'].m_SimilarEntry[8] = new NLP_PointedItem(19, 'E20051114132943');
NLP['E559265786'].m_SimilarEntry[9] = new NLP_PointedItem(19, 'E1254049191');
NLP['E559265786'].m_SimilarEntry[10] = new NLP_PointedItem(19, 'E1431326295');
NLP['E559265786'].m_SimilarEntry[11] = new NLP_PointedItem(18, 'E20060724184619');
NLP['E559265786'].m_SimilarEntry[12] = new NLP_PointedItem(17, 'E1038712946');

NLP['E559867516'] = new NLP_EntryInfo('E559867516');
NLP['E559867516'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E87216849');

NLP['E56752954'] = new NLP_EntryInfo('E56752954');
NLP['E56752954'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1925900393');
NLP['E56752954'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E1538206481');

NLP['E575735580'] = new NLP_EntryInfo('E575735580');
NLP['E575735580'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E577107279');

NLP['E576350298'] = new NLP_EntryInfo('E576350298');
NLP['E576350298'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E1335814882');
NLP['E576350298'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E418341466');
NLP['E576350298'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E335475743');
NLP['E576350298'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E414727538');
NLP['E576350298'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E412559129');

NLP['E577107279'] = new NLP_EntryInfo('E577107279');
NLP['E577107279'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E1852700665');
NLP['E577107279'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E45489039');
NLP['E577107279'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E906819837');
NLP['E577107279'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E1131565556');
NLP['E577107279'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E1843218018');
NLP['E577107279'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E1052399337');
NLP['E577107279'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E1276407606');
NLP['E577107279'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E226119753');
NLP['E577107279'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E1282942405');
NLP['E577107279'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E1483592430');

NLP['E578276381'] = new NLP_EntryInfo('E578276381');
NLP['E578276381'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060604154857');

NLP['E592991857'] = new NLP_EntryInfo('E592991857');
NLP['E592991857'].m_SimilarEntry[0] = new NLP_PointedItem(57, 'E54535368');
NLP['E592991857'].m_SimilarEntry[1] = new NLP_PointedItem(31, 'E20050916173657');
NLP['E592991857'].m_SimilarEntry[2] = new NLP_PointedItem(30, 'E1769230682');
NLP['E592991857'].m_SimilarEntry[3] = new NLP_PointedItem(22, 'E428567788');
NLP['E592991857'].m_SimilarEntry[4] = new NLP_PointedItem(22, 'E20051107101556');

NLP['E594100340'] = new NLP_EntryInfo('E594100340');
NLP['E594100340'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E577107279');

NLP['E606234781'] = new NLP_EntryInfo('E606234781');
NLP['E606234781'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1822601818');
NLP['E606234781'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E525007937');

NLP['E606618565'] = new NLP_EntryInfo('E606618565');
NLP['E606618565'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E1843218018');
NLP['E606618565'].m_SimilarEntry[1] = new NLP_PointedItem(31, 'E382297965');
NLP['E606618565'].m_SimilarEntry[2] = new NLP_PointedItem(25, 'E1052399337');
NLP['E606618565'].m_SimilarEntry[3] = new NLP_PointedItem(19, 'E214718084');
NLP['E606618565'].m_SimilarEntry[4] = new NLP_PointedItem(17, 'E577107279');
NLP['E606618565'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E1852700665');
NLP['E606618565'].m_SimilarEntry[6] = new NLP_PointedItem(15, 'E1332093177');

NLP['E614291463'] = new NLP_EntryInfo('E614291463');
NLP['E614291463'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E638697331');

NLP['E629001424'] = new NLP_EntryInfo('E629001424');
NLP['E629001424'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E497175522');

NLP['E638697331'] = new NLP_EntryInfo('E638697331');
NLP['E638697331'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E32939381');

NLP['E656535463'] = new NLP_EntryInfo('E656535463');
NLP['E656535463'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E575735580');

NLP['E657393941'] = new NLP_EntryInfo('E657393941');
NLP['E657393941'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1406579298');

NLP['E687498628'] = new NLP_EntryInfo('E687498628');
NLP['E687498628'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E53403063');
NLP['E687498628'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E508813095');

NLP['E693229066'] = new NLP_EntryInfo('E693229066');
NLP['E693229066'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E907719871');

NLP['E696404768'] = new NLP_EntryInfo('E696404768');
NLP['E696404768'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20070324132655');

NLP['E707256133'] = new NLP_EntryInfo('E707256133');
NLP['E707256133'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E1538206481');
NLP['E707256133'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1273827484');
NLP['E707256133'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E56752954');

NLP['E709859724'] = new NLP_EntryInfo('E709859724');
NLP['E709859724'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E899425451');
NLP['E709859724'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1176235235');
NLP['E709859724'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E1631628838');
NLP['E709859724'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E1175371602');
NLP['E709859724'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E483365032');

NLP['E723444887'] = new NLP_EntryInfo('E723444887');
NLP['E723444887'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1276407606');

NLP['E733432998'] = new NLP_EntryInfo('E733432998');
NLP['E733432998'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E2020696200');
NLP['E733432998'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E1538206481');
NLP['E733432998'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20060319034747');
NLP['E733432998'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E899425451');

NLP['E748984485'] = new NLP_EntryInfo('E748984485');
NLP['E748984485'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E907719871');

NLP['E752084221'] = new NLP_EntryInfo('E752084221');
NLP['E752084221'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E226119753');
NLP['E752084221'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1282942405');
NLP['E752084221'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1875024884');

NLP['E767930390'] = new NLP_EntryInfo('E767930390');
NLP['E767930390'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1303017101');
NLP['E767930390'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E219525791');
NLP['E767930390'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E1940549493');
NLP['E767930390'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E113332213');

NLP['E775156151'] = new NLP_EntryInfo('E775156151');
NLP['E775156151'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1990565646');

NLP['E779790964'] = new NLP_EntryInfo('E779790964');
NLP['E779790964'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E873584552');

NLP['E783235673'] = new NLP_EntryInfo('E783235673');
NLP['E783235673'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E456489954');

NLP['E788681340'] = new NLP_EntryInfo('E788681340');
NLP['E788681340'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1164312163');

NLP['E825544600'] = new NLP_EntryInfo('E825544600');
NLP['E825544600'].m_SimilarEntry[0] = new NLP_PointedItem(99, 'E1874969628');
NLP['E825544600'].m_SimilarEntry[1] = new NLP_PointedItem(81, 'E300139880');
NLP['E825544600'].m_SimilarEntry[2] = new NLP_PointedItem(77, 'E1979647740');
NLP['E825544600'].m_SimilarEntry[3] = new NLP_PointedItem(76, 'E1483592430');
NLP['E825544600'].m_SimilarEntry[4] = new NLP_PointedItem(76, 'E1254049191');
NLP['E825544600'].m_SimilarEntry[5] = new NLP_PointedItem(70, 'E906819837');
NLP['E825544600'].m_SimilarEntry[6] = new NLP_PointedItem(25, 'E335475743');
NLP['E825544600'].m_SimilarEntry[7] = new NLP_PointedItem(21, 'E418341466');

NLP['E83235137'] = new NLP_EntryInfo('E83235137');
NLP['E83235137'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E190448704');

NLP['E838303296'] = new NLP_EntryInfo('E838303296');
NLP['E838303296'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E1412247958');

NLP['E873584552'] = new NLP_EntryInfo('E873584552');
NLP['E873584552'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20050916000008');

NLP['E879876176'] = new NLP_EntryInfo('E879876176');
NLP['E879876176'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E2019885351');

NLP['E894130710'] = new NLP_EntryInfo('E894130710');
NLP['E894130710'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E2075167295');

NLP['E899425451'] = new NLP_EntryInfo('E899425451');
NLP['E899425451'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E709859724');
NLP['E899425451'].m_SimilarEntry[1] = new NLP_PointedItem(26, 'E1176235235');
NLP['E899425451'].m_SimilarEntry[2] = new NLP_PointedItem(20, 'E1631628838');
NLP['E899425451'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E483365032');
NLP['E899425451'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1175371602');

NLP['E906819837'] = new NLP_EntryInfo('E906819837');
NLP['E906819837'].m_SimilarEntry[0] = new NLP_PointedItem(68, 'E300139880');
NLP['E906819837'].m_SimilarEntry[1] = new NLP_PointedItem(61, 'E1979647740');
NLP['E906819837'].m_SimilarEntry[2] = new NLP_PointedItem(59, 'E1874969628');
NLP['E906819837'].m_SimilarEntry[3] = new NLP_PointedItem(59, 'E1483592430');
NLP['E906819837'].m_SimilarEntry[4] = new NLP_PointedItem(58, 'E1254049191');
NLP['E906819837'].m_SimilarEntry[5] = new NLP_PointedItem(55, 'E825544600');
NLP['E906819837'].m_SimilarEntry[6] = new NLP_PointedItem(20, 'E577107279');
NLP['E906819837'].m_SimilarEntry[7] = new NLP_PointedItem(20, 'E335475743');
NLP['E906819837'].m_SimilarEntry[8] = new NLP_PointedItem(18, 'E418341466');
NLP['E906819837'].m_SimilarEntry[9] = new NLP_PointedItem(16, 'E20051114132943');
NLP['E906819837'].m_SimilarEntry[10] = new NLP_PointedItem(15, 'E1408128311');

NLP['E907719871'] = new NLP_EntryInfo('E907719871');
NLP['E907719871'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E748984485');

NLP['E945617164'] = new NLP_EntryInfo('E945617164');
NLP['E945617164'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060429010224');

NLP['E951970768'] = new NLP_EntryInfo('E951970768');
NLP['E951970768'].m_SimilarEntry[0] = new NLP_PointedItem(38, 'E1276407606');
NLP['E951970768'].m_SimilarEntry[1] = new NLP_PointedItem(26, 'E577107279');
NLP['E951970768'].m_SimilarEntry[2] = new NLP_PointedItem(23, 'E330945866');
NLP['E951970768'].m_SimilarEntry[3] = new NLP_PointedItem(23, 'E214718084');
NLP['E951970768'].m_SimilarEntry[4] = new NLP_PointedItem(20, 'E45489039');
NLP['E951970768'].m_SimilarEntry[5] = new NLP_PointedItem(19, 'E1875024884');
NLP['E951970768'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E1847990857');
NLP['E951970768'].m_SimilarEntry[7] = new NLP_PointedItem(15, 'E1843218018');
NLP['E951970768'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E1052399337');

NLP['E952349460'] = new NLP_EntryInfo('E952349460');
NLP['E952349460'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1917772948');

NLP['E966159553'] = new NLP_EntryInfo('E966159553');
NLP['E966159553'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1538206481');

NLP['E96638025'] = new NLP_EntryInfo('E96638025');
NLP['E96638025'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E483365032');
NLP['E96638025'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E1175371602');
NLP['E96638025'].m_SimilarEntry[2] = new NLP_PointedItem(19, 'E1563509482');
NLP['E96638025'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E899425451');
NLP['E96638025'].m_SimilarEntry[4] = new NLP_PointedItem(18, 'E709859724');
NLP['E96638025'].m_SimilarEntry[5] = new NLP_PointedItem(15, 'E1631628838');

NLP['E9873046'] = new NLP_EntryInfo('E9873046');
NLP['E9873046'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E1926490899');

NLP['E992441783'] = new NLP_EntryInfo('E992441783');
NLP['E992441783'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1710042290');

NLP['E1514094528'] = new NLP_EntryInfo('E1514094528');
NLP['E1514094528'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20070509190226');

NLP['E1672537877'] = new NLP_EntryInfo('E1672537877');
NLP['E1672537877'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E630288206');

NLP['E1738738405'] = new NLP_EntryInfo('E1738738405');
NLP['E1738738405'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E630288206');

NLP['E174815219'] = new NLP_EntryInfo('E174815219');
NLP['E174815219'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E605236203');

NLP['E20060517223145'] = new NLP_EntryInfo('E20060517223145');
NLP['E20060517223145'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20071110222532');

NLP['E20060601210931'] = new NLP_EntryInfo('E20060601210931');
NLP['E20060601210931'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E926974791');

NLP['E20061116214649'] = new NLP_EntryInfo('E20061116214649');
NLP['E20061116214649'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060517223145');

NLP['E20070729103817'] = new NLP_EntryInfo('E20070729103817');
NLP['E20070729103817'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20070509190226');

NLP['E605236203'] = new NLP_EntryInfo('E605236203');
NLP['E605236203'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E174815219');

NLP['E630288206'] = new NLP_EntryInfo('E630288206');
NLP['E630288206'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1672537877');

NLP['E926974791'] = new NLP_EntryInfo('E926974791');
NLP['E926974791'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060601210931');

NLP['E1572013283'] = new NLP_EntryInfo('E1572013283');
NLP['E1572013283'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E657393941');

NLP['E1603929331'] = new NLP_EntryInfo('E1603929331');
NLP['E1603929331'].m_SimilarEntry[0] = new NLP_PointedItem(6, 'E1884414973');

NLP['E1706764993'] = new NLP_EntryInfo('E1706764993');
NLP['E1706764993'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E508813095');

NLP['E1757754160'] = new NLP_EntryInfo('E1757754160');
NLP['E1757754160'].m_SimilarEntry[0] = new NLP_PointedItem(26, 'E1930675600');
NLP['E1757754160'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E1822601818');
NLP['E1757754160'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E723444887');
NLP['E1757754160'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E1276407606');
NLP['E1757754160'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E1684562238');
NLP['E1757754160'].m_SimilarEntry[5] = new NLP_PointedItem(16, 'E1778683959');

NLP['E1778683959'] = new NLP_EntryInfo('E1778683959');
NLP['E1778683959'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060724184619');

NLP['E1814022497'] = new NLP_EntryInfo('E1814022497');
NLP['E1814022497'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060423055554');

NLP['E1930675600'] = new NLP_EntryInfo('E1930675600');
NLP['E1930675600'].m_SimilarEntry[0] = new NLP_PointedItem(37, 'E1757754160');
NLP['E1930675600'].m_SimilarEntry[1] = new NLP_PointedItem(24, 'E1822601818');
NLP['E1930675600'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E1778683959');
NLP['E1930675600'].m_SimilarEntry[3] = new NLP_PointedItem(21, 'E1276407606');
NLP['E1930675600'].m_SimilarEntry[4] = new NLP_PointedItem(20, 'E1684562238');
NLP['E1930675600'].m_SimilarEntry[5] = new NLP_PointedItem(18, 'E1843218018');
NLP['E1930675600'].m_SimilarEntry[6] = new NLP_PointedItem(17, 'E1412247958');
NLP['E1930675600'].m_SimilarEntry[7] = new NLP_PointedItem(16, 'E1728019399');
NLP['E1930675600'].m_SimilarEntry[8] = new NLP_PointedItem(15, 'E723444887');
NLP['E1930675600'].m_SimilarEntry[9] = new NLP_PointedItem(15, 'E907719871');
NLP['E1930675600'].m_SimilarEntry[10] = new NLP_PointedItem(15, 'E656535463');
NLP['E1930675600'].m_SimilarEntry[11] = new NLP_PointedItem(15, 'E508813095');
NLP['E1930675600'].m_SimilarEntry[12] = new NLP_PointedItem(15, 'E20060701073520');

NLP['E20051025185355'] = new NLP_EntryInfo('E20051025185355');
NLP['E20051025185355'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20051104131038');

NLP['E20051101045225'] = new NLP_EntryInfo('E20051101045225');
NLP['E20051101045225'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060725070534');

NLP['E211593794'] = new NLP_EntryInfo('E211593794');
NLP['E211593794'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E56752954');
NLP['E211593794'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E578276381');
NLP['E211593794'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E779790964');
NLP['E211593794'].m_SimilarEntry[3] = new NLP_PointedItem(17, 'E1728019399');
NLP['E211593794'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E20050916000008');

NLP['E234408973'] = new NLP_EntryInfo('E234408973');
NLP['E234408973'].m_SimilarEntry[0] = new NLP_PointedItem(6, 'E1884414973');

NLP['E278927694'] = new NLP_EntryInfo('E278927694');
NLP['E278927694'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E214715758');

NLP['E360364957'] = new NLP_EntryInfo('E360364957');
NLP['E360364957'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E531752254');

NLP['E408672807'] = new NLP_EntryInfo('E408672807');
NLP['E408672807'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E907719871');

NLP['E472089338'] = new NLP_EntryInfo('E472089338');
NLP['E472089338'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1405869068');

NLP['E613521344'] = new NLP_EntryInfo('E613521344');
NLP['E613521344'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E984482742');
NLP['E613521344'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E414727538');
NLP['E613521344'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E2066152340');

NLP['E984482742'] = new NLP_EntryInfo('E984482742');
NLP['E984482742'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E613521344');

NLP['E20050921040916'] = new NLP_EntryInfo('E20050921040916');
NLP['E20050921040916'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050924234806');

NLP['E20050924234806'] = new NLP_EntryInfo('E20050924234806');
NLP['E20050924234806'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20051116123443');
NLP['E20050924234806'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20050921040916');

NLP['E20050926010208'] = new NLP_EntryInfo('E20050926010208');
NLP['E20050926010208'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20050928015920');

NLP['E20050928015920'] = new NLP_EntryInfo('E20050928015920');
NLP['E20050928015920'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050921040916');

NLP['E20050930151749'] = new NLP_EntryInfo('E20050930151749');
NLP['E20050930151749'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20050928015920');

NLP['E20050930162536'] = new NLP_EntryInfo('E20050930162536');
NLP['E20050930162536'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050928015920');

NLP['E20051116121309'] = new NLP_EntryInfo('E20051116121309');
NLP['E20051116121309'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20050928015920');

NLP['E20051116123443'] = new NLP_EntryInfo('E20051116123443');
NLP['E20051116123443'].m_SimilarEntry[0] = new NLP_PointedItem(39, 'E20050924234806');
NLP['E20051116123443'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20050921040916');

NLP['E1744951403'] = new NLP_EntryInfo('E1744951403');
NLP['E1744951403'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E1603929331');
NLP['E1744951403'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E20060913014133');

NLP['E1802720993'] = new NLP_EntryInfo('E1802720993');
NLP['E1802720993'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20050921040916');

NLP['E20050915180602'] = new NLP_EntryInfo('E20050915180602');
NLP['E20050915180602'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E879876176');

NLP['E20050921050946'] = new NLP_EntryInfo('E20050921050946');
NLP['E20050921050946'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20070116163513');

NLP['E20050925190022'] = new NLP_EntryInfo('E20050925190022');
NLP['E20050925190022'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20050926010208');
NLP['E20050925190022'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E578276381');

NLP['E20051021192659'] = new NLP_EntryInfo('E20051021192659');
NLP['E20051021192659'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20050924234806');

NLP['E20051110004044'] = new NLP_EntryInfo('E20051110004044');
NLP['E20051110004044'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20071130175515');

NLP['E20051228165611'] = new NLP_EntryInfo('E20051228165611');
NLP['E20051228165611'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E578276381');

NLP['E20060317150140'] = new NLP_EntryInfo('E20060317150140');
NLP['E20060317150140'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E644623528');

NLP['E20060415034648'] = new NLP_EntryInfo('E20060415034648');
NLP['E20060415034648'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060921014904');

NLP['E20060725070534'] = new NLP_EntryInfo('E20060725070534');
NLP['E20060725070534'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20070729134015');

NLP['E20060912062711'] = new NLP_EntryInfo('E20060912062711');
NLP['E20060912062711'].m_SimilarEntry[0] = new NLP_PointedItem(6, 'E20060913014133');

NLP['E20060913014133'] = new NLP_EntryInfo('E20060913014133');
NLP['E20060913014133'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E20060912062711');

NLP['E20060921014904'] = new NLP_EntryInfo('E20060921014904');
NLP['E20060921014904'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20060415034648');

NLP['E20070203181730'] = new NLP_EntryInfo('E20070203181730');
NLP['E20070203181730'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060820085356');

NLP['E20070227001343'] = new NLP_EntryInfo('E20070227001343');
NLP['E20070227001343'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20060912062711');

NLP['E20070809182059'] = new NLP_EntryInfo('E20070809182059');
NLP['E20070809182059'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060820085356');

NLP['E20070814065533'] = new NLP_EntryInfo('E20070814065533');
NLP['E20070814065533'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20070809182059');
NLP['E20070814065533'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20060820085356');

NLP['E20071021023700'] = new NLP_EntryInfo('E20071021023700');
NLP['E20071021023700'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E20071027175019');

NLP['E20071027175019'] = new NLP_EntryInfo('E20071027175019');
NLP['E20071027175019'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E20071021023700');

NLP['E20071130175515'] = new NLP_EntryInfo('E20071130175515');
NLP['E20071130175515'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20051110004044');
NLP['E20071130175515'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20071027175019');

NLP['E20080124002615'] = new NLP_EntryInfo('E20080124002615');
NLP['E20080124002615'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E174815219');

NLP['E2038343982'] = new NLP_EntryInfo('E2038343982');
NLP['E2038343982'].m_SimilarEntry[0] = new NLP_PointedItem(7, 'E20051013205750');

NLP['E291400744'] = new NLP_EntryInfo('E291400744');
NLP['E291400744'].m_SimilarEntry[0] = new NLP_PointedItem(5, 'E99743312');

NLP['E376974535'] = new NLP_EntryInfo('E376974535');
NLP['E376974535'].m_SimilarEntry[0] = new NLP_PointedItem(7, 'E20060523205305');

NLP['E644623528'] = new NLP_EntryInfo('E644623528');
NLP['E644623528'].m_SimilarEntry[0] = new NLP_PointedItem(7, 'E20050921040916');

NLP['E755838161'] = new NLP_EntryInfo('E755838161');
NLP['E755838161'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060415034648');

NLP['E1085538844'] = new NLP_EntryInfo('E1085538844');
NLP['E1085538844'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E926974791');

NLP['E1925900393'] = new NLP_EntryInfo('E1925900393');
NLP['E1925900393'].m_SimilarEntry[0] = new NLP_PointedItem(28, 'E56752954');

NLP['E20060511024619'] = new NLP_EntryInfo('E20060511024619');
NLP['E20060511024619'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1085538844');

NLP['E20060618195622'] = new NLP_EntryInfo('E20060618195622');
NLP['E20060618195622'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1538206481');

NLP['E2120964646'] = new NLP_EntryInfo('E2120964646');
NLP['E2120964646'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E1412247958');

NLP['E444248904'] = new NLP_EntryInfo('E444248904');
NLP['E444248904'].m_SimilarEntry[0] = new NLP_PointedItem(9, 'E334526725');

NLP['E724222434'] = new NLP_EntryInfo('E724222434');
NLP['E724222434'].m_SimilarEntry[0] = new NLP_PointedItem(8, 'E20071110222532');

NLP['E836647215'] = new NLP_EntryInfo('E836647215');
NLP['E836647215'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1822601818');

