// JavaScript Document
/***********************************************
* Top Level Domains Array ©2006-2007 Media Dog Productions.
* This notice must stay intact for legal use.
* Developed by Cory Johnson ©2006-2007 Media Dog Productions. Visit http://www.mediadog.net/
* This array is used to link items into the Navigation Structure, using the found() method.
* to add to this list, start at the bottom and increment the array index. 
* duplicate items in the array will cause the found() function to fail
***********************************************/
var terms = new Array();
terms[0] = '\\.shtml';
terms[1] = '\\.html';
terms[2] = '\\.htm';
terms[3] = '\\.asp';
terms[4] = '\\.php';
terms[5] = '\\.pl';
terms[6] = '\\.cfm';
terms[7] = '\\.cgi';
terms[8] = '\\.ac';
terms[9] = '\\.ad';
terms[10] = '\\.ae';
terms[11] = '\\.af';
terms[12] = '\\.ag';
terms[13] = '\\.ai';
terms[14] = '\\.al';
terms[15] = '\\.am';
terms[16] = '\\.an';
terms[17] = '\\.ao';
terms[18] = '\\.aq';
terms[19] = '\\.ar';
terms[20] = '\\.as';
terms[21] = '\\.at';
terms[22] = '\\.au';
terms[23] = '\\.aw';
terms[24] = '\\.az';
terms[25] = '\\.ba';
terms[26] = '\\.bb';
terms[27] = '\\.bd';
terms[28] = '\\.be';
terms[29] = '\\.bf';
terms[30] = '\\.bg';
terms[31] = '\\.bh';
terms[32] = '\\.bi';
terms[33] = '\\.bj';
terms[34] = '\\.bm';
terms[35] = '\\.bn';
terms[36] = '\\.bo';
terms[37] = '\\.br';
terms[38] = '\\.bs';
terms[39] = '\\.bt';
terms[40] = '\\.bv';
terms[41] = '\\.bw';
terms[42] = '\\.by';
terms[43] = '\\.bz';
terms[44] = '\\.ca';
terms[45] = '\\.cc';
terms[46] = '\\.cd';
terms[47] = '\\.cf';
terms[48] = '\\.cg';
terms[49] = '\\.ch';
terms[50] = '\\.ci';
terms[51] = '\\.ck';
terms[52] = '\\.cl';
terms[53] = '\\.cm';
terms[54] = '\\.cn';
terms[55] = '\\.co';
terms[56] = '\\.cr';
terms[57] = '\\.cu';
terms[58] = '\\.cv';
terms[59] = '\\.cx';
terms[60] = '\\.cy';
terms[61] = '\\.cz';
terms[62] = '\\.de';
terms[63] = '\\.dj';
terms[64] = '\\.dk';
terms[65] = '\\.dm';
terms[66] = '\\.do';
terms[67] = '\\.dz';
terms[68] = '\\.ec';
terms[69] = '\\.ee';
terms[70] = '\\.eg';
terms[71] = '\\.er';
terms[72] = '\\.es';
terms[73] = '\\.et';
terms[74] = '\\.eu';
terms[75] = '\\.fi';
terms[76] = '\\.fj';
terms[77] = '\\.fk';
terms[78] = '\\.fm';
terms[79] = '\\.fo';
terms[80] = '\\.fr';
terms[81] = '\\.ga';
terms[82] = '\\.gb';
terms[83] = '\\.gd';
terms[84] = '\\.ge';
terms[85] = '\\.gf';
terms[86] = '\\.gg';
terms[87] = '\\.gh';
terms[88] = '\\.gi';
terms[89] = '\\.gl';
terms[90] = '\\.gm';
terms[91] = '\\.gn';
terms[92] = '\\.gp';
terms[93] = '\\.gq';
terms[94] = '\\.gr';
terms[95] = '\\.gs';
terms[96] = '\\.gt';
terms[97] = '\\.gu';
terms[98] = '\\.gw';
terms[99] = '\\.gy';
terms[100] = '\\.hk';
terms[101] = '\\.hm';
terms[102] = '\\.hn';
terms[103] = '\\.hr';
terms[104] = '\\.ht';
terms[105] = '\\.hu';
terms[106] = '\\.id';
terms[107] = '\\.ie';
terms[108] = '\\.il';
terms[109] = '\\.im';
terms[110] = '\\.in';
terms[111] = '\\.io';
terms[112] = '\\.iq';
terms[113] = '\\.ir';
terms[114] = '\\.is';
terms[115] = '\\.it';
terms[116] = '\\.je';
terms[117] = '\\.jm';
terms[118] = '\\.jo';
terms[119] = '\\.jp';
terms[120] = '\\.ke';
terms[121] = '\\.kg';
terms[122] = '\\.kh';
terms[123] = '\\.ki';
terms[124] = '\\.km';
terms[125] = '\\.kn';
terms[126] = '\\.kr';
terms[127] = '\\.kw';
terms[128] = '\\.ky';
terms[129] = '\\.kz';
terms[130] = '\\.la';
terms[131] = '\\.lb';
terms[132] = '\\.lc';
terms[133] = '\\.li';
terms[134] = '\\.lk';
terms[135] = '\\.lr';
terms[136] = '\\.ls';
terms[137] = '\\.lt';
terms[138] = '\\.lu';
terms[139] = '\\.lv';
terms[140] = '\\.ly';
terms[141] = '\\.ma';
terms[142] = '\\.mc';
terms[143] = '\\.md';
terms[144] = '\\.mg';
terms[145] = '\\.mh';
terms[146] = '\\.mk';
terms[147] = '\\.ml';
terms[148] = '\\.mm';
terms[149] = '\\.mn';
terms[150] = '\\.mo';
terms[151] = '\\.mp';
terms[152] = '\\.mq';
terms[153] = '\\.mr';
terms[154] = '\\.ms';
terms[155] = '\\.mt';
terms[156] = '\\.mu';
terms[157] = '\\.mv';
terms[158] = '\\.mw';
terms[159] = '\\.mx';
terms[160] = '\\.my';
terms[161] = '\\.mz';
terms[162] = '\\.na';
terms[163] = '\\.nc';
terms[164] = '\\.ne';
terms[165] = '\\.nf';
terms[166] = '\\.ng';
terms[167] = '\\.ni';
terms[168] = '\\.nl';
terms[169] = '\\.no';
terms[170] = '\\.np';
terms[171] = '\\.nr';
terms[172] = '\\.nu';
terms[173] = '\\.nz';
terms[174] = '\\.om';
terms[175] = '\\.pa';
terms[176] = '\\.pe';
terms[177] = '\\.pf';
terms[178] = '\\.pg';
terms[179] = '\\.ph';
terms[180] = '\\.pk';
terms[181] = '\\.pl';
terms[182] = '\\.pm';
terms[183] = '\\.pn';
terms[184] = '\\.pr';
terms[185] = '\\.ps';
terms[186] = '\\.pt';
terms[187] = '\\.pw';
terms[188] = '\\.py';
terms[189] = '\\.qa';
terms[190] = '\\.re';
terms[191] = '\\.ro';
terms[192] = '\\.ru';
terms[193] = '\\.rw';
terms[194] = '\\.sa';
terms[195] = '\\.sb';
terms[196] = '\\.sc';
terms[197] = '\\.sd';
terms[198] = '\\.se';
terms[199] = '\\.sg';
terms[200] = '\\.sh';
terms[201] = '\\.si';
terms[202] = '\\.sj';
terms[203] = '\\.sk';
terms[204] = '\\.sl';
terms[205] = '\\.sm';
terms[206] = '\\.sn';
terms[207] = '\\.so';
terms[208] = '\\.sr';
terms[209] = '\\.st';
terms[210] = '\\.su';
terms[211] = '\\.sv';
terms[212] = '\\.sy';
terms[213] = '\\.sz';
terms[214] = '\\.tc';
terms[215] = '\\.td';
terms[216] = '\\.tf';
terms[217] = '\\.tg';
terms[218] = '\\.th';
terms[219] = '\\.tj';
terms[220] = '\\.tk';
terms[221] = '\\.tl';
terms[222] = '\\.tm';
terms[223] = '\\.tn';
terms[224] = '\\.to';
terms[225] = '\\.tp';
terms[226] = '\\.tr';
terms[227] = '\\.tt';
terms[228] = '\\.tv';
terms[229] = '\\.tw';
terms[230] = '\\.tz';
terms[231] = '\\.ua';
terms[232] = '\\.ug';
terms[233] = '\\.uk';
terms[234] = '\\.um';
terms[235] = '\\.us';
terms[236] = '\\.uy';
terms[237] = '\\.uz';
terms[238] = '\\.va';
terms[239] = '\\.vc';
terms[240] = '\\.ve';
terms[241] = '\\.vg';
terms[242] = '\\.vi';
terms[243] = '\\.vn';
terms[244] = '\\.vu';
terms[245] = '\\.wf';
terms[246] = '\\.ws';
terms[247] = '\\.ye';
terms[248] = '\\.yt';
terms[249] = '\\.yu';
terms[250] = '\\.za';
terms[251] = '\\.zm';
terms[252] = '\\.zw';
terms[253] = '\\.arpa';
terms[254] = '\\.root';
terms[255] = '\\.aero';
terms[256] = '\\.biz';
terms[257] = '\\.cat';
terms[258] = '\\.com';
terms[259] = '\\.coop';
terms[260] = '\\.edu';
terms[261] = '\\.gov';
terms[262] = '\\.info';
terms[263] = '\\.int';
terms[264] = '\\.jobs';
terms[265] = '\\.mil';
terms[266] = '\\.moby';
terms[267] = '\\.museum';
terms[268] = '\\.name';
terms[269] = '\\.net';
terms[270] = '\\.org';
terms[271] = '\\.pro';
terms[272] = '\\.travel';
terms[273] = '\\.ppt';
terms[274] = '\\.pdf';
terms[275] = '\\.xls';
terms[276] = '\\.doc';