//Revised version of the original Dropit List

//In Progress.....

//Begin Date: 04-05-2010

	var entre_set;
	
	var dropList = new Array();
	
	entreList();
	
	 
	function openEntre(entre_set){

		// If the DropIt button is above the fold, the number 1 will appear after the url, if it is within 1 page of scrolling the number 2 will appear, if it is at the bottom, number 3 appears. If there is a 4, then it is more than 3 pages down.
		
		
		//5 per button
		
		if(entre_set==51)
		{
			//Covers # 1 - 5
			window.open(dropList[4]); window.open(dropList[3]); window.open(dropList[2]); window.open(dropList[1]); window.open(dropList[0]);	
		}
		
		if(entre_set==52)
		{
			// Covers # 6 - 10
			window.open(dropList[9]); window.open(dropList[8]); window.open(dropList[7]); window.open(dropList[6]); window.open(dropList[5]);
		}
		
		if(entre_set==53)
		{
			//Covers # 11 - 15
			window.open(dropList[14]); window.open(dropList[13]); window.open(dropList[12]); window.open(dropList[11]); window.open(dropList[10]);
		}
		
		if(entre_set==54)
		{
			//Covers # 16 - 20
			window.open(dropList[19]); window.open(dropList[18]); window.open(dropList[17]); window.open(dropList[16]); window.open(dropList[15]);
		}
		
		if(entre_set==55)
		{
			//Covers # 21 - 25
			window.open(dropList[24]); window.open(dropList[23]); window.open(dropList[22]); window.open(dropList[21]); window.open(dropList[20]);	
		}
		
		if(entre_set==56)
		{
			//Covers # 26 - 30	
			window.open(dropList[29]); window.open(dropList[28]); window.open(dropList[27]); window.open(dropList[26]); window.open(dropList[25]);
		}
		
		if(entre_set==57)
		{	
			//Covers # 31 - 35
			window.open(dropList[34]); window.open(dropList[33]); window.open(dropList[32]); window.open(dropList[31]); window.open(dropList[30]);
		}
		
		if(entre_set==58)
		{
			//Covers # 36 - 40
			window.open(dropList[39]); window.open(dropList[38]); window.open(dropList[37]); window.open(dropList[36]); window.open(dropList[35]);
		}
		
		if(entre_set==59)
		{
			//Covers # 41 - 45
			window.open(dropList[44]); window.open(dropList[43]); window.open(dropList[42]); window.open(dropList[41]); window.open(dropList[40]);
		}
		
		if(entre_set==510)
		{
			//Covers #46 - 50
			window.open(dropList[49]); window.open(dropList[48]); window.open(dropList[47]); window.open(dropList[46]); window.open(dropList[45]);
		}
		
		if(entre_set==511)
		{
			//Covers # 51 - 55
			window.open(dropList[54]); window.open(dropList[53]); window.open(dropList[52]); window.open(dropList[51]); window.open(dropList[50]);
		}
		
		if(entre_set==512)
		{
			//Covers # 56 - 60
			window.open(dropList[59]); window.open(dropList[58]); window.open(dropList[57]); window.open(dropList[56]); window.open(dropList[55]);
		}
		
		if(entre_set==513)
		{
			//Covers # 61 - 65
			window.open(dropList[64]); window.open(dropList[63]); window.open(dropList[62]); window.open(dropList[61]); window.open(dropList[60]);
		}
		
		if(entre_set==514)
		{
			//Covers $ 66 - 70
			window.open(dropList[69]); window.open(dropList[68]); window.open(dropList[67]); window.open(dropList[66]); window.open(dropList[65]);
		}
		
		if(entre_set==515)
		{
			//Covers # 71 - 75
			window.open(dropList[74]); window.open(dropList[73]); window.open(dropList[72]); window.open(dropList[71]); window.open(dropList[70]);
		}
		
		if(entre_set==516)
		{
			//Covers # 76 - 80
			window.open(dropList[79]); window.open(dropList[78]); window.open(dropList[77]); window.open(dropList[76]); window.open(dropList[75]);
		}
		
		if(entre_set==517)
		{
			//Covers # 81 - 85
			window.open(dropList[84]); window.open(dropList[83]); window.open(dropList[82]); window.open(dropList[81]); window.open(dropList[80]);
		}
		
		if(entre_set==518)
		{
			//Covers # 86 - 90
			window.open(dropList[89]); window.open(dropList[88]); window.open(dropList[87]); window.open(dropList[86]); window.open(dropList[85]);
		}
		
		if(entre_set==519)
		{
			//Covers # 91 - 95
			window.open(dropList[94]); window.open(dropList[93]); window.open(dropList[92]); window.open(dropList[91]); window.open(dropList[90]);
		}
		
		if(entre_set==520)
		{
			//Covers # 96 - 100
			window.open(dropList[99]); window.open(dropList[98]); window.open(dropList[97]); window.open(dropList[96]); window.open(dropList[95]);
		}
		
		if(entre_set==521)
		{
			//Covers # 101 - 105
			window.open(dropList[104]); window.open(dropList[103]); window.open(dropList[102]); window.open(dropList[101]); window.open(dropList[100]);
		}
		
		if(entre_set==522)
		{
			//Covers # 106 - 110
			window.open(dropList[109]); window.open(dropList[108]); window.open(dropList[107]); window.open(dropList[106]); window.open(dropList[105]);
		}
		
		if(entre_set==523)
		{
			//Covers # 111 - 115
			window.open(dropList[114]); window.open(dropList[113]); window.open(dropList[112]); window.open(dropList[111]); window.open(dropList[110]);
		}
		
		if(entre_set==524)
		{
			//Covers # 115 - 120
			window.open(dropList[119]); window.open(dropList[118]); window.open(dropList[117]); window.open(dropList[116]); window.open(dropList[115]);
		}
		
		if(entre_set==525)
		{
			//Covers # 121 - 125
			window.open(dropList[124]); window.open(dropList[123]); window.open(dropList[122]); window.open(dropList[121]); window.open(dropList[120]);
		}
		
		if(entre_set==526)
		{
			//Covers # 126 - 130
			window.open(dropList[129]); window.open(dropList[128]); window.open(dropList[127]); window.open(dropList[126]); window.open(dropList[125]);
		}
		
		if(entre_set==527)
		{
			//Covers # 131 - 135
			window.open(dropList[134]); window.open(dropList[133]); window.open(dropList[132]); window.open(dropList[131]); window.open(dropList[130]);
		}
		
		if(entre_set==528)
		{
			//Covers # 136 - 140
			window.open(dropList[139]); window.open(dropList[138]); window.open(dropList[137]); window.open(dropList[136]); window.open(dropList[135]);
		}
		
		if(entre_set==529)
		{
			//Covers # 141 - 145
			window.open(dropList[144]); window.open(dropList[143]); window.open(dropList[142]); window.open(dropList[141]); window.open(dropList[140]);
		}
		
		if(entre_set==530)
		{
			//Covers # 146 - 150
			window.open(dropList[149]); window.open(dropList[148]); window.open(dropList[147]); window.open(dropList[146]); window.open(dropList[145]);
		}
		
		if(entre_set==531)
		{
			//Covers # 151 - 155
			window.open(dropList[154]); window.open(dropList[153]); window.open(dropList[152]); window.open(dropList[151]); window.open(dropList[150]);
		}
		
		if(entre_set==532)
		{
			//Covers # 156 - 160
			window.open(dropList[159]); window.open(dropList[158]); window.open(dropList[157]); window.open(dropList[156]); window.open(dropList[155]);
		}
		
		if(entre_set==533)
		{
			//Covers # 161 - 165
			window.open(dropList[164]); window.open(dropList[163]); window.open(dropList[162]); window.open(dropList[161]); window.open(dropList[160]);
		}
		
		if(entre_set==534)
		{
			//Covers # 166 - 170
		 	window.open(dropList[169]); window.open(dropList[168]); window.open(dropList[167]); window.open(dropList[166]); window.open(dropList[165]);
		}
		
		if(entre_set==535)
		{
			//Covers # 171 - 175
			window.open(dropList[174]); window.open(dropList[173]); window.open(dropList[172]); window.open(dropList[171]); window.open(dropList[170]);
		}
		
		if(entre_set==536)
		{
			//Covers # 176 - 180
			window.open(dropList[179]); window.open(dropList[178]); window.open(dropList[177]); window.open(dropList[176]); window.open(dropList[175]);
		}
		
		if(entre_set==537)
		{
			//Covers # 181 - 185
			window.open(dropList[184]); window.open(dropList[183]); window.open(dropList[182]); window.open(dropList[181]); window.open(dropList[180]);
		}
		
		if(entre_set==538)
		{
			//Covers # 186 - 190
		 	window.open(dropList[189]); window.open(dropList[188]); window.open(dropList[187]); window.open(dropList[186]); window.open(dropList[185]);
		}
		
		if(entre_set==539)
		{
			//Covers # 191 - 195
			window.open(dropList[194]); window.open(dropList[193]); window.open(dropList[192]); window.open(dropList[191]); window.open(dropList[190]);
		}
		
		if(entre_set==540)
		{
			//Covers # 196 - 200
		 	window.open(dropList[199]); window.open(dropList[198]); window.open(dropList[197]); window.open(dropList[196]); window.open(dropList[195]);
		}
		
		if(entre_set==541)
		{
			//Covers # 201 - 205
			window.open(dropList[204]); window.open(dropList[203]); window.open(dropList[202]); window.open(dropList[201]); window.open(dropList[200]);
		}
		
		if(entre_set==542)
		{
			//Covers # 206 - 210
		 	window.open(dropList[209]); window.open(dropList[208]); window.open(dropList[207]); window.open(dropList[206]); window.open(dropList[205]);
		}
		
		if(entre_set==543)
		{
			//Covers # 211 - 215
			window.open(dropList[214]); window.open(dropList[213]); window.open(dropList[212]); window.open(dropList[211]); window.open(dropList[210]);
		}
		
		if(entre_set==544)
		{
			//Covers # 216 - 220
		 	window.open(dropList[219]); window.open(dropList[218]); window.open(dropList[217]); window.open(dropList[216]); window.open(dropList[215]);
		}
		
		if(entre_set==545)
		{
			//Covers # 221 - 225
			window.open(dropList[224]); window.open(dropList[223]); window.open(dropList[222]); window.open(dropList[221]); window.open(dropList[220]);
		}
		
		if(entre_set==546)
		{
			//Covers # 226 - 230
		 	window.open(dropList[229]); window.open(dropList[228]); window.open(dropList[227]); window.open(dropList[226]); window.open(dropList[225]);
		}
		
		if(entre_set==547)
		{
			//Covers # 231 - 235
			window.open(dropList[234]); window.open(dropList[233]); window.open(dropList[232]); window.open(dropList[231]); window.open(dropList[230]);
		}
		
		if(entre_set==548)
		{
			//Covers # 236 - 240
		 	window.open(dropList[239]); window.open(dropList[238]); window.open(dropList[237]); window.open(dropList[236]); window.open(dropList[235]);
		}
		
		if(entre_set==549)
		{
			//Covers # 241 - 245
			window.open(dropList[244]); window.open(dropList[243]); window.open(dropList[242]); window.open(dropList[241]); window.open(dropList[240]);
		}
		
		if(entre_set==550)
		{
			//Covers # 246 - 250
		 	window.open(dropList[249]); window.open(dropList[248]); window.open(dropList[247]); window.open(dropList[246]); window.open(dropList[245]);
		}
		
		if(entre_set==551)
		{
			//Covers # 251 - 255
			window.open(dropList[254]); window.open(dropList[253]); window.open(dropList[252]); window.open(dropList[251]); window.open(dropList[250]);
		}
		
		if(entre_set==552)
		{
			//Covers # 256 - 260
		 	window.open(dropList[259]); window.open(dropList[258]); window.open(dropList[257]); window.open(dropList[256]); window.open(dropList[255]);
		}
		
		if(entre_set==553)
		{
			//Covers # 261 - 265
			window.open(dropList[264]); window.open(dropList[263]); window.open(dropList[262]); window.open(dropList[261]); window.open(dropList[260]);
		}
		
		if(entre_set==554)
		{
			//Covers # 266 - 270
			window.open(dropList[269]); window.open(dropList[268]); window.open(dropList[267]); window.open(dropList[266]); window.open(dropList[265]);
		}
		
		if(entre_set==555)
		{
			//Covers # 271 - 275
			window.open(dropList[274]); window.open(dropList[273]); window.open(dropList[272]); window.open(dropList[271]); window.open(dropList[270]);
		}
		
		if(entre_set==556)
		{
			//Covers # 276 - 280
		 	window.open(dropList[279]); window.open(dropList[278]); window.open(dropList[277]); window.open(dropList[276]); window.open(dropList[275]);
		}
		
		if(entre_set==557)
		{
			//Covers # 281 - 285
			window.open(dropList[284]); window.open(dropList[283]); window.open(dropList[282]); window.open(dropList[281]); window.open(dropList[280]);
		}
		
		if(entre_set==558)
		{
			//Covers # 286 - 290
		 	window.open(dropList[289]); window.open(dropList[288]); window.open(dropList[287]); window.open(dropList[286]); window.open(dropList[285]);
		}
		
		if(entre_set==559)
		{
			//Covers # 291 - 295
			window.open(dropList[294]); window.open(dropList[293]); window.open(dropList[292]); window.open(dropList[291]); window.open(dropList[290]);
		}
		
		if(entre_set==560)
		{
			//Covers # 296 - 300
			window.open(dropList[299]); window.open(dropList[298]); window.open(dropList[297]); window.open(dropList[296]); window.open(dropList[295]);
		}
		
		if(entre_set==561)
		{
			//Covers # 301 - 305
			window.open(dropList[304]); window.open(dropList[303]); window.open(dropList[302]); window.open(dropList[301]); window.open(dropList[300]);
		}
		
		if(entre_set==562)
		{
			//Covers # 306 - 310
			window.open(dropList[309]); window.open(dropList[308]); window.open(dropList[307]); window.open(dropList[306]); window.open(dropList[305]);
		}
		
		if(entre_set==563)
		{
			//Covers # 311 - 315
			window.open(dropList[314]); window.open(dropList[313]); window.open(dropList[312]); window.open(dropList[311]); window.open(dropList[310]);
		}
		
		if(entre_set==564)
		{
			//Covers # 316 - 320
			window.open(dropList[319]); window.open(dropList[318]); window.open(dropList[317]); window.open(dropList[316]); window.open(dropList[315]);
		}

		if(entre_set==565)
		{
			//Covers # 321 - 325
			window.open(dropList[324]); window.open(dropList[323]); window.open(dropList[322]); window.open(dropList[321]); window.open(dropList[320]);	
		}
		
		if(entre_set==566)
		{
			//Covers # 326 - 330
			window.open(dropList[329]); window.open(dropList[328]); window.open(dropList[327]); window.open(dropList[326]); window.open(dropList[325]);
		}
		
		if(entre_set==567)
		{
			//Covers # 331 - 335
			window.open(dropList[334]); window.open(dropList[333]); window.open(dropList[332]); window.open(dropList[331]); window.open(dropList[330]);	
		}
		
		if(entre_set==568)
		{
			//Covers # 336 - 340
			window.open(dropList[339]); window.open(dropList[338]); window.open(dropList[337]); window.open(dropList[336]); window.open(dropList[335]);
		}

		if(entre_set==569)
		{
			//Covers # 341 - 345
			
			window.open(dropList[344]); window.open(dropList[343]); window.open(dropList[342]); window.open(dropList[341]); window.open(dropList[340]);
		}
		
		if(entre_set==570)
		{
			//Covers # 346+
			window.open(dropList[345]);
		}
		
		
		
		//10 per button
		
		if(entre_set==101)
		{
			//Covers # 1 - 10
			
			window.open(dropList[9]); window.open(dropList[8]); window.open(dropList[7]); window.open(dropList[6]); window.open(dropList[5]);
			window.open(dropList[4]); window.open(dropList[3]); window.open(dropList[2]); window.open(dropList[1]); window.open(dropList[0]);
		}
		
		if(entre_set==102)
		{
			//Covers # 11 - 20
			
			window.open(dropList[19]); window.open(dropList[18]); window.open(dropList[17]); window.open(dropList[16]); window.open(dropList[15]);
			window.open(dropList[14]); window.open(dropList[13]); window.open(dropList[12]); window.open(dropList[11]); window.open(dropList[10]);
		}
		
		if(entre_set==103)
		{
			//Covers # 21 - 30
			
			window.open(dropList[29]); window.open(dropList[28]); window.open(dropList[27]); window.open(dropList[26]); window.open(dropList[25]);
			window.open(dropList[24]); window.open(dropList[23]); window.open(dropList[22]); window.open(dropList[21]); window.open(dropList[20]);	
		}
		
		if(entre_set==104)
		{	
			//Covers # 31 - 40
		
			window.open(dropList[39]); window.open(dropList[38]); window.open(dropList[37]); window.open(dropList[36]); window.open(dropList[35]);
			window.open(dropList[34]); window.open(dropList[33]); window.open(dropList[32]); window.open(dropList[31]); window.open(dropList[30]);
		}
		
		if(entre_set==105)
		{
			//Covers # 41 - 50
		
			window.open(dropList[49]); window.open(dropList[48]); window.open(dropList[47]); window.open(dropList[46]); window.open(dropList[45]);
			window.open(dropList[44]); window.open(dropList[43]); window.open(dropList[42]); window.open(dropList[41]); window.open(dropList[40]);
		}
		
		if(entre_set==106)
		{
			//Covers # 51 - 60
			
			window.open(dropList[59]); window.open(dropList[58]); window.open(dropList[57]); window.open(dropList[56]); window.open(dropList[55]);
			window.open(dropList[54]); window.open(dropList[53]); window.open(dropList[52]); window.open(dropList[51]); window.open(dropList[50]);
		}
		
		if(entre_set==107)
		{
			//Covers # 61 - 70
			
			window.open(dropList[69]); window.open(dropList[68]); window.open(dropList[67]); window.open(dropList[66]); window.open(dropList[65]);
			window.open(dropList[64]); window.open(dropList[63]); window.open(dropList[62]); window.open(dropList[61]); window.open(dropList[60]);
			
		}
		if(entre_set==108)
		{
			//Covers # 71 - 80
			
			window.open(dropList[79]); window.open(dropList[78]); window.open(dropList[77]); window.open(dropList[76]); window.open(dropList[75]);
			window.open(dropList[74]); window.open(dropList[73]); window.open(dropList[72]); window.open(dropList[71]); window.open(dropList[70]);
		}
		
		if(entre_set==109)
		{
			//Covers # 81 - 90
			
			window.open(dropList[89]); window.open(dropList[88]); window.open(dropList[87]); window.open(dropList[86]); window.open(dropList[85]);
			window.open(dropList[84]); window.open(dropList[83]); window.open(dropList[82]); window.open(dropList[81]); window.open(dropList[80]);
		}
		
		if(entre_set==1010)
		{
			//Covers # 91 - 100
			
			window.open(dropList[99]); window.open(dropList[98]); window.open(dropList[97]); window.open(dropList[96]); window.open(dropList[95]);
			window.open(dropList[94]); window.open(dropList[93]); window.open(dropList[92]); window.open(dropList[91]); window.open(dropList[90]);
		}
		
		if(entre_set==1011)
		{
			//Covers # 101 - 110
			
			window.open(dropList[109]); window.open(dropList[108]); window.open(dropList[107]); window.open(dropList[106]); window.open(dropList[105]);
			window.open(dropList[104]); window.open(dropList[103]); window.open(dropList[102]); window.open(dropList[101]); window.open(dropList[100]);
		}
		
		if(entre_set==1012)
		{
			//Covers # 111 - 120
			
			window.open(dropList[119]); window.open(dropList[118]); window.open(dropList[117]); window.open(dropList[116]); window.open(dropList[115]);
			window.open(dropList[114]); window.open(dropList[113]); window.open(dropList[112]); window.open(dropList[111]); window.open(dropList[110]);
		}
		
		if(entre_set==1013)
		{
			//Covers # 121 - 130
			
			window.open(dropList[129]); window.open(dropList[128]); window.open(dropList[127]); window.open(dropList[126]); window.open(dropList[125]);
			window.open(dropList[124]); window.open(dropList[123]); window.open(dropList[122]); window.open(dropList[121]); window.open(dropList[120]);
		}
		
		if(entre_set==1014)
		{
			//Covers # 131 - 140
			
			window.open(dropList[139]); window.open(dropList[138]); window.open(dropList[137]); window.open(dropList[136]); window.open(dropList[135]);
			window.open(dropList[134]); window.open(dropList[133]); window.open(dropList[132]); window.open(dropList[131]); window.open(dropList[130]);
		}
		
		if(entre_set==1015)
		{
			//Covers # 141 - 150
			
			window.open(dropList[149]); window.open(dropList[148]); window.open(dropList[147]); window.open(dropList[146]); window.open(dropList[145]);
			window.open(dropList[144]); window.open(dropList[143]); window.open(dropList[142]); window.open(dropList[141]); window.open(dropList[140]);
		}
		
		if(entre_set==1016)
		{
			//Covers # 151 - 160
			
		 	window.open(dropList[159]); window.open(dropList[158]); window.open(dropList[157]); window.open(dropList[156]); window.open(dropList[155]);
			window.open(dropList[154]); window.open(dropList[153]); window.open(dropList[152]); window.open(dropList[151]); window.open(dropList[150]);
		}
		
		if(entre_set==1017)
		{
			//Covers # 161 - 170
			
		 	window.open(dropList[169]); window.open(dropList[168]); window.open(dropList[167]); window.open(dropList[166]); window.open(dropList[165]);
			window.open(dropList[164]); window.open(dropList[163]); window.open(dropList[162]); window.open(dropList[161]); window.open(dropList[160]);
		}
		
		if(entre_set==1018)
		{
			//Covers # 171 - 180
			
			window.open(dropList[179]); window.open(dropList[178]); window.open(dropList[177]); window.open(dropList[176]); window.open(dropList[175]);
			window.open(dropList[174]); window.open(dropList[173]); window.open(dropList[172]); window.open(dropList[171]); window.open(dropList[170]);
		}
		
		if(entre_set==1019)
		{
			//Covers # 181 - 190
			
		 	window.open(dropList[189]); window.open(dropList[188]); window.open(dropList[187]); window.open(dropList[186]); window.open(dropList[185]);
			window.open(dropList[184]); window.open(dropList[183]); window.open(dropList[182]); window.open(dropList[181]); window.open(dropList[180]);
		}
		
		if(entre_set==1020)
		{
			//Covers # 191 - 200
			
		 	window.open(dropList[199]); window.open(dropList[198]); window.open(dropList[197]); window.open(dropList[196]); window.open(dropList[195]);
			window.open(dropList[194]); window.open(dropList[193]); window.open(dropList[192]); window.open(dropList[191]); window.open(dropList[190]);
		}
		
		if(entre_set==1021)
		{
			//Covers # 201 - 210
			
		 	window.open(dropList[209]); window.open(dropList[208]); window.open(dropList[207]); window.open(dropList[206]); window.open(dropList[205]);
			window.open(dropList[204]); window.open(dropList[203]); window.open(dropList[202]); window.open(dropList[201]); window.open(dropList[200]);
		}
		
		if(entre_set==1022)
		{
			//Covers # 211 - 220
			
		 	window.open(dropList[219]); window.open(dropList[218]); window.open(dropList[217]); window.open(dropList[216]); window.open(dropList[215]);
			window.open(dropList[214]); window.open(dropList[213]); window.open(dropList[212]); window.open(dropList[211]); window.open(dropList[210]);
		}
		
		if(entre_set==1023)
		{
			//Covers # 221 - 230
			
		 	window.open(dropList[229]); window.open(dropList[228]); window.open(dropList[227]); window.open(dropList[226]); window.open(dropList[225]);
			window.open(dropList[224]); window.open(dropList[223]); window.open(dropList[222]); window.open(dropList[221]); window.open(dropList[220]);
		}
		
		if(entre_set==1024)
		{
			//Covers # 231 - 240
			
		 	window.open(dropList[239]); window.open(dropList[238]); window.open(dropList[237]); window.open(dropList[236]); window.open(dropList[235]);
			window.open(dropList[234]); window.open(dropList[233]); window.open(dropList[232]); window.open(dropList[231]); window.open(dropList[230]);
		}
		
		if(entre_set==1025)
		{
			//Covers # 241 - 250
			
		 	window.open(dropList[249]); window.open(dropList[248]); window.open(dropList[247]); window.open(dropList[246]); window.open(dropList[245]);
			window.open(dropList[244]); window.open(dropList[243]); window.open(dropList[242]); window.open(dropList[241]); window.open(dropList[240]);
		}
		
		if(entre_set==1026)
		{
			//Covers # 251 - 260
			
		 	window.open(dropList[259]); window.open(dropList[258]); window.open(dropList[257]); window.open(dropList[256]); window.open(dropList[255]);
			window.open(dropList[254]); window.open(dropList[253]); window.open(dropList[252]); window.open(dropList[251]); window.open(dropList[250]);
		}
		
		if(entre_set==1027)
		{
			//Covers # 261 - 270
			
			window.open(dropList[269]); window.open(dropList[268]); window.open(dropList[267]); window.open(dropList[266]); window.open(dropList[265]);
			window.open(dropList[264]); window.open(dropList[263]); window.open(dropList[262]); window.open(dropList[261]); window.open(dropList[260]);
		}
		
		if(entre_set==1028)
		{
			//Covers # 271 - 280

		 	window.open(dropList[279]); window.open(dropList[278]); window.open(dropList[277]); window.open(dropList[276]); window.open(dropList[275]);
			window.open(dropList[274]); window.open(dropList[273]); window.open(dropList[272]); window.open(dropList[271]); window.open(dropList[270]);
		}
		
		if(entre_set==1029)
		{
			//Covers # 281 - 290
			
		 	window.open(dropList[289]); window.open(dropList[288]); window.open(dropList[287]); window.open(dropList[286]); window.open(dropList[285]);
			window.open(dropList[284]); window.open(dropList[283]); window.open(dropList[282]); window.open(dropList[281]); window.open(dropList[280]);
		}
		
		if(entre_set==1030)
		{
			//Covers # 291 - 300
			
			window.open(dropList[299]); window.open(dropList[298]); window.open(dropList[297]); window.open(dropList[296]); window.open(dropList[295]);
			window.open(dropList[294]); window.open(dropList[293]); window.open(dropList[292]); window.open(dropList[291]); window.open(dropList[290]);
		}
		
		if(entre_set==1031)
		{
			//Covers # 301 - 310
			
		 	window.open(dropList[309]); window.open(dropList[308]); window.open(dropList[307]); window.open(dropList[306]); window.open(dropList[305]);
			window.open(dropList[304]); window.open(dropList[303]); window.open(dropList[302]); window.open(dropList[301]); window.open(dropList[300]);
		}
		
		if(entre_set==1032)
		{
			//Covers # 311 - 320
			
		 	window.open(dropList[319]); window.open(dropList[318]); window.open(dropList[317]); window.open(dropList[316]); window.open(dropList[315]);
			window.open(dropList[314]); window.open(dropList[313]); window.open(dropList[312]); window.open(dropList[311]); window.open(dropList[310]);
		}

		if(entre_set==1033)
		{
			//Covers # 321 - 330
		
			window.open(dropList[329]); window.open(dropList[328]); window.open(dropList[327]); window.open(dropList[326]); window.open(dropList[325]);
			window.open(dropList[324]); window.open(dropList[323]); window.open(dropList[322]); window.open(dropList[321]); window.open(dropList[320]);	
		}
		
		if(entre_set==1034)
		{
			//Covers # 331 - 340
		
			window.open(dropList[339]); window.open(dropList[338]); window.open(dropList[337]); window.open(dropList[336]); window.open;
			window.open(dropList[334]); window.open(dropList[333]); window.open(dropList[332]); window.open(dropList[331]); window.open(dropList[330]);	
		}

		if(entre_set==1035)
		{
			//Covers # 341 - 350
			
			window.open(dropList[345]); window.open(dropList[344]); window.open(dropList[343]); window.open(dropList[342]); window.open(dropList[341]); 
			window.open(dropList[340]);
		}
			
				
		//document.getElementById(entre_set).setAttribute('class', 'altButtonFormat');
		
		document.getElementById(entre_set).value='Done!';

	 }
	 

	function entreList(){

		dropList[0]='http://www.sabrasbass.com/'; //1
		dropList[1]='http://sabraduffiney.blogspot.com/'; //1
		dropList[2]='http://mjgolch.blogspot.com/';
		dropList[3]='http://jhonsonblog.blogspot.com/'; //1
		dropList[4]='http://cupboardcreatures.blogspot.com/'; //1
		dropList[5]='http://leesiewwei.blogspot.com/'; //1
		dropList[6]='http://annasadornments.blogspot.com/'; //1
		dropList[7]='http://ghostingmiranda2thehorror.blogspot.com/'; //1
		dropList[8]='http://smartmoneysuccess.com/'; //1
		dropList[9]='http://ghostingmiranda.blogspot.com/'; //1
		
		dropList[10]='http://www.kutenk.com/'; //1
		dropList[11]='http://kutenk2000.blogspot.com/'; //1
		dropList[12]='http://poliwhirlgame.blogspot.com/'; //1
		dropList[13]='http://soberrunner.blogspot.com/'; //1
		dropList[14]='http://fuchsia-revolver.org/'; //1
		dropList[15]='http://davesdailydeals.blogspot.com/'; //1
		dropList[16]='http://woogledumplings.blogspot.com/'; //1
		dropList[17]='http://artbytomas.blogspot.com/'; //1	
		dropList[18]='http://lowongankerja168.blogspot.com/'; //1
		dropList[19]='http://discountdesignermerchandise.blogspot.com/'; //2	
		
		dropList[20]='http://zenbananas.com/'; //2
		dropList[21]='http://ticapod.blogspot.com/'; //4 - Slow...	
		dropList[22]='http://www.nigeriancuriosity.com/'; //4		
		dropList[23]='http://comedyplus.blogspot.com/'; //UV
		dropList[24]='http://modernhistorian.blogspot.com/'; //UV
		dropList[25]='http://www.arturban.co.uk/blog/';  //UV
		dropList[26]='http://tinsumtsorp.blogspot.com/'; //UV
		dropList[27]='http://www.richarie.com/'; //UV
		dropList[28]='http://www.q-club.info/'; //UV
		dropList[29]='http://the4thtenor.com/'; //UV
		
		dropList[30]='http://www.yroma.com/'; //UV
		dropList[31]='http://kloggers-randomramblings.blogspot.com/'; //UV
		dropList[32]='http://www.mylifeandpeople.com/'; //UV
		dropList[33]='http://enjoymywork.blogspot.com/'; //UV		
		dropList[34]='http://www.microsreport.com/'; //UV
		dropList[35]='http://yourfunfamily.blogspot.com/'; //UV
		dropList[36]='http://thelastbear.blogspot.com/'; //UV
		dropList[37]='http://lagulawaz.blogspot.com/'; //UV
		dropList[38]='http://www.worldrazor.blogspot.com/'; //UV
		dropList[39]='http://nestingbuddy.blogspot.com/'; //UV
		
		dropList[40]='http://shepherdfamilyvalues2.blogspot.com/'; //UV
		dropList[41]='http://goldmap.blogspot.com/'; //UV
		dropList[42]='http://www.glaringideas.com/'; //UV
		dropList[43]='http://julianaslair.com/'; //UV
		dropList[44]='http://www.theabundantallianceblog.com/'; //UV
		dropList[45]='http://www.belleverlasting.com/'; //UV
		dropList[46]='http://makingmoneywitharticles.blogspot.com/'; //UV
		dropList[47]='http://prowler.uk.to/'; //UV
		dropList[48]='http://www.thedestinyofmylife.com/'; //UV
		dropList[49]='http://littlebitsof.info/'; //UV
		
		dropList[50]='http://donechute.com/'; //UV
		dropList[51]='http://murdr.blogspot.com/'; //UV
		dropList[52]='http://yourfunfamily.com/looneybin/'; //UV
		dropList[53]='http://www.allweb2.info/'; //UV
		dropList[54]='http://entrecard.com/blog/'; //UV
		dropList[55]='http://www.nsauottawa.com/'; //UV
		dropList[56]='http://mafiawarsforbeginners.blogspot.com/'; //UV
		dropList[57]='http://www.seothumb.com/'; //UV
		dropList[58]='http://quiltscatsandotherthings.blogspot.com/'; //UV
		dropList[59]='http://www.kapalmukz.com/'; //UV
		
		dropList[60]='http://www.treatgene.com/'; //UV
		dropList[61]='http://www.galleryinsight.com/'; //UV
		dropList[62]='http://3chies3nds.blogspot.com/'; //UV
		dropList[63]='http://www.top-blogs.org/'; //UV
		dropList[64]='http://www.surfbirds.com/blog/falklandbirder/'; //UV
		dropList[65]='http://www.mymotherthinksimagoodwriter.blogspot.com/'; //UV
		dropList[66]='http://www.fit4all.us/'; //UV
		dropList[67]='http://selfesteemblogforwomen.blogspot.com/'; //UV
		dropList[68]='http://www.myheartvoice.com/'; //UV
		dropList[69]='http://www.forcedgreen.com/'; //UV
		
		dropList[70]='http://www.wiimommies.com/'; //UV
		dropList[71]='http://oyvind.hoysater.no/'; //UV
		dropList[72]='http://wwwdidimisssomething.blogspot.com/'; //UV
		dropList[73]='http://sjeltur.nl/'; //UV
		dropList[74]='http://catloverssite.info/'; //UV
		dropList[75]='http://tomecity.com/vanessa/'; //UV
		dropList[76]='http://www.beautyandhealth.info/'; //UV
		dropList[77]='http://www.reyvateilia.com/'; //UV
		dropList[78]='http://gift-lucky.com/'; //UV
		dropList[79]='http://alterityart.blogspot.com/'; //UV
		
		dropList[80]='http://kamilathecamel.blogspot.com/'; //UV
		dropList[81]='http://www.cotinus.net/'; //UV		
		dropList[82]='http://reviews.momspective.com/'; //UV
		dropList[83]='http://www.xephandreema.com/'; //UV
		dropList[84]='http://nurseabie.blogspot.com/'; //UV
		dropList[85]='http://transafric.com/'; //UV
		dropList[86]='http://www.esoterically.net/weblog/	'; //UV
		dropList[87]='http://jackoroma3.com/'; //UV
		dropList[88]='http://moonangelnay.blogspot.com/'; //UV
		dropList[89]='http://ascesis.net/'; //UV
		
		dropList[90]='http://bestbiggaming.info/'; //UV
		dropList[91]='http://naruto1-shippuden-episodes.blogspot.com/'; //UV
		dropList[92]='http://darknovels.blogspot.com/'; //UV
		dropList[93]='http://dbcomix.blogspot.com/'; //UV
		dropList[94]='http://www.richarie.net/'; //UV
		dropList[95]='http://itpov.info/'; //UV
		dropList[96]='http://soycandleblog.blogspot.com/'; //UV		
		dropList[97]='http://www.orient-lodge.com/'; //UV
		dropList[98]='http://www.crystalair.com/'; //UV
		dropList[99]='http://tipsforyourhome.blogspot.com/'; //UV
		
		dropList[100]='http://politekon.blogspot.com/'; //UV
		dropList[101]='http://ashrt.blogspot.com/'; //UV
		dropList[102]='http://www.momspective.com/'; //UV
		dropList[103]='http://cyberbazaar.info/'; //UV
		dropList[104]='http://creatingwealthandhealth.info/'; //UV		
		dropList[105]='http://www.sstechindustrial.com/'; //UV
		dropList[106]='http://earnbestsell.blogspot.com/'; //UV
		dropList[107]='http://trigon-sheehan.com/'; //UV
		dropList[108]='http://clickonportal.blogspot.com/'; //UV
		dropList[109]='http://hipncoolmomma.com/'; //UV
		
		dropList[110]='http://goatpostgrill.com/'; //UV
		dropList[111]='http://www.sexyoldbroad.com/'; //UV
		dropList[112]='http://ambassador1o1.braveblog.com/'; //UV		
		dropList[113]='http://adzegan.com/'; //UV
		dropList[114]='http://bethere2day.com/'; //UV
		dropList[115]='http://www.motherslovingheart.com/'; //UV
		dropList[116]='http://www.savagenomads.net/'; //UV
		dropList[117]='http://junglebeauty.blogspot.com/'; //UV
		dropList[118]='http://factoftheday.ca/'; //UV
		dropList[119]='http://113dir.com/'; //UV
		
		dropList[120]='http://www.vanityartwork.com/'; //UV
		dropList[121]='http://www.jimleasure.com/'; //UV
		dropList[122]='http://www.voiceofthelaity.com/'; //UV
		dropList[123]='http://www.craigjoseph.net/'; //UV
		dropList[124]='http://www.markbyben.com/'; //UV
		dropList[125]='http://online-market.blogspot.com/'; //UV
		dropList[126]='http://www.sloveniaapartments.info/'; //UV
		dropList[127]='http://waahblog.blogspot.com/'; //UV
		dropList[128]='http://www.melissapagecosmetics.com/'; //UV
		dropList[129]='http://www.redismarose.com/'; //UV
		
		dropList[130]='http://iempowermyself.net/'; //UV
		dropList[131]='http://reaching-lifelong-goals.com/'; //UV
		dropList[132]='http://www.computer-aid.com.au/blog/'; //UV
		dropList[133]='http://www.xoli8.blogspot.com/'; //UV
		dropList[134]='http://www.tma-graphics.info/'; //UV
		dropList[135]='http://www.oklubi.com/'; //UV
		dropList[136]='http://asiteforwomen.com/'; //UV
		dropList[137]='http://fjellutstyr.com/'; //UV
		dropList[138]='http://www.greetjegreetsyou.com/'; //UV
		dropList[139]='http://www.laaneworld.com/'; //UV
		
		dropList[140]='http://healthassistant.blogspot.com/'; //UV
		dropList[141]='http://mlizcochico.com/'; //UV
		dropList[142]='http://prpldy15.blogspot.com/'; //UV
		dropList[143]='http://pricelesswriterdanielle.com/'; //UV
		dropList[144]='http://www.watzonmov.blogspot.com/'; //UV
		dropList[145]='http://www.pinigai.info/'; //UV
		dropList[146]='http://accounting.zouze.com/'; //UV
		dropList[147]='http://funlounge.blogspot.com/'; //UV
		dropList[148]='http://www.louscircle.com/'; //UV
		dropList[149]='http://positivemen.blogspot.com/'; //UV
		
		dropList[150]='http://vstifx.blogspot.com/'; //UV
		dropList[151]='http://mutuallove.blogspot.com/'; //UV
		dropList[152]='http://evan-keona.blogspot.com/'; //UV
		dropList[153]='http://desirableoptions.blogspot.com/'; //UV
		dropList[154]='http://asthecrackerheadcrumbles.blogspot.com/'; //UV
		dropList[155]='http://smkserian.blogspot.com/'; //UV
		dropList[156]='http://salamsmkserian.blogspot.com/'; //UV
		dropList[157]='http://www.makemoneyonlinewithejcooksey.com/'; //UV
		dropList[158]='http://www.vaultofstory.com/'; //UV
		dropList[159]='http://opportunitiesknock.biz/'; //UV
		
		dropList[160]='http://www.article-specialist.com/'; //UV
		dropList[161]='http://asongwriterssanctum.blogspot.com/'; //UV
		dropList[162]='http://www.babyboomersblueprint.com/'; //UV
		dropList[163]='http://www.yourhomebusinessroadmap.com/'; //UV
		dropList[164]='http://www.surfthemind.com/'; //UV
		dropList[165]='http://protechmedia.biz/'; //UV
		dropList[166]='http://www.zoomprofit.info/'; //UV
		dropList[167]='http://rantsthoughtsandotherthings.blogspot.com/'; //UV
		dropList[168]='http://syriaalaan.com/'; //UV
		dropList[169]='http://albatrossonthehorizon.blogspot.com/'; //UV
		
		dropList[170]='http://www.creativeblogme.com/'; //UV
		dropList[171]='http://www.earnmoneyonline.co.za/'; //UV
		dropList[172]='http://www.notjohnchow.com/'; //UV
		dropList[173]='http://riez-tech.blogspot.com/'; //UV
		dropList[174]='http://tomecity.com/chinarensblog/'; //UV
		dropList[175]='http://hereandnow4angel.blogspot.com/'; //UV
		dropList[176]='http://anonymouslimited.blogspot.com/'; //UV
		dropList[177]='http://myxpoem.blogspot.com/'; //UV
		dropList[178]='http://www.darnuthkeep.com/'; //UV
		dropList[179]='http://urbanlegendfolkloremyths.blogspot.com/'; //UV
		
		dropList[180]='http://phr-equaltreatment.org/'; //UV
		dropList[181]='http://seth-oldskul.blogspot.com/'; //UV
		dropList[182]='http://www.online-internet-marketing-strategies.com/'; //UV
		dropList[183]='http://notyourtypicalweightlossblog.blogspot.com/'; //UV
		dropList[184]='http://www.elaisblog.blogspot.com/'; //UV
		dropList[185]='http://www.slmerchants.com/'; //UV
		dropList[186]='http://webloggerdai.blogspot.com/'; //UV
		dropList[187]='http://siyetehan.blogspot.com/'; //UV
		dropList[188]='http://bilarboy.blogspot.com/'; //UV
		dropList[189]='http://www.mariucasperfume.com/'; //UV
		
		dropList[190]='http://www.confincreativo.com/'; //UV
		dropList[191]='http://compoundsavingsinterest.blogspot.com/'; //UV
		dropList[192]='http://bible-examples.blogspot.com/'; //UV
		dropList[193]='http://canontravel.info/'; //UV
		dropList[194]='http://yamboldailypicture.blogspot.com/'; //UV
		dropList[195]='http://www.meowdiaries.com/'; //UV
		dropList[196]='http://donssite-donssite.blogspot.com/'; //UV
		dropList[197]='http://www.environmentastic.com/blog/'; //UV
		dropList[198]='http://www.blissfulally.com/'; //UV
		dropList[199]='http://anygen-explores.info/'; //UV
		
		dropList[200]='http://donssite.com/'; //UV
		dropList[201]='http://www.kepitingrebus.com/'; //UV
		dropList[202]='http://cromely.blogspot.com/'; //UV		
		dropList[203]='http://writingsofmaria.com/'; //UV
		dropList[204]='http://www.barakobrew.blogspot.com/'; //UV
		dropList[205]='http://www.herby-mysecondtrial.blogspot.com/'; //UV
		dropList[206]='http://freejunkeasymoney.blogspot.com/'; //UV
		dropList[207]='http://www.chemam.com/'; //UV
		dropList[208]='http://easymagz.com/'; //UV
		dropList[209]='http://www.special-articles.com/'; //UV
		
		dropList[210]='http://myonlinenotest.blogspot.com/'; //UV
		dropList[211]='http://oscargecko.blogspot.com/'; //UV
		dropList[212]='http://www.taxtipsfordemocrats.com/'; //UV
		dropList[213]='http://freelunchcomics.blogspot.com/'; //UV
		dropList[214]='http://www.alsofnevada.org/blog/'; //UV
		dropList[215]='http://dave-lucas.blogspot.com/'; //UV
		dropList[216]='http://www.lifemarriageandkids.com/'; //UV
		dropList[217]='http://controversialmarketing.blogspot.com/'; //UV
		dropList[218]='http://stanis-thoughtspoetryanything.blogspot.com/'; //UV
		dropList[219]='http://blogodise.blogspot.com/'; //UV
		
		dropList[220]='http://www.webatbp.com/'; //UV
		dropList[221]='http://blog.little-miss.org/'; //UV
		dropList[222]='http://www.feelingflirty.com/'; //UV
		dropList[223]='http://www.internetbusinessknowledge.com/'; //UV
		dropList[224]='http://thevirtualdimemuseum.blogspot.com/'; //UV
		dropList[225]='http://tailgaternetwork.com/'; //UV
		dropList[226]='http://englishwilderness.blogspot.com/'; //UV
		dropList[227]='http://www.chibifest.com/'; //UV
		dropList[228]='http://www.healthnutwannabeemom.blogspot.com/'; //UV
		dropList[229]='http://ghostingmiranda4.blogspot.com/'; //UV
		
		dropList[230]='http://www.jobysblog.com/'; //UV
		dropList[231]='http://bun-girl.blogspot.com/'; //UV
		dropList[232]='http://www.coloradospringswritersworkshops.com/'; //UV
		dropList[233]='http://cozumack.blogspot.com/'; //UV
		dropList[234]='http://2forlife.blogspot.com/'; //UV
		dropList[235]='http://www.accountingtroubleshooters.com/Blog/'; //UV
		dropList[236]='http://www.webdesignweb.com/showcase/'; //UV
		dropList[237]='http://makecashmoneyonlinefast.blogspot.com/'; //UV
		dropList[238]='http://morebloghits.info/'; //UV
		dropList[239]='http://www.kimmysharinglight.com/'; //UV
		
		dropList[240]='http://ebizinstudy.blogspot.com/'; //UV
		dropList[241]='http://freemoviesandprograms.blogspot.com/'; //UV
		dropList[242]='http://myqualityday.blogspot.com/'; //UV
		dropList[243]='http://music.makoyskie.com/'; //UV
		dropList[244]='http://www.makoyskie.com/'; //UV
		dropList[245]='http://snapshots.makoyskie.com/'; //UV
		dropList[246]='http://www.alittleboysblog.net/'; //UV		
		dropList[247]='http://thelastbear.blogspot.com/'; //UV
		dropList[248]='http://dogsdeservefreedom.blogspot.com/'; //UV
		dropList[249]='http://marizmilton.blogspot.com/'; //UV
		
		dropList[250]='http://onlinesuccesscentre.com/'; //UV
		dropList[251]='http://bigbeartube.com/'; //UV
		dropList[252]='http://www.mammakerr.com/'; //UV
		dropList[253]='http://aleibarra.com/'; //UV
		dropList[254]='http://ceylanprojects.org/'; //UV
		dropList[255]='http://rrtu.org/'; //UV
		dropList[256]='http://trickcontreat.com/'; //UV
		dropList[257]='http://www.papalattyafroreggae.com/'; //UV
		dropList[258]='http://thecelebrity-world.com/'; //UV
		dropList[259]='http://urentertainmentport.blogspot.com/'; //UV
		
		dropList[260]='http://www.contrainfartos.com/'; //UV
		dropList[261]='http://indivohealthstandard.com/'; //UV
		dropList[262]='http://dreaa.org/'; //UV
		dropList[263]='http://thugnature.info/'; //UV
		dropList[264]='http://oranyan.com/'; //UV
		dropList[265]='http://www.rizalpalawan.com/'; //UV		
		dropList[266]='http://efectossecundarios.org/'; //UV
		dropList[267]='http://www.anotherfinemeal.com/'; //UV
		dropList[268]='http://origena.blogspot.com/'; //UV
		dropList[269]='http://earlypunk.blogspot.com/'; //UV
		
		dropList[270]='http://www.ursvancouver.com/'; //UV
		dropList[271]='http://symbiancorner.blogspot.com/'; //UV
		dropList[272]='http://gilbertogalea.com/blog/'; //UV
		dropList[273]='http://www.mjphoto-n-design.com/'; //UV
		dropList[274]='http://www.cellphonebank.org/'; //UV
		dropList[275]='http://www.communedevarces.com/'; //UV
		dropList[276]='http://industrial-machine-liquidation.blogspot.com/'; //UV
		dropList[277]='http://www.opticaliillusions.com/Entrecard.htm'; //UV
		dropList[278]='http://llsnt.blogspot.com/'; //UV
		dropList[279]='http://liftright.net/Endex.htm'; //UV
		
		dropList[280]='http://ezee.ca/primeline/opening_E.htm'; //UV
		dropList[281]='http://www.real-estate-home-sales.com/index.htm'; //UV
		dropList[282]='http://lyonssite.com/entrecard.htm'; //UV
		dropList[283]='http://www.titik-atibapa.com/'; //UV
		dropList[284]='http://machinerymover.blogspot.com/'; //UV
		dropList[285]='http://www.shirleyshannon.com/Blog/'; //UV
		dropList[286]='http://mymememania.blogspot.com/'; //UV
		dropList[287]='http://sheeponarampage.blogspot.com/'; //UV
		dropList[288]='http://pinklady-bing.blogspot.com/'; //UV
		dropList[289]='http://www.5050deals.com/'; //UV
		
		dropList[290]='http://road-safety.blogspot.com/'; //UV
		dropList[291]='http://iwillhavethe.blogspot.com/'; //UV
		dropList[292]='http://www.mtngrlmusing.blogspot.com/'; //UV
		dropList[293]='http://guarddogmonitor.com/blog/'; //UV
		dropList[294]='http://www.glitterminded.cn/'; //UV
		dropList[295]='http://sweetestfinds.blogspot.com/'; //UV
		dropList[296]='http://www.pinoyonlinejob.com/'; //UV
		dropList[297]='http://www.needtogetsome.net/'; //UV
		dropList[298]='http://www.momshavedreamstoo.blogspot.com/'; //UV
		dropList[299]='http://www.swampyacresfarm.com/Chickens.html'; //UV
		
		dropList[300]='http://www.myplace-home-family.com/'; //Bonus
		dropList[301]='http://www.mymoods.net/'; //Bonus
		dropList[302]='http://www.job-search-center.com/214/'; //Bonus
		dropList[303]='http://d-aboutlifes.blogspot.com/'; //Bonus
		dropList[304]='http://yourhealthcarefaqs.com/'; //Bonus
		dropList[305]='http://pineshorestudio.blogspot.com/'; //Bonus
		dropList[306]='http://sandsofthyme.blogspot.com/'; //Bonus
		dropList[307]='http://tiptail.com/'; //Bonus
		dropList[308]='http://liz.mommyslittlecorner.com/'; //Bonus
		dropList[309]='http://mlizcochico.blogspot.com/'; //Bonus
		
		dropList[310]='http://www.storybeader.com/'; //Bonus
		dropList[311]='http://jasb4444.blogspot.com/'; //Bonus
		dropList[312]='http://thebudgetingguide.blogspot.com/'; //Bonus
		dropList[313]='http://minnasdollhouses.blogspot.com/'; //Bonus
		dropList[314]='http://pink-jeep-ebooks.blogspot.com/'; //Bonus
		dropList[315]='http://peteharrissite.com/Waterways.htm'; //Bonus
		dropList[316]='http://www.affilliate-ads.blogspot.com/'; //Bonus
		dropList[317]='http://www.allthebs.com/'; //Bonus
		dropList[318]='http://compoundsavingsinterest.blogspot.com/'; //Bonus
		dropList[319]='http://thehudsonian.com/'; //Bonus
		
		dropList[320]='http://www.thenewcanadians.com/wpblogs/'; //Bonus
		dropList[321]='http://lunatail.com/'; //Bonus
		dropList[322]='http://luceljuliana.com/'; //Bonus
		dropList[323]='http://www.junkyardlife.com/'; //Bonus
		dropList[324]='http://hereanythinggoes.info/'; //Bonus
		dropList[325]='http://sarakatt.blogspot.com/'; //Bonus
		dropList[326]='http://www.kimmysharinglight.com/'; //Bonus
		dropList[327]='http://josua.in/'; //Bonus
		dropList[328]='http://article.humorbendol.com/'; //Bonus
		dropList[329]='http://www.moneymakershub.com/'; //Bonus
		
		dropList[330]='http://kumpulnet.com/category/infotainmentnews/'; //Bonus
		dropList[331]='http://sulap.co/magic/'; //Bonus
		dropList[332]='http://www.kaushikghosh.net/'; //Bonus
		dropList[333]='http://les-remnant.blogspot.com/'; //Bonus
		dropList[334]='http://www.cyprusstop.com/'; //Bonus
		dropList[335]='http://iesgranadilla.com/'; //Bonus
		dropList[336]='http://casketsalesman.blogspot.com/'; //Bonus
		dropList[337]='http://www.basriel.com/'; //Bonus
		dropList[338]='http://www.danarichardson.org/'; //Bonus
		dropList[339]='http://carsontahoemusic.com/'; //Bonus
		
		dropList[340]='http://volunteercentermaui.com/'; //Bonus
		dropList[341]='http://thewoodsmenspost.blogspot.com/'; //Bonus
		dropList[342]=''; //Bonus
		dropList[343]=''; //Bonus
		dropList[344]=''; //Bonus
		dropList[345]=''; //Bonus
		dropList[346]=''; //Bonus
		dropList[347]=''; //Bonus
		dropList[348]=''; //Bonus
		dropList[349]=''; //Bonus
	}
	 
	function SelectAll(id)
	{
	    document.getElementById(id).focus();
	    document.getElementById(id).select();
	}
	
	//Add
	
	//Remove
