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['E1215989772'] = new NLP_EntryInfo('E1215989772');
NLP['E1215989772'].m_SimilarEntry[0] = new NLP_PointedItem(7, 'E935013689');

NLP['E1402125435'] = new NLP_EntryInfo('E1402125435');
NLP['E1402125435'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1698840161');
NLP['E1402125435'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E101698120');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E1514724398'] = new NLP_EntryInfo('E1514724398');
NLP['E1514724398'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1963612507');
NLP['E1514724398'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E805540980');
NLP['E1514724398'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E319983282');
NLP['E1514724398'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060528202201');
NLP['E1514724398'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20050726003937');

NLP['E1672343009'] = new NLP_EntryInfo('E1672343009');
NLP['E1672343009'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20060729103853');
NLP['E1672343009'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E276678968');
NLP['E1672343009'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E992802537');
NLP['E1672343009'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E20060613024259');
NLP['E1672343009'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E935013689');
NLP['E1672343009'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E1963612507');
NLP['E1672343009'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E342956350');
NLP['E1672343009'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E1260951181');

NLP['E1698840161'] = new NLP_EntryInfo('E1698840161');
NLP['E1698840161'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E412645738');
NLP['E1698840161'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20050929134041');

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

NLP['E20060729103853'] = new NLP_EntryInfo('E20060729103853');
NLP['E20060729103853'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1257117709');
NLP['E20060729103853'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060625013031');

NLP['E2044033404'] = new NLP_EntryInfo('E2044033404');
NLP['E2044033404'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E20060729103853');
NLP['E2044033404'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E547483083');
NLP['E2044033404'].m_SimilarEntry[2] = new NLP_PointedItem(14, 'E20050617014716');
NLP['E2044033404'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E805540980');
NLP['E2044033404'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E20050929134041');
NLP['E2044033404'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E1257117709');
NLP['E2044033404'].m_SimilarEntry[6] = new NLP_PointedItem(11, 'E1514724398');
NLP['E2044033404'].m_SimilarEntry[7] = new NLP_PointedItem(11, 'E1963612507');
NLP['E2044033404'].m_SimilarEntry[8] = new NLP_PointedItem(10, 'E571843732');
NLP['E2044033404'].m_SimilarEntry[9] = new NLP_PointedItem(10, 'E123280118');
NLP['E2044033404'].m_SimilarEntry[10] = new NLP_PointedItem(10, 'E1503465605');
NLP['E2044033404'].m_SimilarEntry[11] = new NLP_PointedItem(10, 'E945793671');

NLP['E276678968'] = new NLP_EntryInfo('E276678968');
NLP['E276678968'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E20060729103853');
NLP['E276678968'].m_SimilarEntry[1] = new NLP_PointedItem(25, 'E1672343009');
NLP['E276678968'].m_SimilarEntry[2] = new NLP_PointedItem(22, 'E935013689');
NLP['E276678968'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E992802537');
NLP['E276678968'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E342956350');
NLP['E276678968'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E1619134118');

NLP['E319983282'] = new NLP_EntryInfo('E319983282');
NLP['E319983282'].m_SimilarEntry[0] = new NLP_PointedItem(21, 'E20060729103853');
NLP['E319983282'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E1514724398');
NLP['E319983282'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E1257117709');
NLP['E319983282'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E805540980');
NLP['E319983282'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E1963612507');
NLP['E319983282'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E20060528202201');
NLP['E319983282'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E2102130971');
NLP['E319983282'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E20060625013031');

NLP['E348633134'] = new NLP_EntryInfo('E348633134');
NLP['E348633134'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2004938073');
NLP['E348633134'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20050726003937');
NLP['E348633134'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E805540980');

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

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

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

NLP['E816351324'] = new NLP_EntryInfo('E816351324');
NLP['E816351324'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E935013689');
NLP['E816351324'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1328163648');
NLP['E816351324'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E1486459362');
NLP['E816351324'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20051027022847');
NLP['E816351324'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20060613024259');

NLP['E864284096'] = new NLP_EntryInfo('E864284096');
NLP['E864284096'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E948364210');
NLP['E864284096'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1173981704');

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

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

NLP['E1038508866'] = new NLP_EntryInfo('E1038508866');
NLP['E1038508866'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E2131299453');
NLP['E1038508866'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060220000352');
NLP['E1038508866'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060411015305');
NLP['E1038508866'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20051013044658');

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

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

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

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

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

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

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

NLP['E1235487047'] = new NLP_EntryInfo('E1235487047');
NLP['E1235487047'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E534534513');
NLP['E1235487047'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1697379369');

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E147364596'] = new NLP_EntryInfo('E147364596');
NLP['E147364596'].m_SimilarEntry[0] = new NLP_PointedItem(37, 'E1280083067');

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

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

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

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

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

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

NLP['E1668501994'] = new NLP_EntryInfo('E1668501994');
NLP['E1668501994'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E886181594');
NLP['E1668501994'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1226936136');
NLP['E1668501994'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E366992235');

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

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

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

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

NLP['E1742457353'] = new NLP_EntryInfo('E1742457353');
NLP['E1742457353'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060226051229');
NLP['E1742457353'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1226936136');

NLP['E1767593709'] = new NLP_EntryInfo('E1767593709');
NLP['E1767593709'].m_SimilarEntry[0] = new NLP_PointedItem(52, 'E1272694907');
NLP['E1767593709'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20060723014007');
NLP['E1767593709'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1926823547');
NLP['E1767593709'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20051101160647');
NLP['E1767593709'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20050821024036');
NLP['E1767593709'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E2116742679');

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

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

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

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

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

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

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

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

NLP['E1868104997'] = new NLP_EntryInfo('E1868104997');
NLP['E1868104997'].m_SimilarEntry[0] = new NLP_PointedItem(37, 'E1895291808');
NLP['E1868104997'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1280083067');
NLP['E1868104997'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060312033045');

NLP['E1895291808'] = new NLP_EntryInfo('E1895291808');
NLP['E1895291808'].m_SimilarEntry[0] = new NLP_PointedItem(47, 'E1868104997');
NLP['E1895291808'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E1280083067');
NLP['E1895291808'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060312033045');

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

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

NLP['E1952511256'] = new NLP_EntryInfo('E1952511256');
NLP['E1952511256'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1464439514');
NLP['E1952511256'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E958312556');

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E20050923204605'] = new NLP_EntryInfo('E20050923204605');
NLP['E20050923204605'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20050914000036');
NLP['E20050923204605'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20051009024246');

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

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

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

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

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

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

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

NLP['E20051021011624'] = new NLP_EntryInfo('E20051021011624');
NLP['E20051021011624'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1364709400');
NLP['E20051021011624'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E20051021004409');
NLP['E20051021011624'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20060226051229');
NLP['E20051021011624'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E20060508231719');
NLP['E20051021011624'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E1795197946');
NLP['E20051021011624'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E20051013044658');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E226849441'] = new NLP_EntryInfo('E226849441');
NLP['E226849441'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E867125592');
NLP['E226849441'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1321141235');

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

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

NLP['E411284066'] = new NLP_EntryInfo('E411284066');
NLP['E411284066'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E847717267');
NLP['E411284066'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060325210511');
NLP['E411284066'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20051006034718');

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

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

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

NLP['E47676763'] = new NLP_EntryInfo('E47676763');
NLP['E47676763'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1701589738');
NLP['E47676763'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1451687905');
NLP['E47676763'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E100194546');

NLP['E477120005'] = new NLP_EntryInfo('E477120005');
NLP['E477120005'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E135486314');
NLP['E477120005'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1414276732');
NLP['E477120005'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1952936221');

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

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

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

NLP['E577123955'] = new NLP_EntryInfo('E577123955');
NLP['E577123955'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1188246');
NLP['E577123955'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E797507597');

NLP['E603052592'] = new NLP_EntryInfo('E603052592');
NLP['E603052592'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20050718032655');
NLP['E603052592'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1072264188');

NLP['E611592833'] = new NLP_EntryInfo('E611592833');
NLP['E611592833'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E1795197946');
NLP['E611592833'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E20060101175437');
NLP['E611592833'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E688285108');
NLP['E611592833'].m_SimilarEntry[3] = new NLP_PointedItem(15, 'E1997671770');
NLP['E611592833'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1701589738');
NLP['E611592833'].m_SimilarEntry[5] = new NLP_PointedItem(14, 'E20051013044658');
NLP['E611592833'].m_SimilarEntry[6] = new NLP_PointedItem(11, 'E23292693');
NLP['E611592833'].m_SimilarEntry[7] = new NLP_PointedItem(11, 'E20050718224559');
NLP['E611592833'].m_SimilarEntry[8] = new NLP_PointedItem(11, 'E20050927215356');
NLP['E611592833'].m_SimilarEntry[9] = new NLP_PointedItem(11, 'E1943928033');
NLP['E611592833'].m_SimilarEntry[10] = new NLP_PointedItem(10, 'E20051021004409');
NLP['E611592833'].m_SimilarEntry[11] = new NLP_PointedItem(10, 'E1793854245');
NLP['E611592833'].m_SimilarEntry[12] = new NLP_PointedItem(10, 'E20050911083228');

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

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

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

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

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

NLP['E804920731'] = new NLP_EntryInfo('E804920731');
NLP['E804920731'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1226936136');
NLP['E804920731'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1157013593');
NLP['E804920731'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E1784639832');
NLP['E804920731'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1706530776');

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

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

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

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

NLP['E946685351'] = new NLP_EntryInfo('E946685351');
NLP['E946685351'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20050623094257');
NLP['E946685351'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060312033045');

NLP['E958312556'] = new NLP_EntryInfo('E958312556');
NLP['E958312556'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E1464439514');
NLP['E958312556'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1952511256');

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

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

NLP['E1153438178'] = new NLP_EntryInfo('E1153438178');
NLP['E1153438178'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E123280118');
NLP['E1153438178'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060316152351');

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

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

NLP['E1226093163'] = new NLP_EntryInfo('E1226093163');
NLP['E1226093163'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E1426003938');

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

NLP['E1334435333'] = new NLP_EntryInfo('E1334435333');
NLP['E1334435333'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20051228025148');
NLP['E1334435333'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20051217025551');
NLP['E1334435333'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E688285108');

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

NLP['E1514155944'] = new NLP_EntryInfo('E1514155944');
NLP['E1514155944'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E580787468');
NLP['E1514155944'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E23292693');
NLP['E1514155944'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1426003938');
NLP['E1514155944'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1138516638');

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

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

NLP['E1660021568'] = new NLP_EntryInfo('E1660021568');
NLP['E1660021568'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E20051217063553');

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

NLP['E1733865368'] = new NLP_EntryInfo('E1733865368');
NLP['E1733865368'].m_SimilarEntry[0] = new NLP_PointedItem(33, 'E827693759');
NLP['E1733865368'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E20050927215356');
NLP['E1733865368'].m_SimilarEntry[2] = new NLP_PointedItem(14, 'E20051012142443');
NLP['E1733865368'].m_SimilarEntry[3] = new NLP_PointedItem(13, 'E20060213000953');
NLP['E1733865368'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E20051006230006');
NLP['E1733865368'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E1538550565');
NLP['E1733865368'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E2082283942');
NLP['E1733865368'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E547483083');

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

NLP['E1781009148'] = new NLP_EntryInfo('E1781009148');
NLP['E1781009148'].m_SimilarEntry[0] = new NLP_PointedItem(73, 'E1283781696');
NLP['E1781009148'].m_SimilarEntry[1] = new NLP_PointedItem(19, 'E1153438178');
NLP['E1781009148'].m_SimilarEntry[2] = new NLP_PointedItem(18, 'E20060601234408');
NLP['E1781009148'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E20050927215356');
NLP['E1781009148'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E1795197946');
NLP['E1781009148'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E20050810033323');
NLP['E1781009148'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E20051021004409');
NLP['E1781009148'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E1552536032');

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

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

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

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

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

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

NLP['E20050718032655'] = new NLP_EntryInfo('E20050718032655');
NLP['E20050718032655'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20050718015721');
NLP['E20050718032655'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1072264188');
NLP['E20050718032655'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E603052592');

NLP['E20050812235705'] = new NLP_EntryInfo('E20050812235705');
NLP['E20050812235705'].m_SimilarEntry[0] = new NLP_PointedItem(39, 'E20050819132449');
NLP['E20050812235705'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E190505307');
NLP['E20050812235705'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E1279412005');
NLP['E20050812235705'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E1144222683');

NLP['E20050819132449'] = new NLP_EntryInfo('E20050819132449');
NLP['E20050819132449'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E20050812235705');
NLP['E20050819132449'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E190505307');
NLP['E20050819132449'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E1272694907');
NLP['E20050819132449'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E1279412005');
NLP['E20050819132449'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E64248503');

NLP['E20050902233000'] = new NLP_EntryInfo('E20050902233000');
NLP['E20050902233000'].m_SimilarEntry[0] = new NLP_PointedItem(34, 'E20050902233530');
NLP['E20050902233000'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E20051121043737');
NLP['E20050902233000'].m_SimilarEntry[2] = new NLP_PointedItem(14, 'E20051217025551');
NLP['E20050902233000'].m_SimilarEntry[3] = new NLP_PointedItem(13, 'E20060214003922');
NLP['E20050902233000'].m_SimilarEntry[4] = new NLP_PointedItem(13, 'E1722945616');
NLP['E20050902233000'].m_SimilarEntry[5] = new NLP_PointedItem(12, 'E20060618220138');
NLP['E20050902233000'].m_SimilarEntry[6] = new NLP_PointedItem(12, 'E20060625013031');
NLP['E20050902233000'].m_SimilarEntry[7] = new NLP_PointedItem(11, 'E1451655000');
NLP['E20050902233000'].m_SimilarEntry[8] = new NLP_PointedItem(11, 'E20050617014716');
NLP['E20050902233000'].m_SimilarEntry[9] = new NLP_PointedItem(11, 'E20060416034804');
NLP['E20050902233000'].m_SimilarEntry[10] = new NLP_PointedItem(10, 'E884196799');
NLP['E20050902233000'].m_SimilarEntry[11] = new NLP_PointedItem(10, 'E20060219131731');
NLP['E20050902233000'].m_SimilarEntry[12] = new NLP_PointedItem(10, 'E18629038');
NLP['E20050902233000'].m_SimilarEntry[13] = new NLP_PointedItem(10, 'E20060317143647');
NLP['E20050902233000'].m_SimilarEntry[14] = new NLP_PointedItem(10, 'E20050925131345');

NLP['E20050902233530'] = new NLP_EntryInfo('E20050902233530');
NLP['E20050902233530'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20050902233000');
NLP['E20050902233530'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1014476244');
NLP['E20050902233530'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E580787468');
NLP['E20050902233530'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060625013031');
NLP['E20050902233530'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E23292693');

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

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

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

NLP['E20050929021629'] = new NLP_EntryInfo('E20050929021629');
NLP['E20050929021629'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E20051009024246');

NLP['E20051014140050'] = new NLP_EntryInfo('E20051014140050');
NLP['E20051014140050'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060528202201');
NLP['E20051014140050'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1514724398');

NLP['E20051105005649'] = new NLP_EntryInfo('E20051105005649');
NLP['E20051105005649'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20051110175721');
NLP['E20051105005649'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1849751853');

NLP['E20051208002614'] = new NLP_EntryInfo('E20051208002614');
NLP['E20051208002614'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E20060227004627');
NLP['E20051208002614'].m_SimilarEntry[1] = new NLP_PointedItem(29, 'E20051010135150');
NLP['E20051208002614'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E20051015202506');
NLP['E20051208002614'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E20051009024246');
NLP['E20051208002614'].m_SimilarEntry[4] = new NLP_PointedItem(14, 'E20060326141111');
NLP['E20051208002614'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E20051011200321');
NLP['E20051208002614'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E20050620050253');

NLP['E20051213005910'] = new NLP_EntryInfo('E20051213005910');
NLP['E20051213005910'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060613024259');
NLP['E20051213005910'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E917377148');
NLP['E20051213005910'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E1283546460');
NLP['E20051213005910'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E20050929134041');
NLP['E20051213005910'].m_SimilarEntry[4] = new NLP_PointedItem(12, 'E20050822014737');
NLP['E20051213005910'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E20060402191127');
NLP['E20051213005910'].m_SimilarEntry[6] = new NLP_PointedItem(11, 'E797507597');
NLP['E20051213005910'].m_SimilarEntry[7] = new NLP_PointedItem(11, 'E1153133171');
NLP['E20051213005910'].m_SimilarEntry[8] = new NLP_PointedItem(11, 'E20051107143637');
NLP['E20051213005910'].m_SimilarEntry[9] = new NLP_PointedItem(11, 'E20060326141111');
NLP['E20051213005910'].m_SimilarEntry[10] = new NLP_PointedItem(11, 'E1374115136');
NLP['E20051213005910'].m_SimilarEntry[11] = new NLP_PointedItem(11, 'E1414276732');
NLP['E20051213005910'].m_SimilarEntry[12] = new NLP_PointedItem(10, 'E805540980');
NLP['E20051213005910'].m_SimilarEntry[13] = new NLP_PointedItem(10, 'E322454019');
NLP['E20051213005910'].m_SimilarEntry[14] = new NLP_PointedItem(10, 'E20050623094257');

NLP['E20051220072012'] = new NLP_EntryInfo('E20051220072012');
NLP['E20051220072012'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E64248503');
NLP['E20051220072012'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E547483083');

NLP['E20051228025148'] = new NLP_EntryInfo('E20051228025148');
NLP['E20051228025148'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E1334435333');
NLP['E20051228025148'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E688285108');
NLP['E20051228025148'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20050731155553');

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

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

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

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

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

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

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

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

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

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

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

NLP['E20060512053342'] = new NLP_EntryInfo('E20060512053342');
NLP['E20060512053342'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060624224126');
NLP['E20060512053342'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060522205648');

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

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

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

NLP['E20060713005228'] = new NLP_EntryInfo('E20060713005228');
NLP['E20060713005228'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20050825181352');
NLP['E20060713005228'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060625013031');
NLP['E20060713005228'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20050914000036');

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

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

NLP['E2014084134'] = new NLP_EntryInfo('E2014084134');
NLP['E2014084134'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20051002005816');
NLP['E2014084134'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E298538097');
NLP['E2014084134'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E341792900');
NLP['E2014084134'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060716194150');

NLP['E2036083178'] = new NLP_EntryInfo('E2036083178');
NLP['E2036083178'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E20060729103853');
NLP['E2036083178'].m_SimilarEntry[1] = new NLP_PointedItem(27, 'E805540980');
NLP['E2036083178'].m_SimilarEntry[2] = new NLP_PointedItem(27, 'E1279412005');
NLP['E2036083178'].m_SimilarEntry[3] = new NLP_PointedItem(26, 'E20051205150010');
NLP['E2036083178'].m_SimilarEntry[4] = new NLP_PointedItem(26, 'E1503465605');
NLP['E2036083178'].m_SimilarEntry[5] = new NLP_PointedItem(24, 'E690836441');
NLP['E2036083178'].m_SimilarEntry[6] = new NLP_PointedItem(24, 'E571843732');
NLP['E2036083178'].m_SimilarEntry[7] = new NLP_PointedItem(22, 'E1391164729');
NLP['E2036083178'].m_SimilarEntry[8] = new NLP_PointedItem(22, 'E190505307');
NLP['E2036083178'].m_SimilarEntry[9] = new NLP_PointedItem(21, 'E1697379369');
NLP['E2036083178'].m_SimilarEntry[10] = new NLP_PointedItem(20, 'E1255640043');
NLP['E2036083178'].m_SimilarEntry[11] = new NLP_PointedItem(19, 'E632644262');
NLP['E2036083178'].m_SimilarEntry[12] = new NLP_PointedItem(19, 'E1983768051');
NLP['E2036083178'].m_SimilarEntry[13] = new NLP_PointedItem(19, 'E1926038586');
NLP['E2036083178'].m_SimilarEntry[14] = new NLP_PointedItem(19, 'E20050617014716');
NLP['E2036083178'].m_SimilarEntry[15] = new NLP_PointedItem(19, 'E1129518239');
NLP['E2036083178'].m_SimilarEntry[16] = new NLP_PointedItem(18, 'E1898395144');
NLP['E2036083178'].m_SimilarEntry[17] = new NLP_PointedItem(18, 'E1698840161');
NLP['E2036083178'].m_SimilarEntry[18] = new NLP_PointedItem(18, 'E1226936136');
NLP['E2036083178'].m_SimilarEntry[19] = new NLP_PointedItem(17, 'E1861896358');
NLP['E2036083178'].m_SimilarEntry[20] = new NLP_PointedItem(16, 'E2044033404');
NLP['E2036083178'].m_SimilarEntry[21] = new NLP_PointedItem(16, 'E20060214213915');
NLP['E2036083178'].m_SimilarEntry[22] = new NLP_PointedItem(16, 'E20051002005816');
NLP['E2036083178'].m_SimilarEntry[23] = new NLP_PointedItem(14, 'E1619134118');
NLP['E2036083178'].m_SimilarEntry[24] = new NLP_PointedItem(14, 'E1209583407');
NLP['E2036083178'].m_SimilarEntry[25] = new NLP_PointedItem(14, 'E1215989772');
NLP['E2036083178'].m_SimilarEntry[26] = new NLP_PointedItem(13, 'E403307798');
NLP['E2036083178'].m_SimilarEntry[27] = new NLP_PointedItem(13, 'E20050930211229');
NLP['E2036083178'].m_SimilarEntry[28] = new NLP_PointedItem(13, 'E2004938073');
NLP['E2036083178'].m_SimilarEntry[29] = new NLP_PointedItem(13, 'E20060530155044');
NLP['E2036083178'].m_SimilarEntry[30] = new NLP_PointedItem(13, 'E1481581676');
NLP['E2036083178'].m_SimilarEntry[31] = new NLP_PointedItem(12, 'E1257117709');
NLP['E2036083178'].m_SimilarEntry[32] = new NLP_PointedItem(12, 'E1017044738');
NLP['E2036083178'].m_SimilarEntry[33] = new NLP_PointedItem(12, 'E20050928042235');
NLP['E2036083178'].m_SimilarEntry[34] = new NLP_PointedItem(12, 'E1784639832');
NLP['E2036083178'].m_SimilarEntry[35] = new NLP_PointedItem(12, 'E1531232171');
NLP['E2036083178'].m_SimilarEntry[36] = new NLP_PointedItem(12, 'E992802537');
NLP['E2036083178'].m_SimilarEntry[37] = new NLP_PointedItem(12, 'E1260951181');
NLP['E2036083178'].m_SimilarEntry[38] = new NLP_PointedItem(11, 'E20060508212514');
NLP['E2036083178'].m_SimilarEntry[39] = new NLP_PointedItem(11, 'E1726455316');
NLP['E2036083178'].m_SimilarEntry[40] = new NLP_PointedItem(11, 'E945793671');
NLP['E2036083178'].m_SimilarEntry[41] = new NLP_PointedItem(11, 'E20060326141111');
NLP['E2036083178'].m_SimilarEntry[42] = new NLP_PointedItem(11, 'E20060613024259');
NLP['E2036083178'].m_SimilarEntry[43] = new NLP_PointedItem(11, 'E20051107084813');
NLP['E2036083178'].m_SimilarEntry[44] = new NLP_PointedItem(11, 'E1866529365');
NLP['E2036083178'].m_SimilarEntry[45] = new NLP_PointedItem(11, 'E2023773187');
NLP['E2036083178'].m_SimilarEntry[46] = new NLP_PointedItem(10, 'E2120646174');
NLP['E2036083178'].m_SimilarEntry[47] = new NLP_PointedItem(10, 'E20051029155233');
NLP['E2036083178'].m_SimilarEntry[48] = new NLP_PointedItem(10, 'E1978447970');
NLP['E2036083178'].m_SimilarEntry[49] = new NLP_PointedItem(10, 'E1144222683');

NLP['E2043660892'] = new NLP_EntryInfo('E2043660892');
NLP['E2043660892'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1154224476');
NLP['E2043660892'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1518798181');
NLP['E2043660892'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20050828005149');

NLP['E205318524'] = new NLP_EntryInfo('E205318524');
NLP['E205318524'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20051009142421');
NLP['E205318524'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1726455316');
NLP['E205318524'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E420890909');

NLP['E2084274241'] = new NLP_EntryInfo('E2084274241');
NLP['E2084274241'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E1455933573');
NLP['E2084274241'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E52351089');
NLP['E2084274241'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E1279412005');

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

NLP['E310985827'] = new NLP_EntryInfo('E310985827');
NLP['E310985827'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1226936136');
NLP['E310985827'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E20060528202201');
NLP['E310985827'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E20051217063553');
NLP['E310985827'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E1058329692');
NLP['E310985827'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E20051015032637');
NLP['E310985827'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E1742457353');

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

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

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

NLP['E410682491'] = new NLP_EntryInfo('E410682491');
NLP['E410682491'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E696555276');
NLP['E410682491'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E821606422');
NLP['E410682491'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20051014000603');
NLP['E410682491'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1481581676');

NLP['E487469358'] = new NLP_EntryInfo('E487469358');
NLP['E487469358'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1154224476');
NLP['E487469358'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1486459362');

NLP['E540272509'] = new NLP_EntryInfo('E540272509');
NLP['E540272509'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E221819812');
NLP['E540272509'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E77966725');
NLP['E540272509'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E101698120');
NLP['E540272509'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E546435467');
NLP['E540272509'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E741748459');

NLP['E543694537'] = new NLP_EntryInfo('E543694537');
NLP['E543694537'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20051014000603');
NLP['E543694537'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E696555276');
NLP['E543694537'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E1481581676');
NLP['E543694537'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E821606422');

NLP['E546435467'] = new NLP_EntryInfo('E546435467');
NLP['E546435467'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E221819812');
NLP['E546435467'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E741748459');
NLP['E546435467'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E540272509');
NLP['E546435467'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E77966725');

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

NLP['E575113961'] = new NLP_EntryInfo('E575113961');
NLP['E575113961'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E360975568');
NLP['E575113961'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1342949714');

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

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

NLP['E728677644'] = new NLP_EntryInfo('E728677644');
NLP['E728677644'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1226936136');
NLP['E728677644'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E1514724398');
NLP['E728677644'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E646333298');
NLP['E728677644'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E1014476244');
NLP['E728677644'].m_SimilarEntry[4] = new NLP_PointedItem(12, 'E20060606113507');
NLP['E728677644'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E1619134118');
NLP['E728677644'].m_SimilarEntry[6] = new NLP_PointedItem(11, 'E659071628');
NLP['E728677644'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E1209583407');
NLP['E728677644'].m_SimilarEntry[8] = new NLP_PointedItem(10, 'E412645738');

NLP['E741748459'] = new NLP_EntryInfo('E741748459');
NLP['E741748459'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E221819812');
NLP['E741748459'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E546435467');
NLP['E741748459'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E77966725');
NLP['E741748459'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E540272509');

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

NLP['E874748947'] = new NLP_EntryInfo('E874748947');
NLP['E874748947'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1129518239');
NLP['E874748947'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E190505307');
NLP['E874748947'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E646333298');
NLP['E874748947'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060625013031');

NLP['E92830025'] = new NLP_EntryInfo('E92830025');
NLP['E92830025'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E190505307');
NLP['E92830025'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E403307798');
NLP['E92830025'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1279412005');

NLP['E1260951181'] = new NLP_EntryInfo('E1260951181');
NLP['E1260951181'].m_SimilarEntry[0] = new NLP_PointedItem(44, 'E992802537');
NLP['E1260951181'].m_SimilarEntry[1] = new NLP_PointedItem(17, 'E1391164729');
NLP['E1260951181'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E1672343009');
NLP['E1260951181'].m_SimilarEntry[3] = new NLP_PointedItem(14, 'E1315311119');
NLP['E1260951181'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E276678968');
NLP['E1260951181'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E20060729103853');

NLP['E1391164729'] = new NLP_EntryInfo('E1391164729');
NLP['E1391164729'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E992802537');
NLP['E1391164729'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1260951181');
NLP['E1391164729'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E1948733607');
NLP['E1391164729'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E20051125165818');
NLP['E1391164729'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E1129518239');

NLP['E992802537'] = new NLP_EntryInfo('E992802537');
NLP['E992802537'].m_SimilarEntry[0] = new NLP_PointedItem(35, 'E1260951181');
NLP['E992802537'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E1672343009');
NLP['E992802537'].m_SimilarEntry[2] = new NLP_PointedItem(20, 'E276678968');
NLP['E992802537'].m_SimilarEntry[3] = new NLP_PointedItem(18, 'E20060729103853');
NLP['E992802537'].m_SimilarEntry[4] = new NLP_PointedItem(15, 'E1391164729');
NLP['E992802537'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E342956350');
NLP['E992802537'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E1215989772');
NLP['E992802537'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E1619134118');

NLP['E1149268073'] = new NLP_EntryInfo('E1149268073');
NLP['E1149268073'].m_SimilarEntry[0] = new NLP_PointedItem(38, 'E371657245');
NLP['E1149268073'].m_SimilarEntry[1] = new NLP_PointedItem(21, 'E20050623094257');
NLP['E1149268073'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E917377148');
NLP['E1149268073'].m_SimilarEntry[3] = new NLP_PointedItem(13, 'E1279412005');

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

NLP['E1455933573'] = new NLP_EntryInfo('E1455933573');
NLP['E1455933573'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E458717976');
NLP['E1455933573'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E151150792');
NLP['E1455933573'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E2084274241');

NLP['E151150792'] = new NLP_EntryInfo('E151150792');
NLP['E151150792'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1455933573');
NLP['E151150792'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20050623094257');
NLP['E151150792'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E917377148');
NLP['E151150792'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E2125038019');
NLP['E151150792'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20050925041058');
NLP['E151150792'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E52351089');

NLP['E1948733607'] = new NLP_EntryInfo('E1948733607');
NLP['E1948733607'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1283546460');
NLP['E1948733607'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1391164729');
NLP['E1948733607'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E805540980');

NLP['E2125038019'] = new NLP_EntryInfo('E2125038019');
NLP['E2125038019'].m_SimilarEntry[0] = new NLP_PointedItem(24, 'E1455933573');
NLP['E2125038019'].m_SimilarEntry[1] = new NLP_PointedItem(16, 'E151150792');
NLP['E2125038019'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E917377148');
NLP['E2125038019'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20050623094257');

NLP['E371657245'] = new NLP_EntryInfo('E371657245');
NLP['E371657245'].m_SimilarEntry[0] = new NLP_PointedItem(35, 'E1149268073');
NLP['E371657245'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20050623094257');
NLP['E371657245'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E917377148');
NLP['E371657245'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E1279412005');

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

NLP['E786983974'] = new NLP_EntryInfo('E786983974');
NLP['E786983974'].m_SimilarEntry[0] = new NLP_PointedItem(25, 'E1279412005');
NLP['E786983974'].m_SimilarEntry[1] = new NLP_PointedItem(15, 'E1455933573');
NLP['E786983974'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E917377148');

NLP['E917377148'] = new NLP_EntryInfo('E917377148');
NLP['E917377148'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20050623094257');
NLP['E917377148'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1149268073');

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

NLP['E100399918'] = new NLP_EntryInfo('E100399918');
NLP['E100399918'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E20050914000036');

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

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

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

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

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

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

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

NLP['E1072151574'] = new NLP_EntryInfo('E1072151574');
NLP['E1072151574'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050617014716');
NLP['E1072151574'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060315143815');
NLP['E1072151574'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E2023773187');
NLP['E1072151574'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20051029155233');

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

NLP['E1092897274'] = new NLP_EntryInfo('E1092897274');
NLP['E1092897274'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E945793671');
NLP['E1092897274'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1619134118');

NLP['E1104125164'] = new NLP_EntryInfo('E1104125164');
NLP['E1104125164'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E465122070');
NLP['E1104125164'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E159568183');

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

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

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

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

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

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

NLP['E1153133171'] = new NLP_EntryInfo('E1153133171');
NLP['E1153133171'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E1701589738');

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

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

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

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

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

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

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

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

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

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

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

NLP['E1257117709'] = new NLP_EntryInfo('E1257117709');
NLP['E1257117709'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E1209583407');
NLP['E1257117709'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1619134118');
NLP['E1257117709'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060729103853');

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

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

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

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

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

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

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

NLP['E1342949714'] = new NLP_EntryInfo('E1342949714');
NLP['E1342949714'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1538550565');
NLP['E1342949714'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1618509364');

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

NLP['E1356052773'] = new NLP_EntryInfo('E1356052773');
NLP['E1356052773'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E886181594');
NLP['E1356052773'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E1226936136');

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

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

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

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

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

NLP['E1451687905'] = new NLP_EntryInfo('E1451687905');
NLP['E1451687905'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E47676763');
NLP['E1451687905'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E100194546');
NLP['E1451687905'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E1701589738');
NLP['E1451687905'].m_SimilarEntry[3] = new NLP_PointedItem(12, 'E20060325210511');
NLP['E1451687905'].m_SimilarEntry[4] = new NLP_PointedItem(11, 'E1618509364');
NLP['E1451687905'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E1342949714');
NLP['E1451687905'].m_SimilarEntry[6] = new NLP_PointedItem(10, 'E20050927215356');

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

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

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

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

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

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

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

NLP['E1523940638'] = new NLP_EntryInfo('E1523940638');
NLP['E1523940638'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1660322180');
NLP['E1523940638'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E98773160');

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

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

NLP['E1538550565'] = new NLP_EntryInfo('E1538550565');
NLP['E1538550565'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1618509364');
NLP['E1538550565'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1342949714');
NLP['E1538550565'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1426003938');

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

NLP['E1541910413'] = new NLP_EntryInfo('E1541910413');
NLP['E1541910413'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E20060416034804');

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

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

NLP['E1586146847'] = new NLP_EntryInfo('E1586146847');
NLP['E1586146847'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060408200622');
NLP['E1586146847'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20060416034804');
NLP['E1586146847'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20060414062012');
NLP['E1586146847'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060306221827');

NLP['E159568183'] = new NLP_EntryInfo('E159568183');
NLP['E159568183'].m_SimilarEntry[0] = new NLP_PointedItem(64, 'E465122070');
NLP['E159568183'].m_SimilarEntry[1] = new NLP_PointedItem(39, 'E1104125164');
NLP['E159568183'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20060721040514');
NLP['E159568183'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E678366001');

NLP['E1596621043'] = new NLP_EntryInfo('E1596621043');
NLP['E1596621043'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E2120646174');
NLP['E1596621043'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1072151574');

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

NLP['E1618509364'] = new NLP_EntryInfo('E1618509364');
NLP['E1618509364'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E1538550565');
NLP['E1618509364'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E1342949714');

NLP['E1619134118'] = new NLP_EntryInfo('E1619134118');
NLP['E1619134118'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E1257117709');
NLP['E1619134118'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E945793671');
NLP['E1619134118'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060729103853');

NLP['E1638608935'] = new NLP_EntryInfo('E1638608935');
NLP['E1638608935'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E884196799');
NLP['E1638608935'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E867125592');

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

NLP['E16874005'] = new NLP_EntryInfo('E16874005');
NLP['E16874005'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E1226936136');
NLP['E16874005'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E1706530776');
NLP['E16874005'].m_SimilarEntry[2] = new NLP_PointedItem(17, 'E886181594');
NLP['E16874005'].m_SimilarEntry[3] = new NLP_PointedItem(16, 'E1157013593');
NLP['E16874005'].m_SimilarEntry[4] = new NLP_PointedItem(16, 'E1356052773');
NLP['E16874005'].m_SimilarEntry[5] = new NLP_PointedItem(14, 'E1784639832');
NLP['E16874005'].m_SimilarEntry[6] = new NLP_PointedItem(12, 'E1668501994');
NLP['E16874005'].m_SimilarEntry[7] = new NLP_PointedItem(12, 'E804920731');
NLP['E16874005'].m_SimilarEntry[8] = new NLP_PointedItem(12, 'E1226445795');
NLP['E16874005'].m_SimilarEntry[9] = new NLP_PointedItem(10, 'E1768521283');

NLP['E169319402'] = new NLP_EntryInfo('E169319402');
NLP['E169319402'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E704324424');
NLP['E169319402'].m_SimilarEntry[1] = new NLP_PointedItem(22, 'E1767573891');
NLP['E169319402'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20051012142443');
NLP['E169319402'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1660322180');

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

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

NLP['E1706530776'] = new NLP_EntryInfo('E1706530776');
NLP['E1706530776'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E1157013593');
NLP['E1706530776'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20050726003937');

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

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

NLP['E1759202872'] = new NLP_EntryInfo('E1759202872');
NLP['E1759202872'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20051012142443');
NLP['E1759202872'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060530183331');
NLP['E1759202872'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E1660322180');
NLP['E1759202872'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1767573891');

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

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

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

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

NLP['E1806159786'] = new NLP_EntryInfo('E1806159786');
NLP['E1806159786'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E571843732');
NLP['E1806159786'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E2053346888');
NLP['E1806159786'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20050914000036');

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E1926038586'] = new NLP_EntryInfo('E1926038586');
NLP['E1926038586'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E925270009');
NLP['E1926038586'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1072151574');

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

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

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

NLP['E1963612507'] = new NLP_EntryInfo('E1963612507');
NLP['E1963612507'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2023773187');
NLP['E1963612507'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060625013031');

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

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

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

NLP['E2004938073'] = new NLP_EntryInfo('E2004938073');
NLP['E2004938073'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E805540980');
NLP['E2004938073'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E348633134');

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

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

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

NLP['E20050620050253'] = new NLP_EntryInfo('E20050620050253');
NLP['E20050620050253'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E2053346888');
NLP['E20050620050253'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20050623094257');
NLP['E20050620050253'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20050821003204');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E20050907070021'] = new NLP_EntryInfo('E20050907070021');
NLP['E20050907070021'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E20060311012723');

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

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

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

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

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

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

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

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

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

NLP['E20050929002259'] = new NLP_EntryInfo('E20050929002259');
NLP['E20050929002259'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060315143815');
NLP['E20050929002259'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060214213915');

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

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

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

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

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

NLP['E20051009024246'] = new NLP_EntryInfo('E20051009024246');
NLP['E20051009024246'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060326141111');
NLP['E20051009024246'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060618220138');
NLP['E20051009024246'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060227004627');

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

NLP['E20051011200321'] = new NLP_EntryInfo('E20051011200321');
NLP['E20051011200321'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060309221921');
NLP['E20051011200321'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20060416034804');

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

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

NLP['E20051015032637'] = new NLP_EntryInfo('E20051015032637');
NLP['E20051015032637'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1226936136');
NLP['E20051015032637'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20051011200321');

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

NLP['E20051026142917'] = new NLP_EntryInfo('E20051026142917');
NLP['E20051026142917'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20051125165818');
NLP['E20051026142917'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20050617014716');

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

NLP['E20051027022847'] = new NLP_EntryInfo('E20051027022847');
NLP['E20051027022847'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E935013689');
NLP['E20051027022847'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060416034804');

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

NLP['E20051030034513'] = new NLP_EntryInfo('E20051030034513');
NLP['E20051030034513'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E1426003938');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E20060106072126'] = new NLP_EntryInfo('E20060106072126');
NLP['E20060106072126'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060326141111');
NLP['E20060106072126'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1188246');
NLP['E20060106072126'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060220000352');

NLP['E20060125151442'] = new NLP_EntryInfo('E20060125151442');
NLP['E20060125151442'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E47676763');
NLP['E20060125151442'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060219131731');
NLP['E20060125151442'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E1768521283');
NLP['E20060125151442'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E948364210');
NLP['E20060125151442'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20051009024246');
NLP['E20060125151442'].m_SimilarEntry[5] = new NLP_PointedItem(10, 'E20060511004654');

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

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

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

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

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

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

NLP['E20060225091201'] = new NLP_EntryInfo('E20060225091201');
NLP['E20060225091201'].m_SimilarEntry[0] = new NLP_PointedItem(4, 'E1898395144');

NLP['E20060227004627'] = new NLP_EntryInfo('E20060227004627');
NLP['E20060227004627'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060326141111');
NLP['E20060227004627'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20051009024246');
NLP['E20060227004627'].m_SimilarEntry[2] = new NLP_PointedItem(10, 'E20060416034804');

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

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

NLP['E20060303000612'] = new NLP_EntryInfo('E20060303000612');
NLP['E20060303000612'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060306012436');
NLP['E20060303000612'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20050914000036');

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

NLP['E20060309221921'] = new NLP_EntryInfo('E20060309221921');
NLP['E20060309221921'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20051011200321');
NLP['E20060309221921'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20060416034804');

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

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

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

NLP['E20060315143815'] = new NLP_EntryInfo('E20060315143815');
NLP['E20060315143815'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20050929002259');
NLP['E20060315143815'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1072151574');

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

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

NLP['E20060326141111'] = new NLP_EntryInfo('E20060326141111');
NLP['E20060326141111'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060227004627');
NLP['E20060326141111'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060524150612');
NLP['E20060326141111'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20051009024246');

NLP['E20060328003805'] = new NLP_EntryInfo('E20060328003805');
NLP['E20060328003805'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060306221827');
NLP['E20060328003805'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060408200622');

NLP['E20060328182614'] = new NLP_EntryInfo('E20060328182614');
NLP['E20060328182614'].m_SimilarEntry[0] = new NLP_PointedItem(3, 'E20060330013600');

NLP['E20060330013600'] = new NLP_EntryInfo('E20060330013600');
NLP['E20060330013600'].m_SimilarEntry[0] = new NLP_PointedItem(17, 'E20060403023835');
NLP['E20060330013600'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20060713105606');

NLP['E20060403023835'] = new NLP_EntryInfo('E20060403023835');
NLP['E20060403023835'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20060330013600');
NLP['E20060403023835'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060713105606');

NLP['E20060408200622'] = new NLP_EntryInfo('E20060408200622');
NLP['E20060408200622'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E20060414062012');
NLP['E20060408200622'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20060416034804');
NLP['E20060408200622'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20060501151538');
NLP['E20060408200622'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E20060328003805');
NLP['E20060408200622'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E1586146847');

NLP['E20060414062012'] = new NLP_EntryInfo('E20060414062012');
NLP['E20060414062012'].m_SimilarEntry[0] = new NLP_PointedItem(27, 'E20060408200622');
NLP['E20060414062012'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E20060501151538');
NLP['E20060414062012'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20060416034804');

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

NLP['E20060416034804'] = new NLP_EntryInfo('E20060416034804');
NLP['E20060416034804'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060408200622');
NLP['E20060416034804'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E20051011200321');
NLP['E20060416034804'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20060309221921');
NLP['E20060416034804'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E20060414062012');

NLP['E20060421021903'] = new NLP_EntryInfo('E20060421021903');
NLP['E20060421021903'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E20060416034804');
NLP['E20060421021903'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060309221921');

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

NLP['E20060501151538'] = new NLP_EntryInfo('E20060501151538');
NLP['E20060501151538'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E20060414062012');
NLP['E20060501151538'].m_SimilarEntry[1] = new NLP_PointedItem(18, 'E20060408200622');
NLP['E20060501151538'].m_SimilarEntry[2] = new NLP_PointedItem(15, 'E20060416034804');

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

NLP['E20060511004654'] = new NLP_EntryInfo('E20060511004654');
NLP['E20060511004654'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060508231719');
NLP['E20060511004654'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060522205648');

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

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

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

NLP['E20060522205648'] = new NLP_EntryInfo('E20060522205648');
NLP['E20060522205648'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E20060511004654');
NLP['E20060522205648'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20060624224126');

NLP['E20060524150612'] = new NLP_EntryInfo('E20060524150612');
NLP['E20060524150612'].m_SimilarEntry[0] = new NLP_PointedItem(16, 'E20060326141111');
NLP['E20060524150612'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E20051009024246');
NLP['E20060524150612'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E20060618220138');
NLP['E20060524150612'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060227004627');
NLP['E20060524150612'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E20060606113507');

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

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

NLP['E20060528202201'] = new NLP_EntryInfo('E20060528202201');
NLP['E20060528202201'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E20060625013031');
NLP['E20060528202201'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1963612507');

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

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

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

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

NLP['E20060606113507'] = new NLP_EntryInfo('E20060606113507');
NLP['E20060606113507'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E20060616114902');
NLP['E20060606113507'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20060326141111');
NLP['E20060606113507'].m_SimilarEntry[2] = new NLP_PointedItem(12, 'E20060524150612');

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

NLP['E20060616114902'] = new NLP_EntryInfo('E20060616114902');
NLP['E20060616114902'].m_SimilarEntry[0] = new NLP_PointedItem(14, 'E20060326141111');
NLP['E20060616114902'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E20060606113507');

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

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

NLP['E20060624224126'] = new NLP_EntryInfo('E20060624224126');
NLP['E20060624224126'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20060522205648');
NLP['E20060624224126'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060511004654');

NLP['E20060625013031'] = new NLP_EntryInfo('E20060625013031');
NLP['E20060625013031'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E1963612507');
NLP['E20060625013031'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E20060613024259');

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

NLP['E20060713105606'] = new NLP_EntryInfo('E20060713105606');
NLP['E20060713105606'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E20060403023835');
NLP['E20060713105606'].m_SimilarEntry[1] = new NLP_PointedItem(23, 'E20060330013600');

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

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

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

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

NLP['E2023773187'] = new NLP_EntryInfo('E2023773187');
NLP['E2023773187'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E2102130971');
NLP['E2023773187'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E1963612507');
NLP['E2023773187'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E547483083');
NLP['E2023773187'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20051029155233');

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

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

NLP['E2053346888'] = new NLP_EntryInfo('E2053346888');
NLP['E2053346888'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E20050620050253');
NLP['E2053346888'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E807085036');

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

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

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

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

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

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

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

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

NLP['E2145271525'] = new NLP_EntryInfo('E2145271525');
NLP['E2145271525'].m_SimilarEntry[0] = new NLP_PointedItem(11, 'E1426003938');
NLP['E2145271525'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E559554753');

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

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

NLP['E224985978'] = new NLP_EntryInfo('E224985978');
NLP['E224985978'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E460102885');
NLP['E224985978'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1141225383');

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

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

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

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

NLP['E299495664'] = new NLP_EntryInfo('E299495664');
NLP['E299495664'].m_SimilarEntry[0] = new NLP_PointedItem(15, 'E2023773187');
NLP['E299495664'].m_SimilarEntry[1] = new NLP_PointedItem(13, 'E1963612507');
NLP['E299495664'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E547483083');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E465122070'] = new NLP_EntryInfo('E465122070');
NLP['E465122070'].m_SimilarEntry[0] = new NLP_PointedItem(29, 'E159568183');
NLP['E465122070'].m_SimilarEntry[1] = new NLP_PointedItem(27, 'E1104125164');

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

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

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

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

NLP['E547483083'] = new NLP_EntryInfo('E547483083');
NLP['E547483083'].m_SimilarEntry[0] = new NLP_PointedItem(18, 'E2023773187');
NLP['E547483083'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E299495664');
NLP['E547483083'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E864477087');

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

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

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

NLP['E587302627'] = new NLP_EntryInfo('E587302627');
NLP['E587302627'].m_SimilarEntry[0] = new NLP_PointedItem(22, 'E2145271525');
NLP['E587302627'].m_SimilarEntry[1] = new NLP_PointedItem(14, 'E1014476244');
NLP['E587302627'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E559554753');
NLP['E587302627'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E1426003938');
NLP['E587302627'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E1618509364');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

NLP['E781004867'] = new NLP_EntryInfo('E781004867');
NLP['E781004867'].m_SimilarEntry[0] = new NLP_PointedItem(23, 'E1885361150');
NLP['E781004867'].m_SimilarEntry[1] = new NLP_PointedItem(20, 'E887971911');
NLP['E781004867'].m_SimilarEntry[2] = new NLP_PointedItem(16, 'E2082283942');
NLP['E781004867'].m_SimilarEntry[3] = new NLP_PointedItem(14, 'E1726455316');
NLP['E781004867'].m_SimilarEntry[4] = new NLP_PointedItem(12, 'E20060408200622');
NLP['E781004867'].m_SimilarEntry[5] = new NLP_PointedItem(11, 'E465122070');
NLP['E781004867'].m_SimilarEntry[6] = new NLP_PointedItem(11, 'E420890909');
NLP['E781004867'].m_SimilarEntry[7] = new NLP_PointedItem(10, 'E20060328003805');
NLP['E781004867'].m_SimilarEntry[8] = new NLP_PointedItem(10, 'E20060416034804');

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

NLP['E807085036'] = new NLP_EntryInfo('E807085036');
NLP['E807085036'].m_SimilarEntry[0] = new NLP_PointedItem(13, 'E2053346888');
NLP['E807085036'].m_SimilarEntry[1] = new NLP_PointedItem(12, 'E867125592');

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

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

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

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

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

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

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

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

NLP['E864477087'] = new NLP_EntryInfo('E864477087');
NLP['E864477087'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E547483083');
NLP['E864477087'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E2023773187');

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

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

NLP['E886181594'] = new NLP_EntryInfo('E886181594');
NLP['E886181594'].m_SimilarEntry[0] = new NLP_PointedItem(32, 'E1226936136');
NLP['E886181594'].m_SimilarEntry[1] = new NLP_PointedItem(27, 'E1356052773');
NLP['E886181594'].m_SimilarEntry[2] = new NLP_PointedItem(13, 'E1668501994');
NLP['E886181594'].m_SimilarEntry[3] = new NLP_PointedItem(11, 'E1157013593');
NLP['E886181594'].m_SimilarEntry[4] = new NLP_PointedItem(10, 'E1706530776');

NLP['E887971911'] = new NLP_EntryInfo('E887971911');
NLP['E887971911'].m_SimilarEntry[0] = new NLP_PointedItem(12, 'E781004867');
NLP['E887971911'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E420890909');
NLP['E887971911'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E1885361150');
NLP['E887971911'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E20060328003805');

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

NLP['E925270009'] = new NLP_EntryInfo('E925270009');
NLP['E925270009'].m_SimilarEntry[0] = new NLP_PointedItem(19, 'E1926038586');
NLP['E925270009'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E2102130971');
NLP['E925270009'].m_SimilarEntry[2] = new NLP_PointedItem(11, 'E2023773187');
NLP['E925270009'].m_SimilarEntry[3] = new NLP_PointedItem(10, 'E1072151574');

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

NLP['E931755088'] = new NLP_EntryInfo('E931755088');
NLP['E931755088'].m_SimilarEntry[0] = new NLP_PointedItem(20, 'E1154224476');
NLP['E931755088'].m_SimilarEntry[1] = new NLP_PointedItem(11, 'E1726455316');

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

NLP['E945793671'] = new NLP_EntryInfo('E945793671');
NLP['E945793671'].m_SimilarEntry[0] = new NLP_PointedItem(10, 'E2023773187');
NLP['E945793671'].m_SimilarEntry[1] = new NLP_PointedItem(10, 'E1619134118');

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

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

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

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

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

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

