function changeCity()
{
if(document.searchform.state.options[document.searchform.state.selectedIndex].value=="Delaware")
					{
						counter=document.searchform.city.length ;

						for (i=0;i<counter;i++)
						{ 
							//alert(document.searchform.city.remove(i));
							document.searchform.city.remove(i);
							//document.searchform.city.options[i].remove;
						
						}
					   
					   	counter=document.searchform.city.length ;

						for (i=0;i<counter;i++)
						{ 
						    
							//alert(document.searchform.city.remove(i));
							document.searchform.city.remove(i);
							//document.searchform.city.options[i].remove;
						
						}
							counter=document.searchform.city.length ;
							
						for (i=0;i<counter;i++)
						{ 
						    
							//alert(document.searchform.city.remove(i));
							document.searchform.city.remove(i);
							//document.searchform.city.options[i].remove;
						
						}
						
					  	for (i=0;i<=document.searchform.city.length;i++)
						{
						counter =document.searchform.city.length
						document.searchform.city.options[i]=null;
						document.searchform.city.options[0] = new Option ('select city'  ,'select city');
						document.searchform.city.options[1] = new Option ('Dover' ,'Dover');
						document.searchform.city.options[2] = new Option ('Lewes' ,'Lewes');
						document.searchform.city.options[3] = new Option ('Rehoboth Beach' ,'Rehoboth Beach');
						document.searchform.city.options[4] = new Option ('Wilmington' ,'Wilmington');
																		
						counter =document.searchform.city.length;
						}	
	                 if (document.searchform.city.length > 5 )
					  {
						//counter=document.searchform.city.length 
						for (i=5;i<counter;i++)
						{ 
							document.searchform.city.remove(i);
						}
					 }   
				//	  document.searchform.city.options[0] = new Option ('select city' ,'select city');
                   }
					  
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Alabama") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Andalusia' ,'Andalusia');
							document.searchform.city.options[2] = new Option ('Anniston' ,'Anniston');
							document.searchform.city.options[3] = new Option ('Ashville' ,'Ashville');
							document.searchform.city.options[4] = new Option ('Athens' ,'Athens');
							document.searchform.city.options[5] = new Option ('Auburn' ,'Auburn');
							document.searchform.city.options[6] = new Option ('Birmingham' ,'Birmingham');
							document.searchform.city.options[7] = new Option ('Daleville' ,'Daleville');
							document.searchform.city.options[8] = new Option ('Decatur' ,'Decatur');
							document.searchform.city.options[9] = new Option ('Dothan' ,'Dothan');
							document.searchform.city.options[10] = new Option ('Enterprise' ,'Enterprise');
							document.searchform.city.options[11] = new Option ('Florala' ,'Florala');
							document.searchform.city.options[12] = new Option ('Florence' ,'Florence');
							document.searchform.city.options[13] = new Option ('Greensboro' ,'Greensboro');
							document.searchform.city.options[14] = new Option ('Greenville' ,'Greenville');
							document.searchform.city.options[15] = new Option ('Helena' ,'Helena');
							document.searchform.city.options[16] = new Option ('Huntsville' ,'Huntsville');
							document.searchform.city.options[17] = new Option ('Jasper' ,'Jasper');
							document.searchform.city.options[18] = new Option ('Lafayette' ,'Lafayette');
							document.searchform.city.options[19] = new Option ('Luverne' ,'Luverne');
							document.searchform.city.options[20] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[21] = new Option ('Mobile' ,'Mobile');
							document.searchform.city.options[22] = new Option ('Montgomery' ,'Montgomery');
							document.searchform.city.options[23] = new Option ('Oneonta' ,'Oneonta');
							document.searchform.city.options[24] = new Option ('Opp' ,'Opp');
							document.searchform.city.options[25] = new Option ('Ozark' ,'Ozark');
							document.searchform.city.options[26] = new Option ('Pelham' ,'Pelham');
							document.searchform.city.options[27] = new Option ('Pell City' ,'Pell City');
							document.searchform.city.options[28] = new Option ('Prattville' ,'Prattville');
							document.searchform.city.options[29] = new Option ('Sheffield' ,'Sheffield');
							document.searchform.city.options[30] = new Option ('Sulligent' ,'Sulligent');
							document.searchform.city.options[31] = new Option ('Sylacauga' ,'Sylacauga');
							document.searchform.city.options[32] = new Option ('Talladega' ,'Talladega');
							document.searchform.city.options[33] = new Option ('Trussville' ,'Trussville');
							document.searchform.city.options[34] = new Option ('Tuscaloosa' ,'Tuscaloosa');
							document.searchform.city.options[35] = new Option ('Tuscumbia' ,'Tuscumbia');
							document.searchform.city.options[36] = new Option ('Wetumpka' ,'Wetumpka');
							

							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 37 )
					       {
							counter=document.searchform.city.length; 
							for (i=37;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
	
 if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Alaska") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Anchorage' ,'Anchorage');
							document.searchform.city.options[2] = new Option ('Fairbanks' ,'Fairbanks');
							document.searchform.city.options[3] = new Option ('Homer' ,'Homer');
							document.searchform.city.options[4] = new Option ('Juneau' ,'Juneau');
							document.searchform.city.options[5] = new Option ('Kenai' ,'Kenai');
							document.searchform.city.options[6] = new Option ('Ketchikan' ,'Ketchikan');
							document.searchform.city.options[7] = new Option ('Nome' ,'Nome');
							document.searchform.city.options[8] = new Option ('Palmer' ,'Palmer');
							document.searchform.city.options[9] = new Option ('Wasilla' ,'Wasilla');
							
						counter =document.searchform.city.length;
                          if (document.searchform.city.length > 10 )
					       {
							counter=document.searchform.city.length; 
							for (i=10;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					  
	
	

				  
 if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Arizona") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Apache Junction' ,'Apache Junction');
							document.searchform.city.options[2] = new Option ('Buckeye' ,'Buckeye');
							document.searchform.city.options[3] = new Option ('Bullhead City' ,'Bullhead City');
							document.searchform.city.options[4] = new Option ('Casa Grande' ,'Casa Grande');
							document.searchform.city.options[5] = new Option ('Chandler' ,'Chandler');
							document.searchform.city.options[6] = new Option ('Cottonwood' ,'Cottonwood');
							document.searchform.city.options[7] = new Option ('Flagstaff' ,'Flagstaff');
							document.searchform.city.options[8] = new Option ('Florence' ,'Florence');
							document.searchform.city.options[9] = new Option ('Gilbert' ,'Gilbert');
							document.searchform.city.options[10] = new Option ('Glendale' ,'Glendale');
							document.searchform.city.options[11] = new Option ('Goodyear' ,'Goodyear');
							document.searchform.city.options[12] = new Option ('Kingman' ,'Kingman');
							document.searchform.city.options[13] = new Option ('Lake Havasu City' ,'Lake Havasu City');
							document.searchform.city.options[14] = new Option ('Mesa' ,'Mesa');
							document.searchform.city.options[15] = new Option ('Nogales' ,'Nogales');	
							document.searchform.city.options[16] = new Option ('Paradise Valley' ,'Paradise Valley');	
							document.searchform.city.options[17] = new Option ('Parker' ,'Parker');
							document.searchform.city.options[18] = new Option ('Payson' ,'Payson');
							document.searchform.city.options[19] = new Option ('Peoria' ,'Peoria');
							document.searchform.city.options[20] = new Option ('Phoenix' ,'Phoenix');
							document.searchform.city.options[21] = new Option ('Prescott' ,'Prescott');
							document.searchform.city.options[22] = new Option ('Scottsdale' ,'Scottsdale');
							document.searchform.city.options[23] = new Option ('Sierra Vista' ,'Sierra Vista');
							document.searchform.city.options[24] = new Option ('Sun City' ,'Sun City');
							document.searchform.city.options[25] = new Option ('Tempe' ,'Tempe');
							document.searchform.city.options[26] = new Option ('Tucson' ,'Tucson');
							document.searchform.city.options[27] = new Option ('Yuma' ,'Yuma');
						counter =document.searchform.city.length;
                          if (document.searchform.city.length > 28 )
					       {
							counter=document.searchform.city.length; 
							for (i=28;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					 

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Colorado") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Alamosa' ,'Alamosa');
							document.searchform.city.options[2] = new Option ('Arvada' ,'Arvada');
							document.searchform.city.options[3] = new Option ('Aspen' ,'Aspen');
							document.searchform.city.options[4] = new Option ('Aurora' ,'Aurora');
							document.searchform.city.options[5] = new Option ('Basalt' ,'Basalt');
							document.searchform.city.options[6] = new Option ('Black Hawk' ,'Black Hawk');
							document.searchform.city.options[7] = new Option ('Boulder' ,'Boulder');
							document.searchform.city.options[8] = new Option ('Breckenridge' ,'Breckenridge');
							document.searchform.city.options[9] = new Option ('Brighton' ,'Brighton');
							document.searchform.city.options[10] = new Option ('Broomfield' ,'Broomfield');
							document.searchform.city.options[11] = new Option ('Canon City' ,'Canon City');
							document.searchform.city.options[12] = new Option ('Carbondale' ,'Carbondale');
							document.searchform.city.options[13] = new Option ('Castle Rock' ,'Castle Rock');
							document.searchform.city.options[14] = new Option ('Central City' ,'Central City');
							document.searchform.city.options[15] = new Option ('Colorado City' ,'Colorado City');
							document.searchform.city.options[16] = new Option ('Colorado Springs' ,'Colorado Springs');
							document.searchform.city.options[17] = new Option ('Conifer' ,'Conifer');
							document.searchform.city.options[18] = new Option ('Cortez' ,'Cortez');
							document.searchform.city.options[19] = new Option ('Cripple Creek' ,'Cripple Creek');
							document.searchform.city.options[20] = new Option ('Denver' ,'Denver');
							document.searchform.city.options[21] = new Option ('Dillon' ,'Dillon');
							document.searchform.city.options[22] = new Option ('Durango' ,'Durango');
							document.searchform.city.options[23] = new Option ('Eagle' ,'Eagle');
							document.searchform.city.options[24] = new Option ('Edwards' ,'Edwards');
							document.searchform.city.options[25] = new Option ('Elizabeth' ,'Elizabeth');
							document.searchform.city.options[26] = new Option ('Englewood' ,'Englewood');
							document.searchform.city.options[27] = new Option ('Evergreen' ,'Evergreen');
							document.searchform.city.options[28] = new Option ('Fort Collins' ,'Fort Collins');
							document.searchform.city.options[29] = new Option ('Frisco' ,'Frisco');
							document.searchform.city.options[30] = new Option ('Glenwood Springs' ,'Glenwood Springs');
							document.searchform.city.options[31] = new Option ('Golden' ,'Golden');
							document.searchform.city.options[32] = new Option ('Grand Junction' ,'Grand Junction');
							document.searchform.city.options[33] = new Option ('Greeley' ,'Greeley');
							document.searchform.city.options[34] = new Option ('La Junta' ,'La Junta');
							document.searchform.city.options[35] = new Option ('Lakewood' ,'Lakewood');
							document.searchform.city.options[36] = new Option ('Lamar' ,'Lamar');
							document.searchform.city.options[37] = new Option ('Littleton' ,'Littleton');
							document.searchform.city.options[38] = new Option ('Longmont' ,'Longmont');
							document.searchform.city.options[39] = new Option ('Pueblo' ,'Pueblo');
							document.searchform.city.options[40] = new Option ('Salida' ,'Salida');
							document.searchform.city.options[41] = new Option ('Steamboat Springs' ,'Steamboat Springs');
							document.searchform.city.options[42] = new Option ('Sterling' ,'Sterling');
							document.searchform.city.options[43] = new Option ('Thornton' ,'Thornton');
							document.searchform.city.options[44] = new Option ('Trinidad' ,'Trinidad');
							document.searchform.city.options[45] = new Option ('Vail' ,'Vail');
							document.searchform.city.options[46] = new Option ('Westminster' ,'Westminster');
							document.searchform.city.options[47] = new Option ('Woodland Park' ,'Woodland Park');
							counter =document.searchform.city.length;
                          if (document.searchform.city.length > 48 )
					      {
						   counter=document.searchform.city.length; 
						   for (i=48;i<counter;i++)
						   { 
							 document.searchform.city.remove(i);
						   }
					      }   
						 
					   }
						 
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Connecticut") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Avon' ,'Avon');
							document.searchform.city.options[2] = new Option ('Bridgeport' ,'Bridgeport');
							document.searchform.city.options[3] = new Option ('Danbury' ,'Danbury');
							document.searchform.city.options[4] = new Option ('Fairfield' ,'Fairfield');
							document.searchform.city.options[5] = new Option ('Greenwich' ,'Greenwich');
							document.searchform.city.options[6] = new Option ('Groton' ,'Groton');
							document.searchform.city.options[7] = new Option ('Hartford' ,'Hartford');
							document.searchform.city.options[8] = new Option ('Manchester' ,'Manchester');
							document.searchform.city.options[9] = new Option ('Middletown' ,'Middletown');
							document.searchform.city.options[10] = new Option ('Milford' ,'Milford');
							document.searchform.city.options[11] = new Option ('New Britain' ,'New Britain');
							document.searchform.city.options[12] = new Option ('New Haven' ,'New Haven');
							document.searchform.city.options[13] = new Option ('New London' ,'New London');
							document.searchform.city.options[14] = new Option ('New Milford' ,'New Milford');
							document.searchform.city.options[15] = new Option ('Newington' ,'Newington');
							document.searchform.city.options[16] = new Option ('Norwalk' ,'Norwalk');
							document.searchform.city.options[17] = new Option ('Norwich' ,'Norwich');
							document.searchform.city.options[18] = new Option ('Old Lyme' ,'Old Lyme');
							document.searchform.city.options[19] = new Option ('Plainville' ,'Plainville');
							document.searchform.city.options[20] = new Option ('Ridgefield' ,'Ridgefield');
							document.searchform.city.options[21] = new Option ('Simsbury' ,'Simsbury');
							document.searchform.city.options[22] = new Option ('Stamford' ,'Stamford');
							document.searchform.city.options[23] = new Option ('Stratford' ,'Stratford');
							document.searchform.city.options[24] = new Option ('Torrington' ,'Torrington');
							document.searchform.city.options[25] = new Option ('Westport' ,'Westport');
							document.searchform.city.options[26] = new Option ('Waterbury' ,'Waterbury');
							document.searchform.city.options[27] = new Option ('West Hartford' ,'West Hartford');
							document.searchform.city.options[28] = new Option ('Wilton' ,'Wilton');
							document.searchform.city.options[29] = new Option ('Winsted' ,'Winsted');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 30 )
					        {
							 counter=document.searchform.city.length ;
							 for (i=30;i<counter;i++)
						     { 
							  document.searchform.city.remove(i);
						      }
					        }   
							
						}
						 
					  
 
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Florida") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Altamonte Springs' ,'Altamonte Springs');
							document.searchform.city.options[2] = new Option ('Aventura' ,'Aventura');
							document.searchform.city.options[3] = new Option ('Bartow' ,'Bartow');
							document.searchform.city.options[4] = new Option ('Boca Raton' ,'Boca Raton');
							document.searchform.city.options[5] = new Option ('Boynton Beach' ,'Boynton Beach');
							document.searchform.city.options[6] = new Option ('Bradenton' ,'Bradenton');
							document.searchform.city.options[7] = new Option ('Brandon' ,'Brandon');
							document.searchform.city.options[8] = new Option ('Cape Coral' ,'Cape Coral');
							document.searchform.city.options[9] = new Option ('Casselberry' ,'Casselberry');
							document.searchform.city.options[10] = new Option ('Clearwater' ,'Clearwater');
							document.searchform.city.options[11] = new Option ('Cocoa' ,'Cocoa');
							document.searchform.city.options[12] = new Option ('Cocoa Beach' ,'Cocoa Beach');
							document.searchform.city.options[13] = new Option ('Coconut Creek' ,'Coconut Creek');
							document.searchform.city.options[14] = new Option ('Cooper City' ,'Duval');
							document.searchform.city.options[15] = new Option ('Escambia' ,'Cooper City');
							document.searchform.city.options[16] = new Option ('Coral Gables' ,'Coral Gables');
							document.searchform.city.options[17] = new Option ('Coral Springs' ,'Coral Springs');
							document.searchform.city.options[18] = new Option ('Cutler Ridge' ,'Cutler Ridge');
							document.searchform.city.options[19] = new Option ('Cuttler Ridge' ,'Cuttler Ridge');
							document.searchform.city.options[20] = new Option ('Dade City' ,'Dade City');
							document.searchform.city.options[21] = new Option ('Dania' ,'Dania');
							document.searchform.city.options[22] = new Option ('Davie' ,'Davie');
							document.searchform.city.options[23] = new Option ('Daytona Beach' ,'Daytona Beach');
							document.searchform.city.options[24] = new Option ('De Bary' ,'De Bary');
							document.searchform.city.options[25] = new Option ('Deerfield Beach' ,'Deerfield Beach');
							document.searchform.city.options[26] = new Option ('Delray Beach' ,'Delray Beach');
							document.searchform.city.options[27] = new Option ('Deltona' ,'Deltona');
							document.searchform.city.options[28] = new Option ('Destin' ,'Destin');
							document.searchform.city.options[29] = new Option ('Eustis' ,'Eustis');
							document.searchform.city.options[30] = new Option ('Fern Park' ,'Fern Park');
							document.searchform.city.options[31] = new Option ('Fernandina Beach' ,'Fernandina Beach');
							document.searchform.city.options[32] = new Option ('Florida Keys' ,'Florida Keys');
							document.searchform.city.options[33] = new Option ('Fort Lauderdale' ,'Fort Lauderdale');
							document.searchform.city.options[34] = new Option ('Fort Myers' ,'Fort Myers');
							document.searchform.city.options[35] = new Option ('Fort Pierce' ,'Fort Pierce');
							document.searchform.city.options[36] = new Option ('Fort Walton Beach' ,'Fort Walton Beach');
							document.searchform.city.options[37] = new Option ('Gainesville' ,'Gainesville');
							document.searchform.city.options[38] = new Option ('Golden Beach' ,'Golden Beach');
							document.searchform.city.options[39] = new Option ('Hallandale Beach' ,'Hallandale Beach');
							document.searchform.city.options[40] = new Option ('Hialeah' ,'Hialeah');
							document.searchform.city.options[41] = new Option ('Highland Beach' ,'Highland Beach');
							document.searchform.city.options[42] = new Option ('Hollywood' ,'Hollywood');
							document.searchform.city.options[43] = new Option ('Homestead' ,'Homestead');
							document.searchform.city.options[44] = new Option ('Interlachen' ,'Interlachen');
							document.searchform.city.options[45] = new Option ('Inverness' ,'Inverness');
							document.searchform.city.options[46] = new Option ('Jacksonville' ,'Jacksonville');
							document.searchform.city.options[47] = new Option ('Jacksonville Beach' ,'Jacksonville Beach');
							document.searchform.city.options[48] = new Option ('Juno Beach' ,'Juno Beach');
							document.searchform.city.options[49] = new Option ('Jupiter' ,'Jupiter');
							document.searchform.city.options[50] = new Option ('Key Biscayne' ,'Key Biscayne');
							document.searchform.city.options[51] = new Option ('Key West' ,'Key West');
							document.searchform.city.options[52] = new Option ('Kissimmee' ,'Kissimmee');
							document.searchform.city.options[53] = new Option ('Lake Wales' ,'Lake Wales');
							document.searchform.city.options[54] = new Option ('Lake Worth' ,'Lake Worth');
							document.searchform.city.options[55] = new Option ('Lakeland' ,'Lakeland');
							document.searchform.city.options[56] = new Option ('Lantana' ,'Lantana');
							document.searchform.city.options[57] = new Option ('Leesburg' ,'Leesburg');
							document.searchform.city.options[58] = new Option ('Lighthouse Point' ,'Lighthouse Point');
							document.searchform.city.options[59] = new Option ('Longwood' ,'Longwood');
							document.searchform.city.options[60] = new Option ('Maitland' ,'Maitland');
							document.searchform.city.options[61] = new Option ('Marco Island' ,'Marco Island');
							document.searchform.city.options[62] = new Option ('Margate' ,'Margate');
							document.searchform.city.options[63] = new Option ('Melbourne' ,'Melbourne');
							document.searchform.city.options[64] = new Option ('Miami' ,'Miami');
							document.searchform.city.options[65] = new Option ('Miami Beach' ,'Miami Beach');
							document.searchform.city.options[66] = new Option ('Milton' ,'Milton');
							document.searchform.city.options[67] = new Option ('Miramar' ,'Miramar');
							document.searchform.city.options[68] = new Option ('Naples' ,'Naples');
							document.searchform.city.options[69] = new Option ('New Port Richey' ,'New Port Richey');
							document.searchform.city.options[70] = new Option ('North Miami' ,'North Miami');
							document.searchform.city.options[71] = new Option ('North Miami Beach' ,'North Miami Beach');
							document.searchform.city.options[72] = new Option ('North Palm Beach' ,'North Palm Beach');
							document.searchform.city.options[73] = new Option ('Ocala' ,'Ocala');
							document.searchform.city.options[74] = new Option ('Ocoee' ,'Ocoee');
							document.searchform.city.options[75] = new Option ('Okeechobee' ,'Okeechobee');
							document.searchform.city.options[76] = new Option ('Orange Park' ,'Orange Park');
							document.searchform.city.options[77] = new Option ('Orlando' ,'Orlando');
							document.searchform.city.options[78] = new Option ('Oviedo' ,'Oviedo');
							document.searchform.city.options[79] = new Option ('Palatka' ,'Palatka');
							document.searchform.city.options[80] = new Option ('Palm Bay' ,'Palm Bay');
							document.searchform.city.options[81] = new Option ('Palm Beach' ,'Palm Beach');
							document.searchform.city.options[82] = new Option ('Palm Beach Gardens' ,'Palm Beach Gardens');
							document.searchform.city.options[83] = new Option ('Palm Coast' ,'Palm Coast');
							document.searchform.city.options[84] = new Option ('Palm Harbor' ,'Palm Harbor');
							document.searchform.city.options[85] = new Option ('Palm Springs' ,'Palm Springs');
							document.searchform.city.options[86] = new Option ('Panama City' ,'Panama City');
							document.searchform.city.options[87] = new Option ('Parkland' ,'Parkland');
							document.searchform.city.options[88] = new Option ('Pembroke Pines' ,'Pembroke Pines');
							document.searchform.city.options[89] = new Option ('Pensacola' ,'Pensacola');
							document.searchform.city.options[90] = new Option ('Pinecrest' ,'Pinecrest');
							document.searchform.city.options[91] = new Option ('Plant City' ,'Plant City');
							document.searchform.city.options[92] = new Option ('Plantation' ,'Plantation');
							document.searchform.city.options[93] = new Option ('Pompano Beach' ,'Pompano Beach');
							document.searchform.city.options[94] = new Option ('Ponte Verdra Beach' ,'Ponte Verdra Beach');
							document.searchform.city.options[95] = new Option ('Port Canaveral' ,'Port Canaveral');
							document.searchform.city.options[96] = new Option ('Port Charlotte' ,'Port Charlotte');
							document.searchform.city.options[97] = new Option ('Port Orange' ,'Port Orange');
							document.searchform.city.options[98] = new Option ('Sanford' ,'Sanford');
							document.searchform.city.options[99] = new Option ('Sarasota' ,'Sarasota');
							document.searchform.city.options[100] = new Option ('Sebastian' ,'Sebastian');
							document.searchform.city.options[101] = new Option ('Sebring' ,'Sebring');
							document.searchform.city.options[102] = new Option ('Shalimar' ,'Shalimar');
							document.searchform.city.options[103] = new Option ('St. Augustine' ,'St. Augustine');
							document.searchform.city.options[104] = new Option ('St. Petersburg' ,'St. Petersburg');
							document.searchform.city.options[105] = new Option ('Stuart' ,'Stuart');
							document.searchform.city.options[106] = new Option ('Sunny Isles Beach' ,'Sunny Isles Beach');
							document.searchform.city.options[107] = new Option ('Sunrise' ,'Sunrise');
							document.searchform.city.options[108] = new Option ('Tallahassee' ,'Tallahassee');
							document.searchform.city.options[109] = new Option ('Tamarac' ,'Tamarac');
							document.searchform.city.options[110] = new Option ('Tampa' ,'Tampa');
							document.searchform.city.options[111] = new Option ('Tarpon Springs' ,'Tarpon Springs');
							document.searchform.city.options[112] = new Option ('Tavares' ,'Tavares');
							document.searchform.city.options[113] = new Option ('Titusville' ,'Titusville');
							document.searchform.city.options[114] = new Option ('Venice' ,'Venice');
							document.searchform.city.options[115] = new Option ('Vero Beach' ,'Vero Beach');
							document.searchform.city.options[116] = new Option ('Wellington' ,'Wellington');
							document.searchform.city.options[117] = new Option ('West Palm Beach' ,'West Palm Beach');
							document.searchform.city.options[118] = new Option ('Weston' ,'Weston');
							document.searchform.city.options[119] = new Option ('Wilton Manors' ,'Wilton Manors');
							document.searchform.city.options[120] = new Option ('Winter Gardens' ,'Winter Gardens');
							document.searchform.city.options[121] = new Option ('Winter Park' ,'Winter Park');
							document.searchform.city.options[122] = new Option ('Winter Springs' ,'Winter Springs');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 123 )
					       {
							counter=document.searchform.city.length; 
							for (i=123;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		
		
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Georgia") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Albany' ,'Albany');
							document.searchform.city.options[2] = new Option ('Alpharetta' ,'Alpharetta');
							document.searchform.city.options[3] = new Option ('Athens' ,'Athens');
							document.searchform.city.options[4] = new Option ('Atlanta' ,'Atlanta');
							document.searchform.city.options[5] = new Option ('Augusta' ,'Augusta');
							document.searchform.city.options[6] = new Option ('Austell' ,'Austell');
							document.searchform.city.options[7] = new Option ('Barnesville' ,'Barnesville');
							document.searchform.city.options[8] = new Option ('Brunswick' ,'Brunswick');
							document.searchform.city.options[9] = new Option ('Buford' ,'Buford');
							document.searchform.city.options[10] = new Option ('Canton' ,'Canton');
							document.searchform.city.options[11] = new Option ('Carrollton' ,'Carrollton');
							document.searchform.city.options[12] = new Option ('Cochran' ,'Cochran');
							document.searchform.city.options[13] = new Option ('College Park' ,'College Park');
							document.searchform.city.options[14] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[15] = new Option ('Dallas' ,'Dallas');
							document.searchform.city.options[16] = new Option ('Danielsville' ,'Danielsville');
							document.searchform.city.options[17] = new Option ('Decatur' ,'Decatur');
							document.searchform.city.options[18] = new Option ('Douglas' ,'Douglas');
							document.searchform.city.options[19] = new Option ('Douglasville' ,'Douglasville');
							document.searchform.city.options[20] = new Option ('Dunwoody' ,'Dunwoody');
							document.searchform.city.options[20] = new Option ('East Point, metro Atlanta' ,'East Point, metro Atlanta');
							document.searchform.city.options[21] = new Option ('Fayetteville' ,'Fayetteville');
							document.searchform.city.options[22] = new Option ('Gainesville' ,'Gainesville');
							document.searchform.city.options[23] = new Option ('Greensboro' ,'Greensboro');
							document.searchform.city.options[24] = new Option ('Griffin' ,'Griffin');
							document.searchform.city.options[25] = new Option ('Hinesville' ,'Hinesville');
							document.searchform.city.options[26] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[27] = new Option ('Jonesboro' ,'Jonesboro');
							document.searchform.city.options[28] = new Option ('Lagrange' ,'Lagrange');
							document.searchform.city.options[29] = new Option ('Lawrenceville' ,'Lawrenceville');
							document.searchform.city.options[30] = new Option ('Leesburg' ,'Leesburg');
							document.searchform.city.options[31] = new Option ('Lincolnton' ,'Lincolnton');
							document.searchform.city.options[32] = new Option ('Macon' ,'Macon');
							document.searchform.city.options[33] = new Option ('Manchester' ,'Manchester');
							document.searchform.city.options[34] = new Option ('Marietta' ,'Marietta');
							document.searchform.city.options[35] = new Option ('McDonough' ,'McDonough');
							document.searchform.city.options[36] = new Option ('Newnan' ,'Newnan');
							document.searchform.city.options[37] = new Option ('Norcross' ,'Norcross');
							document.searchform.city.options[38] = new Option ('Peachtree City' ,'Peachtree City');
							document.searchform.city.options[39] = new Option ('Powder Springs' ,'Powder Springs');
							document.searchform.city.options[40] = new Option ('Rossville' ,'Rossville');
							document.searchform.city.options[42] = new Option ('Roswell' ,'Roswell');
							document.searchform.city.options[41] = new Option ('Sandy Springs' ,'Sandy Springs');
							document.searchform.city.options[42] = new Option ('Savannah' ,'Savannah');
							document.searchform.city.options[43] = new Option ('Smyrna' ,'Smyrna');
							document.searchform.city.options[44] = new Option ('Stockbridge' ,'Stockbridge');
							document.searchform.city.options[45] = new Option ('Thomasville' ,'Thomasville');
							document.searchform.city.options[46] = new Option ('Tucker' ,'Tucker');
							document.searchform.city.options[47] = new Option ('Valdosta' ,'Valdosta');
							document.searchform.city.options[48] = new Option ('Vidalia' ,'Vidalia');
							document.searchform.city.options[49] = new Option ('Warner Robins' ,'Warner Robins');
							document.searchform.city.options[50] = new Option ('Washington' ,'Washington');
							document.searchform.city.options[51] = new Option ('Woodstock' ,'Woodstock');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 52 )
					       {
							counter=document.searchform.city.length; 
							for (i=52;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						
		
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Hawaii") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Hilo, Hawaii' ,'Hilo, Hawaii');
							document.searchform.city.options[2] = new Option ('Honolulu, Oahu' ,'Honolulu, Oahu');
							document.searchform.city.options[3] = new Option ('Kailua, Kona' ,'Kailua, Kona');
							document.searchform.city.options[4] = new Option ('Kihei, Maui' ,'Kihei, Maui');
							document.searchform.city.options[5] = new Option ('Kilauea, Kauai' ,'Kilauea, Kauai');
							document.searchform.city.options[6] = new Option ('Koloa, Kauai' ,'Koloa, Kauai');
							document.searchform.city.options[7] = new Option ('Lihue, Kauai' ,'Lihue, Kauai');
							document.searchform.city.options[8] = new Option ('Wailuku, Maui' ,'Wailuku, Maui');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 9 )
					       {
							counter=document.searchform.city.length; 
							for (i=9;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					 
	
		
						
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Iowa") 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Ames' ,'Ames');
							document.searchform.city.options[2] = new Option ('Bettendorf' ,'Bettendorf');
							document.searchform.city.options[3] = new Option ('Burlington' ,'Burlington');
							document.searchform.city.options[4] = new Option ('Cedar Rapids' ,'Cedar Rapids');
							document.searchform.city.options[5] = new Option ('Clinton' ,'Clinton');
							document.searchform.city.options[6] = new Option ('Coralville' ,'Coralville');
							document.searchform.city.options[7] = new Option ('Council Bluffs' ,'Council Bluffs');
							document.searchform.city.options[8] = new Option ('Davenport' ,'Davenport');
							document.searchform.city.options[9] = new Option ('Des Moines' ,'Des Moines');
							document.searchform.city.options[10] = new Option ('Dubuque' ,'Dubuque');
							document.searchform.city.options[11] = new Option ('Iowa City' ,'Iowa City');
							document.searchform.city.options[12] = new Option ('Johnston' ,'Johnston');
							document.searchform.city.options[13] = new Option ('Lowden' ,'Lowden');
							document.searchform.city.options[14] = new Option ('Muscatine' ,'Muscatine');
							document.searchform.city.options[15] = new Option ('Sioux City' ,'Sioux City');
							document.searchform.city.options[16] = new Option ('Spirit Lake' ,'Spirit Lake');
							document.searchform.city.options[17] = new Option ('Waterloo' ,'Waterloo');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 18 )
					       {
							counter=document.searchform.city.length; 
							for (i=18;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						

						 

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Arkansas") 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Arkadelphia' ,'Arkadelphia');
							document.searchform.city.options[2] = new Option ('Batesville' ,'Batesville');
							document.searchform.city.options[3] = new Option ('Benton' ,'Benton');
							document.searchform.city.options[4] = new Option ('Bentonville' ,'Bentonville');
							document.searchform.city.options[5] = new Option ('Blytheville' ,'Blytheville');
							document.searchform.city.options[6] = new Option ('Cabot' ,'Cabot');
							document.searchform.city.options[7] = new Option ('Camden' ,'Camden');
							document.searchform.city.options[8] = new Option ('Clarksville' ,'Clarksville');
							document.searchform.city.options[9] = new Option ('Conway' ,'Conway');
							document.searchform.city.options[10] = new Option ('Crossett' ,'Crossett');
							document.searchform.city.options[11] = new Option ('El Dorado' ,'El Dorado');
							document.searchform.city.options[12] = new Option ('Fayetteville' ,'Fayetteville');
							document.searchform.city.options[13] = new Option ('Forrest City' ,'Forrest City');
							document.searchform.city.options[14] = new Option ('Fort Smith' ,'Fort Smith');
							document.searchform.city.options[15] = new Option ('Harrisburg' ,'Harrisburg');
							document.searchform.city.options[16] = new Option ('Harrison' ,'Harrison');
							document.searchform.city.options[17] = new Option ('Helena' ,'Helena');
							document.searchform.city.options[18] = new Option ('Hot Springs' ,'Hot Springs');
							document.searchform.city.options[19] = new Option ('Jonesboro' ,'Jonesboro');
							document.searchform.city.options[20] = new Option ('Little Rock' ,'Little Rock');
							document.searchform.city.options[21] = new Option ('Magnolia' ,'Magnolia');
							document.searchform.city.options[22] = new Option ('Malvern' ,'Malvern');
							document.searchform.city.options[23] = new Option ('Marianna' ,'Marianna');
							document.searchform.city.options[24] = new Option ('Marion' ,'Marion');
							document.searchform.city.options[25] = new Option ('Morrilton' ,'Morrilton');
							document.searchform.city.options[26] = new Option ('North Little Rock' ,'North Little Rock');
							document.searchform.city.options[27] = new Option ('Pine Bluff' ,'Pine Bluff');
							document.searchform.city.options[28] = new Option ('Prairie Grove' ,'Prairie Grove');
							document.searchform.city.options[29] = new Option ('Rogers' ,'Rogers');
							document.searchform.city.options[30] = new Option ('Russellville' ,'Russellville');
							document.searchform.city.options[31] = new Option ('Sheridan' ,'Sheridan');
							document.searchform.city.options[32] = new Option ('Springdale' ,'Springdale');
							document.searchform.city.options[33] = new Option ('West Memphis' ,'West Memphis');
							counter =document.searchform.city.length;
                           if (document.searchform.city.length > 34 )
					       {

							counter=document.searchform.city.length; 
							for (i=34;i<counter;i++)
						   { 
							document.searchform.city.remove(i);
						    }
					      } 
						  
				  }
						 

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="California") 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Agoura Hills' ,'Agoura Hills');
							document.searchform.city.options[2] = new Option ('Alameda' ,'Alameda');
							document.searchform.city.options[3] = new Option ('Alhambra' ,'Alhambra');
							document.searchform.city.options[4] = new Option ('Anaheim' ,'Anaheim');
							document.searchform.city.options[5] = new Option ('Arcadia' ,'Arcadia');
							document.searchform.city.options[6] = new Option ('Bakersfield' ,'Bakersfield');
							document.searchform.city.options[7] = new Option ('Bel Air' ,'Bel Air');
							document.searchform.city.options[8] = new Option ('Bell' ,'Bell');
							document.searchform.city.options[9] = new Option ('Berkeley' ,'Berkeley');
							document.searchform.city.options[10] = new Option ('Beverly Hills' ,'Beverly Hills');
							document.searchform.city.options[11] = new Option ('Brentwood' ,'Brentwood');
							document.searchform.city.options[12] = new Option ('Buena Park' ,'Buena Park');
							document.searchform.city.options[13] = new Option ('Burbank' ,'Burbank');
							document.searchform.city.options[14] = new Option ('Burlingame' ,'Burlingame');
							document.searchform.city.options[15] = new Option ('Calabasas' ,'Calabasas');
							document.searchform.city.options[16] = new Option ('Canyon Country' ,'Canyon Country');
							document.searchform.city.options[17] = new Option ('Carlsbad' ,'Carlsbad');
							document.searchform.city.options[18] = new Option ('Carmichael' ,'Carmichael');
							document.searchform.city.options[19] = new Option ('Century City' ,'Century City');
							document.searchform.city.options[20] = new Option ('Cerritos' ,'Cerritos');
							document.searchform.city.options[21] = new Option ('Chino' ,'Chino');
							document.searchform.city.options[22] = new Option ('Chula Vista' ,'Chula Vista');
							document.searchform.city.options[23] = new Option ('Citrus Heights' ,'Citrus Heights');
							document.searchform.city.options[24] = new Option ('Concord' ,'Concord');
							document.searchform.city.options[25] = new Option ('Corona' ,'Corona');
							document.searchform.city.options[26] = new Option ('Costa Mesa' ,'Costa Mesa');
							document.searchform.city.options[27] = new Option ('Covina' ,'Covina');
							document.searchform.city.options[28] = new Option ('Culver City' ,'Culver City');
							document.searchform.city.options[29] = new Option ('Cupertino' ,'Cupertino');
							document.searchform.city.options[30] = new Option ('Cypress' ,'Cypress');
							document.searchform.city.options[31] = new Option ('Downey' ,'Downey');
							document.searchform.city.options[32] = new Option ('El Cajon' ,'El Cajon');
							document.searchform.city.options[33] = new Option ('Elk Grove' ,'Elk Grove');
							document.searchform.city.options[34] = new Option ('Encinitas' ,'Encinitas');
							document.searchform.city.options[35] = new Option ('Encino' ,'Encino');
							document.searchform.city.options[36] = new Option ('Escondido' ,'Escondido');
							document.searchform.city.options[37] = new Option ('Fairfield' ,'Fairfield');
							document.searchform.city.options[38] = new Option ('Folsom' ,'Folsom');
							document.searchform.city.options[39] = new Option ('Fontana' ,'Fontana');
							document.searchform.city.options[40] = new Option ('Fountain Valley' ,'Fountain Valley');
							document.searchform.city.options[41] = new Option ('Fremont' ,'Fremont');
							document.searchform.city.options[42] = new Option ('Fresno' ,'Fresno');
							document.searchform.city.options[43] = new Option ('Fullerton' ,'Fullerton');
							document.searchform.city.options[44] = new Option ('Garden Grove' ,'Garden Grove');
							document.searchform.city.options[45] = new Option ('Glendale' ,'Glendale');
							document.searchform.city.options[46] = new Option ('Hayward' ,'Hayward');
							document.searchform.city.options[47] = new Option ('Hemet' ,'Hemet');
							document.searchform.city.options[48] = new Option ('Huntington Beach' ,'Huntington Beach');
							document.searchform.city.options[49] = new Option ('Huntington Park' ,'Huntington Park');
							document.searchform.city.options[50] = new Option ('Irvine' ,'Irvine');
							document.searchform.city.options[51] = new Option ('La Jolla' ,'La Jolla');
							document.searchform.city.options[52] = new Option ('La Mesa' ,'La Mesa');
							document.searchform.city.options[53] = new Option ('La Mirada' ,'La Mirada');
							document.searchform.city.options[54] = new Option ('Laguna Hills' ,'Laguna Hills');
							document.searchform.city.options[55] = new Option ('Lakeport' ,'Lakeport');
							document.searchform.city.options[56] = new Option ('Lancaster' ,'Lancaster');
							document.searchform.city.options[57] = new Option ('Lodi' ,'Lodi');
							document.searchform.city.options[58] = new Option ('Long Beach' ,'Long Beach');
							document.searchform.city.options[59] = new Option ('Los Altos' ,'Los Altos');
							document.searchform.city.options[60] = new Option ('Los Angeles' ,'Los Angeles');
							document.searchform.city.options[61] = new Option ('Marina Del Rey' ,'Marina Del Rey');
							document.searchform.city.options[62] = new Option ('Martinez' ,'Martinez');
							document.searchform.city.options[63] = new Option ('Merced' ,'Merced');
							document.searchform.city.options[64] = new Option ('Mission Viejo' ,'Mission Viejo');
							document.searchform.city.options[65] = new Option ('Modesto' ,'Modesto');
							document.searchform.city.options[66] = new Option ('Monterey' ,'Monterey');
							document.searchform.city.options[67] = new Option ('Needles' ,'Needles');	
							document.searchform.city.options[68] = new Option ('Newport Beach' ,'Newport Beach');
							document.searchform.city.options[69] = new Option ('North Hollywood' ,'North Hollywood');
							document.searchform.city.options[70] = new Option ('Northridge' ,'Northridge');
							document.searchform.city.options[71] = new Option ('Norwalk' ,'Norwalk');
							document.searchform.city.options[72] = new Option ('Novato' ,'Novato');
							document.searchform.city.options[73] = new Option ('Oakland' ,'Oakland');
							document.searchform.city.options[74] = new Option ('Oceanside' ,'Oceanside');
							document.searchform.city.options[75] = new Option ('Ontario' ,'Ontario');
							document.searchform.city.options[76] = new Option ('Orange' ,'Orange');
							document.searchform.city.options[77] = new Option ('Oregon House' ,'Oregon House');	
							document.searchform.city.options[78] = new Option ('Oxnard' ,'Oxnard');
							document.searchform.city.options[79] = new Option ('Pacific Palisades' ,'Pacific Palisades');
							document.searchform.city.options[80] = new Option ('Palm Springs' ,'Palm Springs');
							document.searchform.city.options[81] = new Option ('Palmdale' ,'Palmdale');
							document.searchform.city.options[82] = new Option ('Palo Alto' ,'Palo Alto');
							document.searchform.city.options[83] = new Option ('Pasadena' ,'Pasadena');
							document.searchform.city.options[84] = new Option ('Placerville' ,'Placerville');
							document.searchform.city.options[85] = new Option ('Pleasant Hill' ,'Pleasant Hill');
							document.searchform.city.options[86] = new Option ('Pleasanton' ,'Pleasanton');				
							document.searchform.city.options[87] = new Option ('Pomona' ,'Pomona');		
							document.searchform.city.options[88] = new Option ('Rancho Cucamonga' ,'Rancho Cucamonga');
							document.searchform.city.options[89] = new Option ('Rancho Santa Fe' ,'Rancho Santa Fe');
							document.searchform.city.options[90] = new Option ('Rancho Santa Margarita' ,'Rancho Santa Margarita');
							document.searchform.city.options[91] = new Option ('Redding' ,'Redding');	
							document.searchform.city.options[92] = new Option ('Redlands' ,'Redlands');	
							document.searchform.city.options[93] = new Option ('Redwood City' ,'Redwood City');
							document.searchform.city.options[94] = new Option ('Richmond' ,'Richmond');
							document.searchform.city.options[95] = new Option ('Riverside' ,'Riverside');
							document.searchform.city.options[96] = new Option ('Roseville' ,'Roseville');
							document.searchform.city.options[97] = new Option ('Sacramento' ,'Sacramento');
							document.searchform.city.options[98] = new Option ('San Bernardino' ,'San Bernardino');
							document.searchform.city.options[99] = new Option ('San Clemente' ,'San Clemente');
							document.searchform.city.options[100] = new Option ('San Diego' ,'San Diego');
							document.searchform.city.options[101] = new Option ('San Francisco' ,'San Francisco');
							document.searchform.city.options[102] = new Option ('San Jose' ,'San Jose');				
							document.searchform.city.options[103] = new Option ('San Mateo' ,'San Mateo');		
							document.searchform.city.options[104] = new Option ('San Pedro' ,'San Pedro');
							document.searchform.city.options[105] = new Option ('San Rafael' ,'San Rafael');		
							document.searchform.city.options[106] = new Option ('San Ramon' ,'San Ramon');	
							document.searchform.city.options[107] = new Option ('Santa Ana' ,'Santa Ana');
							document.searchform.city.options[108] = new Option ('Santa Barbara' ,'Santa Barbara');
							document.searchform.city.options[109] = new Option ('Santa Clara' ,'Santa Clara');
							document.searchform.city.options[110] = new Option ('Santa Clarita' ,'Santa Clarita');
							document.searchform.city.options[111] = new Option ('Santa Monica' ,'Santa Monica');
							document.searchform.city.options[112] = new Option ('Santa Rosa' ,'Santa Rosa');
							document.searchform.city.options[113] = new Option ('Sherman Oaks' ,'Sherman Oaks');
							document.searchform.city.options[114] = new Option ('Simi Valley' ,'Simi Valley');
							document.searchform.city.options[115] = new Option ('Solana Beach' ,'Solana Beach');
							document.searchform.city.options[116] = new Option ('Sonoma' ,'Sonoma');
							document.searchform.city.options[117] = new Option ('Soquel' ,'Soquel');
							document.searchform.city.options[118] = new Option ('South Gate' ,'South Gate');
							document.searchform.city.options[119] = new Option ('Stockton' ,'Stockton');
							document.searchform.city.options[120] = new Option ('Studio City' ,'Studio City');
							document.searchform.city.options[121] = new Option ('Sunnyvale' ,'Sunnyvale');
							document.searchform.city.options[122] = new Option ('Tarzana' ,'Tarzana');
							document.searchform.city.options[123] = new Option ('Temecula' ,'Temecula');
							document.searchform.city.options[124] = new Option ('Thousand Oaks' ,'Thousand Oaks');
							document.searchform.city.options[125] = new Option ('Torrance' ,'Torrance');
							document.searchform.city.options[126] = new Option ('Tulare' ,'Tulare');
							document.searchform.city.options[127] = new Option ('Tustin' ,'Tustin');
							document.searchform.city.options[128] = new Option ('Valencia' ,'Valencia');
							document.searchform.city.options[129] = new Option ('Vallejo' ,'Vallejo');
							document.searchform.city.options[130] = new Option ('Van Nuys' ,'Van Nuys');
							document.searchform.city.options[131] = new Option ('Ventura' ,'Ventura');
							document.searchform.city.options[132] = new Option ('Victorville' ,'Victorville');
							document.searchform.city.options[133] = new Option ('Visalia' ,'Visalia');
							document.searchform.city.options[134] = new Option ('Vista' ,'Vista');
							document.searchform.city.options[135] = new Option ('Walnut Creek' ,'Walnut Creek');
							document.searchform.city.options[136] = new Option ('West Covina' ,'West Covina');
							document.searchform.city.options[137] = new Option ('West Hollywood' ,'West Hollywood');
							document.searchform.city.options[138] = new Option ('Westlake Village' ,'Westlake Village');
							document.searchform.city.options[139] = new Option ('Westminster' ,'Westminster');
							document.searchform.city.options[140] = new Option ('Whittier' ,'Whittier');
							document.searchform.city.options[141] = new Option ('Woodland' ,'Woodland');
							document.searchform.city.options[142] = new Option ('Woodland Hills' ,'Woodland Hills');
							document.searchform.city.options[143] = new Option ('Yreka' ,'Yreka');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 144 )
					       {
							counter=document.searchform.city.length; 
							for (i=144;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
										  



if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Idaho") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Boise' ,'Boise');
							document.searchform.city.options[2] = new Option ('Coeur  Alene' ,'Coeur  Alene');
							document.searchform.city.options[3] = new Option ('Lewiston' ,'Lewiston');
							document.searchform.city.options[4] = new Option ('Mountain Home' ,'Mountain Home');
							document.searchform.city.options[5] = new Option ('Pocatello' ,'Pocatello');
						
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 6 )
					       {
							counter=document.searchform.city.length; 
							for (i=6;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Illinois") // new codeIndiana
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Algonquin' ,'Algonquin');
							document.searchform.city.options[2] = new Option ('Alton' ,'Alton');
							document.searchform.city.options[3] = new Option ('Antioch' ,'Antioch');
							document.searchform.city.options[4] = new Option ('Arlington' ,'Arlington');
							document.searchform.city.options[5] = new Option ('Arlington Heights' ,'Arlington Heights');
							document.searchform.city.options[6] = new Option ('Aurora' ,'Aurora');
							document.searchform.city.options[7] = new Option ('Barrington' ,'Barrington');
							document.searchform.city.options[8] = new Option ('Bartlett' ,'Bartlett');
							document.searchform.city.options[9] = new Option ('Belleville' ,'Belleville');
							document.searchform.city.options[10] = new Option ('Bensenville' ,'Bensenville');
							document.searchform.city.options[11] = new Option ('Bloomington' ,'Bloomington');
							document.searchform.city.options[12] = new Option ('Buffalo Grove' ,'Buffalo Grove');
							document.searchform.city.options[13] = new Option ('Cabery' ,'Cabery');
							document.searchform.city.options[14] = new Option ('Carbondale' ,'Carbondale');
							document.searchform.city.options[15] = new Option ('Carlinville' ,'Carlinville');
							document.searchform.city.options[16] = new Option ('Carol Stream' ,'Carol Stream');
							document.searchform.city.options[17] = new Option ('Centralia' ,'Centralia');
							document.searchform.city.options[18] = new Option ('Champaign' ,'Champaign');
							document.searchform.city.options[19] = new Option ('Charleston' ,'Charleston');
							document.searchform.city.options[20] = new Option ('Chicago' ,'Chicago');
							document.searchform.city.options[21] = new Option ('Cicero' ,'Cicero');
							document.searchform.city.options[22] = new Option ('Clinton' ,'Clinton');
							document.searchform.city.options[23] = new Option ('Danville' ,'Danville');
							document.searchform.city.options[24] = new Option ('Decatur' ,'Decatur');
							document.searchform.city.options[25] = new Option ('Deerfield' ,'Deerfield');
							document.searchform.city.options[26] = new Option ('Des Plaines' ,'Des Plaines');
							document.searchform.city.options[27] = new Option ('Downers Grove' ,'Downers Grove');
							document.searchform.city.options[28] = new Option ('Dundee' ,'Dundee');
							document.searchform.city.options[29] = new Option ('East St. Louis' ,'East St. Louis');
							document.searchform.city.options[30] = new Option ('Edwardsville' ,'Edwardsville');
							document.searchform.city.options[31] = new Option ('Effingham' ,'Effingham');
							document.searchform.city.options[32] = new Option ('Elgin' ,'Elgin');
							document.searchform.city.options[33] = new Option ('Elk Grove' ,'Elk Grove');
							document.searchform.city.options[34] = new Option ('Elmhurst' ,'Elmhurst');
							document.searchform.city.options[35] = new Option ('Eureka' ,'Eureka');
							document.searchform.city.options[36] = new Option ('Evanston' ,'Evanston');
							document.searchform.city.options[37] = new Option ('Frankfort' ,'Frankfort');
							document.searchform.city.options[38] = new Option ('Freeport' ,'Freeport');
							document.searchform.city.options[39] = new Option ('Galesburg' ,'Galesburg');
							document.searchform.city.options[40] = new Option ('Geneseo' ,'Geneseo');
							document.searchform.city.options[41] = new Option ('Geneva' ,'Geneva');
							document.searchform.city.options[42] = new Option ('Glencoe' ,'Glencoe');
							document.searchform.city.options[43] = new Option ('Glenview' ,'Glenview');
							document.searchform.city.options[44] = new Option ('Godfrey' ,'Godfrey');
							document.searchform.city.options[45] = new Option ('Granite City' ,'Granite City');
							document.searchform.city.options[46] = new Option ('Grayslake' ,'Grayslake');
							document.searchform.city.options[47] = new Option ('Gurnee' ,'Gurnee');
							document.searchform.city.options[48] = new Option ('Hickory Hills' ,'Hickory Hills');
							document.searchform.city.options[49] = new Option ('Hoffman Estates' ,'Hoffman Estates');
							document.searchform.city.options[50] = new Option ('Joliet' ,'Joliet');
							document.searchform.city.options[51] = new Option ('Kenilworth' ,'Kenilworth');
							document.searchform.city.options[52] = new Option ('La Grange' ,'La Grange');
							document.searchform.city.options[53] = new Option ('Lake Bluff' ,'Lake Bluff');
							document.searchform.city.options[54] = new Option ('Lake Villa' ,'Lake Villa');
							document.searchform.city.options[55] = new Option ('Libertyville' ,'Libertyville');
							document.searchform.city.options[56] = new Option ('Lincolnwood' ,'Lincolnwood');
							document.searchform.city.options[57] = new Option ('Macomb' ,'Macomb');
							document.searchform.city.options[58] = new Option ('Marengo' ,'Marengo');
							document.searchform.city.options[59] = new Option ('Marion' ,'Marion');
							document.searchform.city.options[60] = new Option ('Moline' ,'Moline');
							document.searchform.city.options[61] = new Option ('Mount Vernon' ,'Mount Vernon');
							document.searchform.city.options[62] = new Option ('Mundelein' ,'Mundelein');
							document.searchform.city.options[63] = new Option ('Naperville' ,'Naperville');
							document.searchform.city.options[64] = new Option ('Niles' ,'Niles');
							document.searchform.city.options[65] = new Option ('Normal' ,'Normal');
							document.searchform.city.options[66] = new Option ('Northbrook' ,'Northbrook');
							document.searchform.city.options[67] = new Option ('Oak Brook' ,'Oak Brook');	
							document.searchform.city.options[68] = new Option ('Oak Forest' ,'Oak Forest');
							document.searchform.city.options[69] = new Option ('Oak Lawn' ,'Oak Lawn');
							document.searchform.city.options[70] = new Option ('Oak Park' ,'Oak Park');
							document.searchform.city.options[71] = new Option ('Oakbrook Terrace' ,'Oakbrook Terrace');
							document.searchform.city.options[72] = new Option ('Oswego' ,'Oswego');
							document.searchform.city.options[73] = new Option ('Palatine' ,'Palatine');
							document.searchform.city.options[74] = new Option ('Park Ridge' ,'Park Ridge');
							document.searchform.city.options[75] = new Option ('Pekin' ,'Pekin');
							document.searchform.city.options[76] = new Option ('Peoria' ,'Peoria');
							document.searchform.city.options[77] = new Option ('Peru' ,'Peru');	
							document.searchform.city.options[78] = new Option ('Pontiac' ,'Pontiac');
							document.searchform.city.options[79] = new Option ('Quincy' ,'Quincy');
							document.searchform.city.options[80] = new Option ('River Grove' ,'River Grove');
							document.searchform.city.options[81] = new Option ('Rock Falls' ,'Rock Falls');
							document.searchform.city.options[82] = new Option ('Rock Island' ,'Rock Island');
							document.searchform.city.options[83] = new Option ('Rockford' ,'Rockford');
							document.searchform.city.options[84] = new Option ('Roselle' ,'Roselle');
							document.searchform.city.options[85] = new Option ('Roseville' ,'Roseville');
							document.searchform.city.options[86] = new Option ('Schaumburg' ,'Schaumburg');
							document.searchform.city.options[87] = new Option ('Shelbyville' ,'Shelbyville');				
							document.searchform.city.options[88] = new Option ('Skokie' ,'Skokie');		
							document.searchform.city.options[89] = new Option ('South Holland' ,'South Holland');
							document.searchform.city.options[90] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[91] = new Option ('St. Charles' ,'St. Charles');
							document.searchform.city.options[92] = new Option ('Sterling' ,'Sterling');	
							document.searchform.city.options[93] = new Option ('Sycamore' ,'Sycamore');
							document.searchform.city.options[94] = new Option ('Urbana' ,'Urbana');
							document.searchform.city.options[95] = new Option ('Wauconda' ,'Wauconda');
							document.searchform.city.options[96] = new Option ('Waukegan' ,'Waukegan');
							document.searchform.city.options[97] = new Option ('Wheaton' ,'Wheaton');
							document.searchform.city.options[98] = new Option ('Wheeling' ,'Wheeling');
							document.searchform.city.options[99] = new Option ('Wilmette' ,'Wilmette');
							document.searchform.city.options[100] = new Option ('Winnetka' ,'Winnetka');
							document.searchform.city.options[101] = new Option ('Winthrop Harbor' ,'Winthrop Harbor');				
							document.searchform.city.options[102] = new Option ('Wood River' ,'Wood River');	
							counter =document.searchform.city.length;
                           if (document.searchform.city.length > 103 )
					       {
							counter=document.searchform.city.length; 
							for (i=103;i<counter;i++)
						   { 
							document.searchform.city.remove(i);
						    }
					      } 
						  
				  }
				
				
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Indiana") // new code
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Angola' ,'Angola');
							document.searchform.city.options[2] = new Option ('Auburn' ,'Auburn');
							document.searchform.city.options[3] = new Option ('Bloomington' ,'Bloomington');
							document.searchform.city.options[4] = new Option ('Carmel' ,'Carmel');
							document.searchform.city.options[5] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[6] = new Option ('Evansville' ,'Evansville');
							document.searchform.city.options[7] = new Option ('Fort Wayne' ,'Fort Wayne');
							document.searchform.city.options[8] = new Option ('Frankfort' ,'Frankfort');
							document.searchform.city.options[9] = new Option ('Franklin' ,'Franklin');
							document.searchform.city.options[10] = new Option ('Gary' ,'Gary');
							document.searchform.city.options[11] = new Option ('Greenfield' ,'Greenfield');
							document.searchform.city.options[12] = new Option ('Indianapolis' ,'Indianapolis');
							document.searchform.city.options[13] = new Option ('Kendallville' ,'Kendallville');
							document.searchform.city.options[14] = new Option ('Lafayette' ,'Lafayette');
							document.searchform.city.options[15] = new Option ('Lagrange' ,'Lagrange');
							document.searchform.city.options[16] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[17] = new Option ('Merrillville' ,'Merrillville');
							document.searchform.city.options[18] = new Option ('New Albany' ,'New Albany');
							document.searchform.city.options[19] = new Option ('Rushville' ,'Rushville');
							document.searchform.city.options[20] = new Option ('Shelbyville' ,'Shelbyville');
							document.searchform.city.options[21] = new Option ('Terre Haute' ,'Terre Haute');
							document.searchform.city.options[22] = new Option ('Valparaiso' ,'Valparaiso');
							document.searchform.city.options[23] = new Option ('Warsaw' ,'Warsaw');
							counter =document.searchform.city.length;
                           if (document.searchform.city.length > 24 )
					       {
							counter=document.searchform.city.length; 
							for (i=24;i<counter;i++)
						   { 
							document.searchform.city.remove(i);
						    }
					      } 
						  
				  }
						
						
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Kansas") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Emporia' ,'Emporia');
							document.searchform.city.options[2] = new Option ('Hugoton' ,'Hugoton');
							document.searchform.city.options[3] = new Option ('Kansas City' ,'Kansas City');
							document.searchform.city.options[4] = new Option ('Lawrence' ,'Lawrence');
							document.searchform.city.options[5] = new Option ('Leawood' ,'Leawood');
							document.searchform.city.options[6] = new Option ('Manhattan' ,'Manhattan');
							document.searchform.city.options[7] = new Option ('Olathe' ,'Olathe');
							document.searchform.city.options[8] = new Option ('Overland Park' ,'Overland Park');
							document.searchform.city.options[9] = new Option ('Ozawkie' ,'Ozawkie');
							document.searchform.city.options[10] = new Option ('Pittsburg' ,'Pittsburg');
							document.searchform.city.options[11] = new Option ('Pratt' ,'Pratt');
							document.searchform.city.options[12] = new Option ('Salina' ,'Salina');
							document.searchform.city.options[13] = new Option ('Shawnee Mission' ,'Shawnee Mission');
							document.searchform.city.options[14] = new Option ('Topeka' ,'Topeka');
							document.searchform.city.options[15] = new Option ('Wichita' ,'Wichita');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 16 )
					       {
							counter=document.searchform.city.length; 
							for (i=16;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						
					
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Kentucky") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Ashland' ,'Ashland');
							document.searchform.city.options[2] = new Option ('Barbourville' ,'Barbourville');
							document.searchform.city.options[3] = new Option ('Berea' ,'Berea');
							document.searchform.city.options[4] = new Option ('Bowling Green' ,'Bowling Green');
							document.searchform.city.options[5] = new Option ('Brandenburg' ,'Brandenburg');
							document.searchform.city.options[6] = new Option ('Cadiz' ,'Cadiz');
							document.searchform.city.options[7] = new Option ('Carrollton' ,'Carrollton');
							document.searchform.city.options[8] = new Option ('Covington' ,'Covington');
							document.searchform.city.options[9] = new Option ('Elizabethtown' ,'Elizabethtown');
							document.searchform.city.options[10] = new Option ('Frankfort' ,'Frankfort');
							document.searchform.city.options[11] = new Option ('Glasgow' ,'Glasgow');
							document.searchform.city.options[12] = new Option ('Harlan' ,'Harlan');
							document.searchform.city.options[13] = new Option ('Hazard' ,'Hazard');
							document.searchform.city.options[14] = new Option ('Hindman' ,'Hindman');
							document.searchform.city.options[15] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[16] = new Option ('London' ,'London');
							document.searchform.city.options[17] = new Option ('Louisville' ,'Louisville');
							document.searchform.city.options[18] = new Option ('Madisonville' ,'Madisonville');
							document.searchform.city.options[19] = new Option ('Mc Kee' ,'Mc Kee');
							document.searchform.city.options[20] = new Option ('Morehead' ,'Morehead');
							document.searchform.city.options[21] = new Option ('Mount Sterling' ,'Mount Sterling');
							document.searchform.city.options[22] = new Option ('Mount Vernon' ,'Mount Vernon');
							document.searchform.city.options[23] = new Option ('Newport' ,'Newport');
							document.searchform.city.options[24] = new Option ('Owensboro' ,'Owensboro');
							document.searchform.city.options[25] = new Option ('Owingsville' ,'Owingsville');
							document.searchform.city.options[26] = new Option ('Paducah' ,'Paducah');
							document.searchform.city.options[27] = new Option ('Prestonsburg' ,'Prestonsburg');
							document.searchform.city.options[28] = new Option ('Richmond' ,'Richmond');
							document.searchform.city.options[29] = new Option ('Shelbyville' ,'Shelbyville');
							document.searchform.city.options[30] = new Option ('Shepherdsville' ,'Shepherdsville');
							document.searchform.city.options[31] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[32] = new Option ('Taylorsville' ,'Taylorsville');
							document.searchform.city.options[33] = new Option ('Tompkinsville' ,'Tompkinsville');
							document.searchform.city.options[34] = new Option ('Williamsburg' ,'Williamsburg');
							document.searchform.city.options[35] = new Option ('Winchester' ,'Winchester');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 36 )
					       {
							counter=document.searchform.city.length; 
							for (i=36;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						
		
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Louisiana") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Alexandria' ,'Alexandria');
							document.searchform.city.options[2] = new Option ('Amite' ,'Amite');
							document.searchform.city.options[3] = new Option ('Baton Rouge' ,'Baton Rouge');
							document.searchform.city.options[4] = new Option ('Belle Chasse' ,'Belle Chasse');
							document.searchform.city.options[5] = new Option ('Bossier City' ,'Bossier City');
							document.searchform.city.options[6] = new Option ('Chalmette' ,'Chalmette');
							document.searchform.city.options[7] = new Option ('Columbia' ,'Columbia');
							document.searchform.city.options[8] = new Option ('Covington' ,'Covington');
							document.searchform.city.options[9] = new Option ('Crowley' ,'Crowley');
							document.searchform.city.options[10] = new Option ('Denham Springs' ,'Denham Springs');
							document.searchform.city.options[11] = new Option ('Eunice' ,'Eunice');
							document.searchform.city.options[12] = new Option ('Farmerville' ,'Farmerville');
							document.searchform.city.options[13] = new Option ('Franklington' ,'Franklington');
							document.searchform.city.options[14] = new Option ('Gonzales' ,'Gonzales');
							document.searchform.city.options[15] = new Option ('Gretna' ,'Gretna');
							document.searchform.city.options[16] = new Option ('Hammond' ,'Hammond');
							document.searchform.city.options[17] = new Option ('Houma' ,'Houma');
							document.searchform.city.options[18] = new Option ('Lafayette' ,'Lafayette');
							document.searchform.city.options[19] = new Option ('Lake Charles' ,'Lake Charles');
							document.searchform.city.options[20] = new Option ('Livingston' ,'Livingston');
							document.searchform.city.options[21] = new Option ('Mandeville' ,'Mandeville');
							document.searchform.city.options[22] = new Option ('Marksville' ,'Marksville');
							document.searchform.city.options[23] = new Option ('Metairie' ,'Metairie');
							document.searchform.city.options[24] = new Option ('Minden' ,'Minden');
							document.searchform.city.options[25] = new Option ('Monroe' ,'Monroe');
							document.searchform.city.options[26] = new Option ('Morgan City' ,'Morgan City');
							document.searchform.city.options[27] = new Option ('Napoleanville' ,'Napoleanville');
							document.searchform.city.options[28] = new Option ('Natchitoches' ,'Natchitoches');
							document.searchform.city.options[29] = new Option ('New Iberia' ,'New Iberia');
							document.searchform.city.options[30] = new Option ('New Orleans' ,'New Orleans');
							document.searchform.city.options[31] = new Option ('Opelousas' ,'Opelousas');
							document.searchform.city.options[32] = new Option ('Ruston' ,'Ruston');
							document.searchform.city.options[33] = new Option ('Shreveport' ,'Shreveport');
							document.searchform.city.options[34] = new Option ('Slidell' ,'Slidell');
							document.searchform.city.options[35] = new Option ('Ville Platte' ,'Ville Platte');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 36 )
					       {
							counter=document.searchform.city.length; 
							for (i=36;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
						
						
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Massachusetts") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Boston' ,'Boston');
							document.searchform.city.options[2] = new Option ('Braintree' ,'Braintree');
							document.searchform.city.options[3] = new Option ('Brockton' ,'Brockton');
							document.searchform.city.options[4] = new Option ('Brookline' ,'Brookline');
							document.searchform.city.options[5] = new Option ('Burlington' ,'Burlington');
							document.searchform.city.options[6] = new Option ('Cambridge' ,'Cambridge');
							document.searchform.city.options[7] = new Option ('Concord' ,'Concord');
							document.searchform.city.options[8] = new Option ('Dedham' ,'Dedham');
							document.searchform.city.options[9] = new Option ('Duxbury' ,'Duxbury');
							document.searchform.city.options[10] = new Option ('Everett' ,'Everett');
							document.searchform.city.options[11] = new Option ('Fitchburg' ,'Fitchburg');
							document.searchform.city.options[12] = new Option ('Framingham' ,'Framingham');
							document.searchform.city.options[13] = new Option ('Greenfield' ,'Greenfield');
							document.searchform.city.options[14] = new Option ('Hanover' ,'Hanover');
							document.searchform.city.options[15] = new Option ('Haverhill' ,'Haverhill');
							document.searchform.city.options[16] = new Option ('Hingham' ,'Hingham');
							document.searchform.city.options[17] = new Option ('Holyoke' ,'Holyoke');
							document.searchform.city.options[18] = new Option ('Kingston' ,'Kingston');
							document.searchform.city.options[19] = new Option ('Leominster' ,'Leominster');
							document.searchform.city.options[20] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[21] = new Option ('Lynn' ,'Lynn');
							document.searchform.city.options[22] = new Option ('Malden' ,'Malden');
							document.searchform.city.options[23] = new Option ('Mansfield' ,'Mansfield');
							document.searchform.city.options[24] = new Option ('Marblehead' ,'Marblehead');
							document.searchform.city.options[25] = new Option ('Marlborough' ,'Marlborough');
							document.searchform.city.options[26] = new Option ('Marshfield' ,'Marshfield');
							document.searchform.city.options[27] = new Option ('Middleboro' ,'Middleboro');
							document.searchform.city.options[28] = new Option ('Milford' ,'Milford');
							document.searchform.city.options[29] = new Option ('Natick' ,'Natick');
							document.searchform.city.options[30] = new Option ('Needham' ,'Needham');
							document.searchform.city.options[31] = new Option ('Newburyport' ,'Newburyport');
							document.searchform.city.options[32] = new Option ('Newton' ,'Newton');
							document.searchform.city.options[33] = new Option ('Newtonville' ,'Newtonville');
							document.searchform.city.options[34] = new Option ('North Andover' ,'North Andover');
							document.searchform.city.options[35] = new Option ('Northampton' ,'Northampton');
							document.searchform.city.options[36] = new Option ('Norwell' ,'Norwell');
							document.searchform.city.options[37] = new Option ('Peabody' ,'Peabody');
							document.searchform.city.options[38] = new Option ('Pembroke' ,'Pembroke');
							document.searchform.city.options[39] = new Option ('Plymouth' ,'Plymouth');
							document.searchform.city.options[40] = new Option ('Quincy' ,'Quincy');
							document.searchform.city.options[41] = new Option ('Raynham' ,'Raynham');
							document.searchform.city.options[42] = new Option ('Salem' ,'Salem');
							document.searchform.city.options[43] = new Option ('Somerville' ,'Somerville');
							document.searchform.city.options[44] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[45] = new Option ('Taunton' ,'Taunton');
							document.searchform.city.options[46] = new Option ('Wakefield' ,'Wakefield');
							document.searchform.city.options[47] = new Option ('Waltham' ,'Waltham');
							document.searchform.city.options[48] = new Option ('Wellesley' ,'Wellesley');
							document.searchform.city.options[49] = new Option ('Westford' ,'Westford');
							document.searchform.city.options[50] = new Option ('Weymouth' ,'Weymouth');
							document.searchform.city.options[51] = new Option ('Wilmington' ,'Wilmington');
							document.searchform.city.options[52] = new Option ('Worcester' ,'Worcester');
							document.searchform.city.options[53] = new Option ('Wrentham' ,'Wrentham');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 54 )
					       {
							counter=document.searchform.city.length; 
							for (i=54;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Maryland") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Annapolis' ,'Annapolis');
							document.searchform.city.options[2] = new Option ('Baltimore' ,'Baltimore');
							document.searchform.city.options[3] = new Option ('Bel Air' ,'Bel Air');
							document.searchform.city.options[4] = new Option ('Berlin' ,'Berlin');
							document.searchform.city.options[5] = new Option ('Bethesda' ,'Bethesda');
							document.searchform.city.options[6] = new Option ('Bowie' ,'Bowie');
							document.searchform.city.options[7] = new Option ('Centreville' ,'Centreville');
							document.searchform.city.options[8] = new Option ('Chevy Chase' ,'Chevy Chase');
							document.searchform.city.options[9] = new Option ('Cockeysville' ,'Cockeysville');
							document.searchform.city.options[10] = new Option ('Columbia' ,'Columbia');
							document.searchform.city.options[11] = new Option ('Easton' ,'Easton');
							document.searchform.city.options[12] = new Option ('Elkton' ,'Elkton');
							document.searchform.city.options[13] = new Option ('Ellicott City' ,'Ellicott City');
							document.searchform.city.options[14] = new Option ('Gaithersburg' ,'Gaithersburg');
							document.searchform.city.options[15] = new Option ('Greenbelt' ,'Greenbelt');
							document.searchform.city.options[16] = new Option ('Hyattsville' ,'Hyattsville');
							document.searchform.city.options[17] = new Option ('La Plata' ,'La Plata');
							document.searchform.city.options[18] = new Option ('Lanham' ,'Lanham');
							document.searchform.city.options[19] = new Option ('Largo' ,'Largo');
							document.searchform.city.options[20] = new Option ('Laurel' ,'Laurel');
							document.searchform.city.options[21] = new Option ('Ocean City' ,'Ocean City');
							document.searchform.city.options[22] = new Option ('Owings Mills' ,'Owings Mills');
							document.searchform.city.options[23] = new Option ('Oxon Hill' ,'Oxon Hill');
							document.searchform.city.options[24] = new Option ('Pocomoke City' ,'Pocomoke City');
							document.searchform.city.options[25] = new Option ('Prince Fredrick' ,'Prince Fredrick');
							document.searchform.city.options[26] = new Option ('Princess Anne' ,'Princess Anne');
							document.searchform.city.options[27] = new Option ('Rockville' ,'Rockville');
							document.searchform.city.options[28] = new Option ('Salisbury' ,'Salisbury');
							document.searchform.city.options[29] = new Option ('Seabrook' ,'Seabrook');
							document.searchform.city.options[30] = new Option ('Silver Spring' ,'Silver Spring');
							document.searchform.city.options[31] = new Option ('Sparks Glencoe' ,'Sparks Glencoe');
							document.searchform.city.options[32] = new Option ('Timonium' ,'Timonium');
							document.searchform.city.options[33] = new Option ('Towson' ,'Towson');
							document.searchform.city.options[34] = new Option ('Upper Marlboro' ,'Upper Marlboro');
							document.searchform.city.options[35] = new Option ('Waldorf' ,'Waldorf');
							document.searchform.city.options[36] = new Option ('Westminster' ,'Westminster');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 37 )
					       {
							counter=document.searchform.city.length; 
							for (i=37;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Maine") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Auburn' ,'Auburn');
							document.searchform.city.options[2] = new Option ('Augusta' ,'Augusta');
							document.searchform.city.options[3] = new Option ('Bangor' ,'Bangor');
							document.searchform.city.options[4] = new Option ('Bath' ,'Bath');
							document.searchform.city.options[5] = new Option ('Belfast' ,'Belfast');
							document.searchform.city.options[6] = new Option ('Brewer' ,'Brewer');
							document.searchform.city.options[7] = new Option ('Bucksport' ,'Bucksport');
							document.searchform.city.options[8] = new Option ('Eastport' ,'Eastport');
							document.searchform.city.options[9] = new Option ('Ellsworth' ,'Ellsworth');
							document.searchform.city.options[10] = new Option ('Farmington' ,'Farmington');
							document.searchform.city.options[11] = new Option ('Fryeburg' ,'Fryeburg');
							document.searchform.city.options[12] = new Option ('Gorham' ,'Gorham');
							document.searchform.city.options[13] = new Option ('Kennebunk' ,'Kennebunk');
							document.searchform.city.options[14] = new Option ('Lewiston' ,'Lewiston');
							document.searchform.city.options[15] = new Option ('Orono' ,'Orono');
							document.searchform.city.options[16] = new Option ('Portland' ,'Portland');
							document.searchform.city.options[17] = new Option ('Rockland' ,'Rockland');
							document.searchform.city.options[18] = new Option ('Rockport' ,'Rockport');
							document.searchform.city.options[19] = new Option ('Rumford' ,'Rumford');
							document.searchform.city.options[20] = new Option ('Saco' ,'Saco');
							document.searchform.city.options[21] = new Option ('Sanford' ,'Sanford');
							document.searchform.city.options[22] = new Option ('Skowhegan' ,'Skowhegan');
							document.searchform.city.options[23] = new Option ('Wells' ,'Wells');
							document.searchform.city.options[24] = new Option ('Winthrop' ,'Winthrop');
							document.searchform.city.options[25] = new Option ('York' ,'York');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 26 )
					       {
							counter=document.searchform.city.length; 
							for (i=26;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
	
				 
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Michigan") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Allegan' ,'Allegan');
							document.searchform.city.options[2] = new Option ('Alpena' ,'Alpena');
							document.searchform.city.options[3] = new Option ('Ann Arbor' ,'Ann Arbor');
							document.searchform.city.options[4] = new Option ('Battle Creek' ,'Battle Creek');
							document.searchform.city.options[5] = new Option ('Belleville' ,'Belleville');
							document.searchform.city.options[6] = new Option ('Big Rapids' ,'Big Rapids');
							document.searchform.city.options[7] = new Option ('Bingham Farms' ,'Bingham Farms');
							document.searchform.city.options[8] = new Option ('Birmingham' ,'Birmingham');
							document.searchform.city.options[9] = new Option ('Bloomfield' ,'Bloomfield');
							document.searchform.city.options[10] = new Option ('Bloomfield Hills' ,'Bloomfield Hills');
							document.searchform.city.options[11] = new Option ('Canton' ,'Canton');
							document.searchform.city.options[12] = new Option ('Channing' ,'Channing');
							document.searchform.city.options[13] = new Option ('Clare' ,'Clare');
							document.searchform.city.options[14] = new Option ('Clarkston' ,'Clarkston');
							document.searchform.city.options[15] = new Option ('Clinton' ,'Clinton');
							document.searchform.city.options[16] = new Option ('Davison' ,'Davison');
							document.searchform.city.options[17] = new Option ('Dearborn' ,'Dearborn');
							document.searchform.city.options[18] = new Option ('Dearborn Heights' ,'Dearborn Heights');
							document.searchform.city.options[19] = new Option ('Detroit' ,'Detroit');
							document.searchform.city.options[20] = new Option ('Douglas' ,'Douglas');
							document.searchform.city.options[21] = new Option ('East Lansing' ,'East Lansing');
							document.searchform.city.options[22] = new Option ('Escanaba' ,'Escanaba');
							document.searchform.city.options[23] = new Option ('Farmington' ,'Farmington');
							document.searchform.city.options[24] = new Option ('Farmington Hills' ,'Farmington Hills');
							document.searchform.city.options[25] = new Option ('Flint' ,'Flint');
							document.searchform.city.options[26] = new Option ('Gaylord' ,'Gaylord');
							document.searchform.city.options[27] = new Option ('Grand Blanc' ,'Grand Blanc');
							document.searchform.city.options[28] = new Option ('Grand Haven' ,'Grand Haven');
							document.searchform.city.options[29] = new Option ('Grand Rapids' ,'Grand Rapids');
							document.searchform.city.options[30] = new Option ('Grosse Pointe' ,'Grosse Pointe');
							document.searchform.city.options[31] = new Option ('Grosse Pointe Farms' ,'Grosse Pointe Farms');
							document.searchform.city.options[32] = new Option ('Holland' ,'Holland');
							document.searchform.city.options[33] = new Option ('Howell' ,'Howell');
							document.searchform.city.options[34] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[35] = new Option ('Kalamazoo' ,'Kalamazoo');
							document.searchform.city.options[36] = new Option ('Lansing' ,'Lansing');
							document.searchform.city.options[37] = new Option ('Livonia' ,'Livonia');
							document.searchform.city.options[38] = new Option ('Ludington' ,'Ludington');
							document.searchform.city.options[39] = new Option ('Madison Heights' ,'Madison Heights');
							document.searchform.city.options[40] = new Option ('Marquette' ,'Marquette');
							document.searchform.city.options[41] = new Option ('Midland' ,'Midland');
							document.searchform.city.options[42] = new Option ('Monroe' ,'Monroe');
							document.searchform.city.options[43] = new Option ('Mount Clemens' ,'Mount Clemens');
							document.searchform.city.options[44] = new Option ('Muskegon' ,'Muskegon');
							document.searchform.city.options[45] = new Option ('Northville' ,'Northville');
							document.searchform.city.options[46] = new Option ('Novi' ,'Novi');
							document.searchform.city.options[47] = new Option ('Paw Paw' ,'Paw Paw');
							document.searchform.city.options[48] = new Option ('Plymouth' ,'Plymouth');
							document.searchform.city.options[49] = new Option ('Port Huron' ,'Port Huron');
							document.searchform.city.options[50] = new Option ('Rochester' ,'Rochester');
							document.searchform.city.options[51] = new Option ('Rochester Hills' ,'Rochester Hills');
							document.searchform.city.options[52] = new Option ('Royal Oak' ,'Royal Oak');
							document.searchform.city.options[53] = new Option ('Saginaw' ,'Saginaw');
							document.searchform.city.options[54] = new Option ('Saugatuck' ,'Saugatuck');
							document.searchform.city.options[55] = new Option ('Shelby Township' ,'Shelby Township');
							document.searchform.city.options[56] = new Option ('South Haven' ,'South Haven');
							document.searchform.city.options[57] = new Option ('Southfield' ,'Southfield');
							document.searchform.city.options[58] = new Option ('St. Clair Shores' ,'St. Clair Shores');
							document.searchform.city.options[59] = new Option ('St. Joseph' ,'St. Joseph');
							document.searchform.city.options[60] = new Option ('Sterling Heights' ,'Sterling Heights');
							document.searchform.city.options[61] = new Option ('Traverse City' ,'Traverse City');
							document.searchform.city.options[62] = new Option ('Troy' ,'Troy');
							document.searchform.city.options[63] = new Option ('Warren' ,'Warren');
							document.searchform.city.options[64] = new Option ('Waterford' ,'Waterford');
							document.searchform.city.options[65] = new Option ('West Bloomfield' ,'West Bloomfield');
							document.searchform.city.options[66] = new Option ('Westland' ,'Westland');
							document.searchform.city.options[67] = new Option ('Ypsilanti' ,'Ypsilanti');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 68 )
					       {
							counter=document.searchform.city.length; 
							for (i=68;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Minnesota") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Alexandria' ,'Alexandria');
							document.searchform.city.options[2] = new Option ('Anoka' ,'Anoka');
							document.searchform.city.options[3] = new Option ('Austin' ,'Austin');
							document.searchform.city.options[4] = new Option ('Buffalo' ,'Buffalo');
							document.searchform.city.options[5] = new Option ('Chanhassen' ,'Chanhassen');
							document.searchform.city.options[6] = new Option ('Eagan' ,'Eagan');
							document.searchform.city.options[7] = new Option ('Eden Prairie' ,'Eden Prairie');
							document.searchform.city.options[8] = new Option ('Elk River' ,'Elk River');
							document.searchform.city.options[9] = new Option ('Fergus Falls' ,'Fergus Falls');
							document.searchform.city.options[10] = new Option ('Hastings' ,'Hastings');
							document.searchform.city.options[11] = new Option ('Minneapolis' ,'Minneapolis');
							document.searchform.city.options[12] = new Option ('Minnetonka' ,'Minnetonka');
							document.searchform.city.options[13] = new Option ('Oakdale' ,'Oakdale');
							document.searchform.city.options[14] = new Option ('Rochester' ,'Rochester');
							document.searchform.city.options[15] = new Option ('Roseville' ,'Roseville');
							document.searchform.city.options[16] = new Option ('Shakopee' ,'Shakopee');
							document.searchform.city.options[17] = new Option ('St. Charles' ,'St. Charles');
							document.searchform.city.options[18] = new Option ('St. Cloud' ,'St. Cloud');
							document.searchform.city.options[19] = new Option ('St. Paul' ,'St. Paul');
							document.searchform.city.options[20] = new Option ('Stillwater' ,'Stillwater');
							document.searchform.city.options[21] = new Option ('Wayzata' ,'Wayzata');
							document.searchform.city.options[22] = new Option ('Willmar' ,'Willmar');
							document.searchform.city.options[23] = new Option ('Winona' ,'Winona');
							document.searchform.city.options[24] = new Option ('Woodbury' ,'Woodbury');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 25 )
					       {
							counter=document.searchform.city.length; 
							for (i=25;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
					


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Missouri") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Alton' ,'Alton');
							document.searchform.city.options[2] = new Option ('Booneville' ,'Booneville');
							document.searchform.city.options[3] = new Option ('Branson' ,'Branson');
							document.searchform.city.options[4] = new Option ('Brentwood' ,'Brentwood');
							document.searchform.city.options[5] = new Option ('Cape Girardeau' ,'Cape Girardeau');
							document.searchform.city.options[6] = new Option ('Carrollton' ,'Carrollton');
							document.searchform.city.options[7] = new Option ('Cassville' ,'Cassville');
							document.searchform.city.options[8] = new Option ('Chesterfield' ,'Chesterfield');
							document.searchform.city.options[9] = new Option ('Clayton' ,'Clayton');
							document.searchform.city.options[10] = new Option ('Clinton' ,'Clinton');
							document.searchform.city.options[11] = new Option ('Columbia' ,'Columbia');
							document.searchform.city.options[12] = new Option ('Farmington' ,'Farmington');
							document.searchform.city.options[13] = new Option ('Fulton' ,'Fulton');
							document.searchform.city.options[14] = new Option ('Hillsboro' ,'Hillsboro');
							document.searchform.city.options[15] = new Option ('Independence' ,'Independence');
							document.searchform.city.options[16] = new Option ('Jefferson City' ,'Jefferson City');
							document.searchform.city.options[17] = new Option ('Joplin' ,'Joplin');
							document.searchform.city.options[18] = new Option ('Kansas City' ,'Kansas City');
							document.searchform.city.options[19] = new Option ('Lake Ozark' ,'Lake Ozark');
							document.searchform.city.options[20] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[21] = new Option ('Liberty' ,'Liberty');
							document.searchform.city.options[22] = new Option ('Mexico' ,'Mexico');
							document.searchform.city.options[23] = new Option ('Mountain Grove' ,'Mountain Grove');
							document.searchform.city.options[24] = new Option ('Nevada' ,'Nevada');
							document.searchform.city.options[25] = new Option ('OFallon' ,'OFallon');
							document.searchform.city.options[26] = new Option ('Osage Beach' ,'Osage Beach');
							document.searchform.city.options[27] = new Option ('Piedmont' ,'Piedmont');
							document.searchform.city.options[28] = new Option ('Platte City' ,'Platte City');
							document.searchform.city.options[29] = new Option ('Poplar Bluff' ,'Poplar Bluff');
							document.searchform.city.options[30] = new Option ('Raymore' ,'Raymore');
							document.searchform.city.options[31] = new Option ('Sedalia' ,'Sedalia');
							document.searchform.city.options[32] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[33] = new Option ('St. Charles' ,'St. Charles');
							document.searchform.city.options[34] = new Option ('St. Joseph' ,'St. Joseph');
							document.searchform.city.options[35] = new Option ('St. Louis' ,'St. Louis');
							document.searchform.city.options[36] = new Option ('Troy' ,'Troy');
							document.searchform.city.options[37] = new Option ('Warrensburg' ,'Warrensburg');
							document.searchform.city.options[38] = new Option ('Warsaw' ,'Warsaw');
							document.searchform.city.options[39] = new Option ('West Plains' ,'West Plains');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 40 )
					       {
							counter=document.searchform.city.length; 
							for (i=40;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
				

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Mississippi") // new code   
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Batesville' ,'Batesville');
							document.searchform.city.options[2] = new Option ('Biloxi' ,'Biloxi');
							document.searchform.city.options[3] = new Option ('Booneville' ,'Booneville');
							document.searchform.city.options[4] = new Option ('Brookhaven' ,'Brookhaven');
							document.searchform.city.options[5] = new Option ('Bruce' ,'Bruce');
							document.searchform.city.options[6] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[7] = new Option ('Grenada' ,'Grenada');
							document.searchform.city.options[8] = new Option ('Gulfport' ,'Gulfport');
							document.searchform.city.options[9] = new Option ('Hattiesburg' ,'Hattiesburg');
							document.searchform.city.options[10] = new Option ('Hernando' ,'Hernando');
							document.searchform.city.options[11] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[12] = new Option ('Kosciusko' ,'Kosciusko');
							document.searchform.city.options[13] = new Option ('Laurel' ,'Laurel');
							document.searchform.city.options[14] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[15] = new Option ('Natchez' ,'Natchez');
							document.searchform.city.options[16] = new Option ('Ocean Springs' ,'Ocean Springs');
							document.searchform.city.options[17] = new Option ('Olive Branch' ,'Olive Branch');
							document.searchform.city.options[18] = new Option ('Pascagoula' ,'Pascagoula');
							document.searchform.city.options[19] = new Option ('Southaven' ,'Southaven');
							document.searchform.city.options[20] = new Option ('Vicksburg' ,'Vicksburg');
							document.searchform.city.options[21] = new Option ('Waynesboro' ,'Waynesboro');
							
							
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 22 )
					       {
							counter=document.searchform.city.length; 
							for (i=22;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
				

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Montana") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Billings' ,'Billings');
							document.searchform.city.options[2] = new Option ('Bozeman' ,'Bozeman');
							document.searchform.city.options[3] = new Option ('Butte' ,'Butte');
							document.searchform.city.options[4] = new Option ('Great Falls' ,'Great Falls');
							document.searchform.city.options[5] = new Option ('Hamilton' ,'Hamilton');
							document.searchform.city.options[6] = new Option ('Helena' ,'Helena');
							document.searchform.city.options[7] = new Option ('Kalispell' ,'Kalispell');
							document.searchform.city.options[8] = new Option ('Livingston' ,'Livingston');
							document.searchform.city.options[9] = new Option ('Missoula' ,'Missoula');
							document.searchform.city.options[10] = new Option ('Whitefish' ,'Whitefish');
							
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 11 )
					       {
							counter=document.searchform.city.length; 
							for (i=11;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}

				

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="North Carolina") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Asheville' ,'Asheville');
							document.searchform.city.options[2] = new Option ('Charlotte' ,'Charlotte');
							document.searchform.city.options[3] = new Option ('Concord' ,'Concord');
							document.searchform.city.options[4] = new Option ('Durham' ,'Durham');
							document.searchform.city.options[5] = new Option ('Fayetteville' ,'Fayetteville');
							document.searchform.city.options[6] = new Option ('Greensboro' ,'Greensboro');
							document.searchform.city.options[7] = new Option ('Greenville' ,'Greenville');
							document.searchform.city.options[8] = new Option ('Hendersonville' ,'Hendersonville');
							document.searchform.city.options[9] = new Option ('High Point' ,'High Point');
							document.searchform.city.options[10] = new Option ('Kernersville' ,'Kernersville');
							document.searchform.city.options[11] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[12] = new Option ('Lumberton' ,'Lumberton');
							document.searchform.city.options[13] = new Option ('New Bern' ,'New Bern');
							document.searchform.city.options[14] = new Option ('Newport' ,'Newport');
							document.searchform.city.options[15] = new Option ('Raeford' ,'Raeford');
							document.searchform.city.options[16] = new Option ('Raleigh' ,'Raleigh');
							document.searchform.city.options[17] = new Option ('Rocky Mount' ,'Rocky Mount');
							document.searchform.city.options[18] = new Option ('Rutherfordton' ,'Rutherfordton');
							document.searchform.city.options[19] = new Option ('Statesville' ,'Statesville');
							document.searchform.city.options[20] = new Option ('Taylorsville' ,'Taylorsville');
							document.searchform.city.options[21] = new Option ('Wilmington' ,'Wilmington');
							document.searchform.city.options[22] = new Option ('Winston Salem' ,'Winston Salem');
							document.searchform.city.options[23] = new Option ('Yanceyville' ,'Yanceyville');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 24 )
					       {
							counter=document.searchform.city.length; 
							for (i=24;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="North Dakota") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Bismarck' ,'Bismarck');
							document.searchform.city.options[2] = new Option ('Dickinson' ,'Dickinson');
							document.searchform.city.options[3] = new Option ('Fargo' ,'Fargo');
							document.searchform.city.options[4] = new Option ('Grand Forks' ,'Grand Forks');
							document.searchform.city.options[5] = new Option ('Minot' ,'Minot');
							document.searchform.city.options[6] = new Option ('Watford City' ,'Watford City');
							document.searchform.city.options[7] = new Option ('Williston' ,'Williston');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 8 )
					       {
							counter=document.searchform.city.length; 
							for (i=8;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Nebraska") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Arapahoe' ,'Arapahoe');
							document.searchform.city.options[2] = new Option ('Aurora' ,'Aurora');
							document.searchform.city.options[3] = new Option ('Bellevue' ,'Bellevue');
							document.searchform.city.options[4] = new Option ('Chadron' ,'Chadron');
							document.searchform.city.options[5] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[6] = new Option ('Grand Island' ,'Grand Island');
							document.searchform.city.options[7] = new Option ('Hastings' ,'Hastings');
							document.searchform.city.options[8] = new Option ('Holdrege' ,'Holdrege');
							document.searchform.city.options[9] = new Option ('Kearney' ,'Kearney');
							document.searchform.city.options[10] = new Option ('Lincoln' ,'Lincoln');
							document.searchform.city.options[11] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[12] = new Option ('Nebraska City' ,'Nebraska City');
							document.searchform.city.options[13] = new Option ('Norfolk' ,'Norfolk');
							document.searchform.city.options[14] = new Option ('Omaha' ,'Omaha');
							document.searchform.city.options[15] = new Option ('Scottsbluff' ,'Scottsbluff');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 16 )
					       {
							counter=document.searchform.city.length; 
							for (i=16;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="New Hampshire") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Amherst' ,'Amherst');
							document.searchform.city.options[2] = new Option ('Concord' ,'Concord');
							document.searchform.city.options[3] = new Option ('Dover' ,'Dover');
							document.searchform.city.options[4] = new Option ('Hillsboro' ,'Hillsboro');
							document.searchform.city.options[5] = new Option ('Keene' ,'Keene');
							document.searchform.city.options[6] = new Option ('Laconia' ,'Laconia');
							document.searchform.city.options[7] = new Option ('Lebanon' ,'Lebanon');
							document.searchform.city.options[8] = new Option ('Londonderry' ,'Londonderry');
							document.searchform.city.options[9] = new Option ('Manchester' ,'Manchester');
							document.searchform.city.options[10] = new Option ('Nashua' ,'Nashua');
							document.searchform.city.options[11] = new Option ('Newfields' ,'Newfields');
							document.searchform.city.options[12] = new Option ('Newport' ,'Newport');
							document.searchform.city.options[13] = new Option ('Orford' ,'Orford');
							document.searchform.city.options[14] = new Option ('Plymouth' ,'Plymouth');
							document.searchform.city.options[15] = new Option ('Portsmouth' ,'Portsmouth');
							document.searchform.city.options[16] = new Option ('Rochester' ,'Rochester');
							document.searchform.city.options[17] = new Option ('Salem' ,'Salem');
							document.searchform.city.options[18] = new Option ('Somersworth' ,'Somersworth');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 19 )
					       {
							counter=document.searchform.city.length; 
							for (i=19;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
							
		
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="New Jersey") // new code 
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Absecon' ,'Absecon');
							document.searchform.city.options[2] = new Option ('Atlantic City' ,'Atlantic City');
							document.searchform.city.options[3] = new Option ('Audubon' ,'Audubon');
							document.searchform.city.options[4] = new Option ('Barnegat' ,'Barnegat');
							document.searchform.city.options[5] = new Option ('Bloomfield' ,'Bloomfield');
							document.searchform.city.options[6] = new Option ('Brick' ,'Brick');
							document.searchform.city.options[7] = new Option ('Burlington' ,'Burlington');
							document.searchform.city.options[8] = new Option ('Camden' ,'Camden');
							document.searchform.city.options[9] = new Option ('Cape May' ,'Cape May');
							document.searchform.city.options[10] = new Option ('Chatham' ,'Chatham');
							document.searchform.city.options[11] = new Option ('Cherry Hill' ,'Cherry Hill');
							document.searchform.city.options[12] = new Option ('Chester' ,'Chester');
							document.searchform.city.options[13] = new Option ('Clifton' ,'Clifton');
							document.searchform.city.options[14] = new Option ('Clinton' ,'Clinton');
							document.searchform.city.options[15] = new Option ('Denville' ,'Denville');
							document.searchform.city.options[16] = new Option ('Dover' ,'Dover');
							document.searchform.city.options[17] = new Option ('East Brunswick' ,'East Brunswick');
							document.searchform.city.options[18] = new Option ('Edison' ,'Edison');
							document.searchform.city.options[19] = new Option ('Elizabeth' ,'Elizabeth');
							document.searchform.city.options[20] = new Option ('Florham Park' ,'Florham Park');
							document.searchform.city.options[21] = new Option ('Fort Lee' ,'Fort Lee');
							document.searchform.city.options[22] = new Option ('Freehold Borough' ,'Freehold Borough');
							document.searchform.city.options[23] = new Option ('Glen Rock' ,'Glen Rock');
							document.searchform.city.options[24] = new Option ('Hackensack' ,'Hackensack');
							document.searchform.city.options[25] = new Option ('Haddon Heights' ,'Haddon Heights');
							document.searchform.city.options[26] = new Option ('Haddonfield' ,'Haddonfield');
							document.searchform.city.options[27] = new Option ('Hasbrouck Heights' ,'Hasbrouck Heights');
							document.searchform.city.options[28] = new Option ('Hoboken' ,'Hoboken');
							document.searchform.city.options[29] = new Option ('Hope' ,'Hope');
							document.searchform.city.options[30] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[31] = new Option ('Jersey City' ,'Jersey City');
							document.searchform.city.options[32] = new Option ('Kearny' ,'Kearny');
							document.searchform.city.options[33] = new Option ('Lakewood' ,'Lakewood');
							document.searchform.city.options[34] = new Option ('Lincoln Park' ,'Lincoln Park');
							document.searchform.city.options[35] = new Option ('Livingston' ,'Livingston');
							document.searchform.city.options[36] = new Option ('Long Branch' ,'Long Branch');
							document.searchform.city.options[37] = new Option ('Long Valley' ,'Long Valley');
							document.searchform.city.options[38] = new Option ('Lyndhurst' ,'Lyndhurst');
							document.searchform.city.options[39] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[40] = new Option ('Marlton' ,'Marlton');
							document.searchform.city.options[41] = new Option ('Medford' ,'Medford');
							document.searchform.city.options[42] = new Option ('Metuchen' ,'Metuchen');
							document.searchform.city.options[43] = new Option ('Montville' ,'Montville');
							document.searchform.city.options[44] = new Option ('Moorestown' ,'Moorestown');
							document.searchform.city.options[45] = new Option ('Morristown' ,'Morristown');
							document.searchform.city.options[46] = new Option ('Mount Laurel' ,'Mount Laurel');
							document.searchform.city.options[47] = new Option ('Mount Olive' ,'Mount Olive');
							document.searchform.city.options[48] = new Option ('New Brunswick' ,'New Brunswick');
							document.searchform.city.options[49] = new Option ('New Jersey' ,'New Jersey');
							document.searchform.city.options[50] = new Option ('Newark' ,'Newark');
							document.searchform.city.options[51] = new Option ('North Arlington' ,'North Arlington');
							document.searchform.city.options[52] = new Option ('Northfield' ,'Northfield');
							document.searchform.city.options[53] = new Option ('Ocean' ,'Ocean');
							document.searchform.city.options[54] = new Option ('Oradell' ,'Oradell');
							document.searchform.city.options[55] = new Option ('Paramus' ,'Paramus');
							document.searchform.city.options[56] = new Option ('Parsippany' ,'Parsippany');
							document.searchform.city.options[57] = new Option ('Passaic' ,'Passaic');
							document.searchform.city.options[58] = new Option ('Paterson' ,'Paterson');
							document.searchform.city.options[59] = new Option ('Pennington' ,'Pennington');
							document.searchform.city.options[60] = new Option ('Piscataway' ,'Piscataway');
							document.searchform.city.options[61] = new Option ('Princeton' ,'Princeton');
							document.searchform.city.options[62] = new Option ('Randolph' ,'Randolph');
							document.searchform.city.options[63] = new Option ('Red Bank' ,'Red Bank');
							document.searchform.city.options[64] = new Option ('Ridgewood' ,'Ridgewood');
							document.searchform.city.options[65] = new Option ('Roxbury' ,'Roxbury');
							document.searchform.city.options[66] = new Option ('Rutherford' ,'Rutherford');
							document.searchform.city.options[67] = new Option ('Sandy Hook' ,'Sandy Hook');
							document.searchform.city.options[68] = new Option ('Short Hills' ,'Short Hills');
							document.searchform.city.options[69] = new Option ('Somerville' ,'Somerville');
							document.searchform.city.options[70] = new Option ('South Plainfield' ,'South Plainfield');
							document.searchform.city.options[71] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[72] = new Option ('Succasunna' ,'Succasunna');
							document.searchform.city.options[73] = new Option ('Summit' ,'Summit');
							document.searchform.city.options[74] = new Option ('Teaneck' ,'Teaneck');
							document.searchform.city.options[75] = new Option ('Toms River' ,'Toms River');
							document.searchform.city.options[76] = new Option ('Trenton' ,'Trenton');
							document.searchform.city.options[77] = new Option ('Turnersville' ,'Turnersville');
							document.searchform.city.options[78] = new Option ('Voorhees' ,'Voorhees');
							document.searchform.city.options[79] = new Option ('West Atlantic City' ,'West Atlantic City');
							document.searchform.city.options[80] = new Option ('West New York' ,'West New York');
							document.searchform.city.options[81] = new Option ('West Orange' ,'West Orange');
							document.searchform.city.options[82] = new Option ('Westmont' ,'Westmont');
							document.searchform.city.options[83] = new Option ('Whitehouse' ,'Whitehouse');
							document.searchform.city.options[84] = new Option ('Wildwood' ,'Wildwood');
							document.searchform.city.options[85] = new Option ('Woodbridge' ,'Woodbridge');
							document.searchform.city.options[86] = new Option ('Woodbury' ,'Woodbury');
							document.searchform.city.options[87] = new Option ('Wrightstown' ,'Wrightstown');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 88 )
					       {
							counter=document.searchform.city.length; 
							for (i=88;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
							
		
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="New Mexico") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Alamogordo' ,'Alamogordo');
							document.searchform.city.options[2] = new Option ('Albuquerque' ,'Albuquerque');
							document.searchform.city.options[3] = new Option ('Belen' ,'Belen');
							document.searchform.city.options[4] = new Option ('Carlsbad' ,'Carlsbad');
							document.searchform.city.options[5] = new Option ('Clovis' ,'Clovis');
							document.searchform.city.options[6] = new Option ('Deming' ,'Deming');
							document.searchform.city.options[7] = new Option ('Espanola' ,'Espanola');
							document.searchform.city.options[8] = new Option ('Farmington' ,'Farmington');
							document.searchform.city.options[9] = new Option ('Gallup' ,'Gallup');
							document.searchform.city.options[10] = new Option ('Hobbs' ,'Hobbs');
							document.searchform.city.options[11] = new Option ('Las Cruces' ,'Las Cruces');
							document.searchform.city.options[12] = new Option ('Las Vegas' ,'Las Vegas');
							document.searchform.city.options[13] = new Option ('Los Lunas' ,'Los Lunas');
							document.searchform.city.options[14] = new Option ('Moriarty' ,'Moriarty');
							document.searchform.city.options[15] = new Option ('Roswell' ,'Roswell');
							document.searchform.city.options[16] = new Option ('Ruidoso' ,'Ruidoso');
							document.searchform.city.options[17] = new Option ('Santa Fe' ,'Santa Fe');
							document.searchform.city.options[18] = new Option ('Silver City' ,'Silver City');
							document.searchform.city.options[19] = new Option ('Taos' ,'Taos');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 20 )
					       {
							counter=document.searchform.city.length; 
							for (i=20;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Nevada") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Battle Mountain' ,'Battle Mountain');
							document.searchform.city.options[2] = new Option ('Carson City' ,'Carson City');
							document.searchform.city.options[3] = new Option ('Dayton' ,'Dayton');
							document.searchform.city.options[4] = new Option ('Elko' ,'Elko');
							document.searchform.city.options[5] = new Option ('Ely' ,'Ely');
							document.searchform.city.options[6] = new Option ('Eureka' ,'Eureka');
							document.searchform.city.options[7] = new Option ('Fallon' ,'Fallon');
							document.searchform.city.options[8] = new Option ('Fernley' ,'Fernley');
							document.searchform.city.options[9] = new Option ('Goldfield' ,'Goldfield');
							document.searchform.city.options[10] = new Option ('Hawthorne' ,'Hawthorne');
							document.searchform.city.options[11] = new Option ('Henderson' ,'Henderson');
							document.searchform.city.options[12] = new Option ('Las Vegas' ,'Las Vegas');
							document.searchform.city.options[13] = new Option ('Lovelock' ,'Lovelock');
							document.searchform.city.options[14] = new Option ('Minden' ,'Minden');
							document.searchform.city.options[15] = new Option ('Pahrump' ,'Pahrump');
							document.searchform.city.options[16] = new Option ('Pioche' ,'Pioche');
							document.searchform.city.options[17] = new Option ('Reno' ,'Reno');
							document.searchform.city.options[18] = new Option ('Tonopah' ,'Tonopah');
							document.searchform.city.options[19] = new Option ('Virginia City' ,'Virginia City');
							document.searchform.city.options[20] = new Option ('Wendover' ,'Wendover');
							document.searchform.city.options[21] = new Option ('Winnemucca' ,'Winnemucca');
							document.searchform.city.options[22] = new Option ('Yerington' ,'Yerington');
							document.searchform.city.options[23] = new Option ('Zephyr Cove' ,'Zephyr Cove');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 24 )
					       {
							counter=document.searchform.city.length; 
							for (i=24;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="New York") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Albany' ,'Albany');
							document.searchform.city.options[2] = new Option ('Amsterdam' ,'Amsterdam');
							document.searchform.city.options[3] = new Option ('Auburn' ,'Auburn');
							document.searchform.city.options[4] = new Option ('Binghamton' ,'Binghamton');
							document.searchform.city.options[5] = new Option ('Buffalo' ,'Buffalo');
							document.searchform.city.options[6] = new Option ('Canton' ,'Canton');
							document.searchform.city.options[7] = new Option ('Chappaqua' ,'Chappaqua');
							document.searchform.city.options[8] = new Option ('Chatham' ,'Chatham');
							document.searchform.city.options[9] = new Option ('Chestnut Ridge' ,'Chestnut Ridge');
							document.searchform.city.options[10] = new Option ('Cortland' ,'Cortland');
							document.searchform.city.options[11] = new Option ('Delhi' ,'Delhi');
							document.searchform.city.options[12] = new Option ('Elmira' ,'Elmira');
							document.searchform.city.options[13] = new Option ('Goshen' ,'Goshen');
							document.searchform.city.options[14] = new Option ('Jamestown' ,'Jamestown');
							document.searchform.city.options[15] = new Option ('Katonah' ,'Katonah');
							document.searchform.city.options[16] = new Option ('Liberty' ,'Liberty');
							document.searchform.city.options[17] = new Option ('Long Island' ,'Long Island');
							document.searchform.city.options[18] = new Option ('Mantauk' ,'Mantauk');
							document.searchform.city.options[19] = new Option ('Middletown' ,'Middletown');
							document.searchform.city.options[20] = new Option ('Mineola' ,'Mineola');
							document.searchform.city.options[21] = new Option ('Mt. Vernon' ,'Mt. Vernon');
							document.searchform.city.options[22] = new Option ('New York City' ,'New York City');
							document.searchform.city.options[23] = new Option ('New Hyde Park' ,'New Hyde Park');
							document.searchform.city.options[24] = new Option ('New Rochelle' ,'New Rochelle');
							document.searchform.city.options[25] = new Option ('New York City' ,'New York City');
							document.searchform.city.options[26] = new Option ('Newburgh' ,'Newburgh');
							document.searchform.city.options[27] = new Option ('Niagara Falls' ,'Niagara Falls');
							document.searchform.city.options[28] = new Option ('North Tonawanda' ,'North Tonawanda');
							document.searchform.city.options[29] = new Option ('Orangeburg' ,'Orangeburg');
							document.searchform.city.options[30] = new Option ('Plattsburgh' ,'Plattsburgh');
							document.searchform.city.options[31] = new Option ('Pleasant Valley' ,'Pleasant Valley');
							document.searchform.city.options[32] = new Option ('Pleasantville' ,'Pleasantville');
							document.searchform.city.options[33] = new Option ('Poughkeepsie' ,'Poughkeepsie');
							document.searchform.city.options[34] = new Option ('Rochester' ,'Rochester');
							document.searchform.city.options[35] = new Option ('Ronkonkoma' ,'Ronkonkoma');
							document.searchform.city.options[36] = new Option ('Saratoga Springs' ,'Saratoga Springs');
							document.searchform.city.options[37] = new Option ('Schenectady' ,'Schenectady');
							document.searchform.city.options[38] = new Option ('Syracuse' ,'Syracuse');
							document.searchform.city.options[39] = new Option ('Tonawanda' ,'Tonawanda');
							document.searchform.city.options[40] = new Option ('Troy' ,'Troy');
							document.searchform.city.options[41] = new Option ('Utica' ,'Utica');
							document.searchform.city.options[42] = new Option ('Warwick' ,'Warwick');
							document.searchform.city.options[43] = new Option ('Watertown' ,'Watertown');
							document.searchform.city.options[44] = new Option ('Waverly' ,'Waverly');
							document.searchform.city.options[45] = new Option ('Wellsville' ,'Wellsville');
							document.searchform.city.options[46] = new Option ('Westchester' ,'Westchester');
							document.searchform.city.options[47] = new Option ('White Plains' ,'White Plains');
							document.searchform.city.options[48] = new Option ('Yonkers' ,'Yonkers');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 49 )
					       {
							counter=document.searchform.city.length; 
							for (i=49;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
			
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Ohio") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Akron' ,'Akron');
							document.searchform.city.options[2] = new Option ('Ashtabula' ,'Ashtabula');
							document.searchform.city.options[3] = new Option ('Athens' ,'Athens');
							document.searchform.city.options[4] = new Option ('Avon Lake' ,'Avon Lake');
							document.searchform.city.options[5] = new Option ('Bay Village' ,'Bay Village');
							document.searchform.city.options[6] = new Option ('Barberton' ,'Barberton');
							document.searchform.city.options[7] = new Option ('Beachwood' ,'Beachwood');
							document.searchform.city.options[8] = new Option ('Belpre' ,'Belpre');
							document.searchform.city.options[9] = new Option ('Berea' ,'Berea');
							document.searchform.city.options[10] = new Option ('Bexley' ,'Bexley');
							document.searchform.city.options[11] = new Option ('Bowling Green' ,'Bowling Green');
							document.searchform.city.options[12] = new Option ('Brunswick' ,'Brunswick');
							document.searchform.city.options[13] = new Option ('Canton' ,'Canton');
							document.searchform.city.options[14] = new Option ('Celina' ,'Celina');
							document.searchform.city.options[15] = new Option ('Chagrin Falls' ,'Chagrin Falls');
							document.searchform.city.options[16] = new Option ('Chardon' ,'Chardon');
							document.searchform.city.options[17] = new Option ('Chillicothe' ,'Chillicothe');
							document.searchform.city.options[18] = new Option ('Cincinnati' ,'Cincinnati');
							document.searchform.city.options[19] = new Option ('Circleville' ,'Circleville');
							document.searchform.city.options[20] = new Option ('Cleveland' ,'Cleveland');
							document.searchform.city.options[21] = new Option ('Cleveland Heights' ,'Cleveland Heights');
							document.searchform.city.options[22] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[23] = new Option ('Coshocton' ,'Coshocton');
							document.searchform.city.options[24] = new Option ('Cuyahoga Falls' ,'Cuyahoga Falls');
							document.searchform.city.options[25] = new Option ('Dayton' ,'Dayton');
							document.searchform.city.options[26] = new Option ('Elyria' ,'Elyria');
							document.searchform.city.options[27] = new Option ('Euclid' ,'Euclid');
							document.searchform.city.options[28] = new Option ('Fairview Park' ,'Fairview Park');
							document.searchform.city.options[29] = new Option ('Franklin' ,'Franklin');
							document.searchform.city.options[30] = new Option ('Grove City' ,'Grove City');
							document.searchform.city.options[31] = new Option ('Hamilton' ,'Hamilton');
							document.searchform.city.options[32] = new Option ('Holland' ,'Holland');
							document.searchform.city.options[33] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[34] = new Option ('Jefferson' ,'Jefferson');
							document.searchform.city.options[35] = new Option ('Kent' ,'Kent');
							document.searchform.city.options[36] = new Option ('Lakewood' ,'Lakewood');
							document.searchform.city.options[37] = new Option ('Lancaster' ,'Lancaster');
							document.searchform.city.options[38] = new Option ('Lebanon' ,'Lebanon');
							document.searchform.city.options[39] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[40] = new Option ('Lima' ,'Lima');
							document.searchform.city.options[41] = new Option ('Logan' ,'Logan');
							document.searchform.city.options[42] = new Option ('London' ,'London');
							document.searchform.city.options[43] = new Option ('Lorain' ,'Lorain');
							document.searchform.city.options[44] = new Option ('Mansfield' ,'Mansfield');
							document.searchform.city.options[45] = new Option ('Maple Heights' ,'Maple Heights');
							document.searchform.city.options[46] = new Option ('Marion' ,'Marion');
							document.searchform.city.options[47] = new Option ('Martins Ferry' ,'Martins Ferry');
							document.searchform.city.options[48] = new Option ('Marysville' ,'Marysville');
							document.searchform.city.options[49] = new Option ('Mason' ,'Mason');
							document.searchform.city.options[50] = new Option ('Medina' ,'Medina');
							document.searchform.city.options[51] = new Option ('Mentor' ,'Mentor');
							document.searchform.city.options[52] = new Option ('Mount Vernon' ,'Mount Vernon');
							document.searchform.city.options[53] = new Option ('New Philadelphia' ,'New Philadelphia');
							document.searchform.city.options[54] = new Option ('Newark' ,'Newark');
							document.searchform.city.options[55] = new Option ('North Olmsted' ,'North Olmsted');
							document.searchform.city.options[56] = new Option ('North Ridgeville' ,'North Ridgeville');
							document.searchform.city.options[57] = new Option ('Painesville' ,'Painesville');
							document.searchform.city.options[58] = new Option ('Parma' ,'Parma');
							document.searchform.city.options[59] = new Option ('Poland' ,'Poland');
							document.searchform.city.options[60] = new Option ('Portsmouth' ,'Portsmouth');
							document.searchform.city.options[61] = new Option ('Powell' ,'Powell');
							document.searchform.city.options[62] = new Option ('Proctorville' ,'Proctorville');
							document.searchform.city.options[63] = new Option ('Ravenna' ,'Ravenna');
							document.searchform.city.options[64] = new Option ('Rocky River' ,'Rocky River');
							document.searchform.city.options[65] = new Option ('Sandusky' ,'Sandusky');
							document.searchform.city.options[66] = new Option ('Shaker Heights' ,'Shaker Heights');
							document.searchform.city.options[67] = new Option ('Sheffield Lake' ,'Sheffield Lake');
							document.searchform.city.options[68] = new Option ('Solon' ,'Solon');
							document.searchform.city.options[69] = new Option ('Springboro' ,'Springboro');
							document.searchform.city.options[70] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[71] = new Option ('St. Clairsville' ,'St. Clairsville');
							document.searchform.city.options[72] = new Option ('St. Marys' ,'St. Marys');
							document.searchform.city.options[73] = new Option ('Steubenville' ,'Steubenville');
							document.searchform.city.options[74] = new Option ('Strongsville' ,'Strongsville');
							document.searchform.city.options[75] = new Option ('Toledo' ,'Toledo');
							document.searchform.city.options[76] = new Option ('Troy' ,'Troy');
							document.searchform.city.options[77] = new Option ('Van Wert' ,'Van Wert');
							document.searchform.city.options[78] = new Option ('Vandalia' ,'Vandalia');
							document.searchform.city.options[79] = new Option ('Wadsworth' ,'Wadsworth');
							document.searchform.city.options[80] = new Option ('Warren' ,'Warren');
							document.searchform.city.options[81] = new Option ('West Carrollton' ,'West Carrollton');
							document.searchform.city.options[82] = new Option ('Westerville' ,'Westerville');
							document.searchform.city.options[83] = new Option ('Westlake' ,'Westlake');
							document.searchform.city.options[84] = new Option ('Willoughby' ,'Willoughby');
							document.searchform.city.options[85] = new Option ('Wooster' ,'Wooster');
							document.searchform.city.options[86] = new Option ('Worthington' ,'Worthington');
							document.searchform.city.options[87] = new Option ('Xenia' ,'Xenia');
							document.searchform.city.options[88] = new Option ('Youngstown' ,'Youngstown');
							document.searchform.city.options[89] = new Option ('Zanesville' ,'Zanesville');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 90 )
					       {
							counter=document.searchform.city.length; 
							for (i=90;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
			
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Oklahoma") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Ada' ,'Ada');
							document.searchform.city.options[2] = new Option ('Altus' ,'Altus');
							document.searchform.city.options[3] = new Option ('Anadarko' ,'Anadarko');
							document.searchform.city.options[4] = new Option ('Ardmore' ,'Ardmore');
							document.searchform.city.options[5] = new Option ('Atoka' ,'Atoka');
							document.searchform.city.options[6] = new Option ('Bartlesville' ,'Bartlesville');
							document.searchform.city.options[7] = new Option ('Blackwell' ,'Blackwell');
							document.searchform.city.options[8] = new Option ('Broken Arrow' ,'Broken Arrow');
							document.searchform.city.options[9] = new Option ('Broken Bow' ,'Broken Bow');
							document.searchform.city.options[10] = new Option ('Chickasha' ,'Chickasha');
							document.searchform.city.options[11] = new Option ('Claremore' ,'Claremore');
							document.searchform.city.options[12] = new Option ('Collinsville' ,'Collinsville');
							document.searchform.city.options[13] = new Option ('Duncan' ,'Duncan');
							document.searchform.city.options[14] = new Option ('Durant' ,'Durant');
							document.searchform.city.options[15] = new Option ('Edmond' ,'Edmond');
							document.searchform.city.options[16] = new Option ('El Reno' ,'El Reno');
							document.searchform.city.options[17] = new Option ('Elk City' ,'Elk City');
							document.searchform.city.options[18] = new Option ('Enid' ,'Enid');
							document.searchform.city.options[19] = new Option ('Guthrie' ,'Guthrie');
							document.searchform.city.options[20] = new Option ('Guymon' ,'Guymon');
							document.searchform.city.options[21] = new Option ('Henryetta' ,'Henryetta');
							document.searchform.city.options[22] = new Option ('Hugo' ,'Hugo');
							document.searchform.city.options[23] = new Option ('Idabel' ,'Idabel');
							document.searchform.city.options[24] = new Option ('Lawton' ,'Lawton');
							document.searchform.city.options[25] = new Option ('McAlester' ,'McAlester');
							document.searchform.city.options[26] = new Option ('Muskogee' ,'Muskogee');
							document.searchform.city.options[27] = new Option ('Norman' ,'Norman');
							document.searchform.city.options[28] = new Option ('Oklahoma City' ,'Oklahoma City');
							document.searchform.city.options[29] = new Option ('Pawhuska' ,'Pawhuska');
							document.searchform.city.options[30] = new Option ('Piedmont' ,'Piedmont');
							document.searchform.city.options[31] = new Option ('Ponca City' ,'Ponca City');
							document.searchform.city.options[32] = new Option ('Poteau' ,'Poteau');
							document.searchform.city.options[33] = new Option ('Sallisaw' ,'Sallisaw');
							document.searchform.city.options[34] = new Option ('Shawnee' ,'Shawnee');
							document.searchform.city.options[35] = new Option ('Skiatook' ,'Skiatook');
							document.searchform.city.options[36] = new Option ('Stillwater' ,'Stillwater');
							document.searchform.city.options[37] = new Option ('Tulsa' ,'Tulsa');
							document.searchform.city.options[38] = new Option ('Weatherford' ,'Weatherford');
							document.searchform.city.options[39] = new Option ('Woodward' ,'Woodward');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 40 )
					       {
							counter=document.searchform.city.length; 
							for (i=40;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
			
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Oregon") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Albany' ,'Albany');
							document.searchform.city.options[2] = new Option ('Aloha' ,'Aloha');
							document.searchform.city.options[3] = new Option ('Ashland' ,'Ashland');
							document.searchform.city.options[4] = new Option ('Beaverton' ,'Beaverton');
							document.searchform.city.options[5] = new Option ('Bend' ,'Bend');
							document.searchform.city.options[6] = new Option ('Burns' ,'Burns');
							document.searchform.city.options[7] = new Option ('Eugene' ,'Eugene');
							document.searchform.city.options[8] = new Option ('Hillsboro' ,'Hillsboro');
							document.searchform.city.options[9] = new Option ('Lake Oswego' ,'Lake Oswego');
							document.searchform.city.options[10] = new Option ('Medford' ,'Medford');
							document.searchform.city.options[11] = new Option ('Portland' ,'Portland');
							document.searchform.city.options[12] = new Option ('Roseburg' ,'Roseburg');
							document.searchform.city.options[13] = new Option ('Salem' ,'Salem');
							document.searchform.city.options[14] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[15] = new Option ('Tualatin' ,'Tualatin');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 16 )
					       {
							counter=document.searchform.city.length; 
							for (i=16;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
			
	
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Pennsylvania") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Allentown' ,'Allentown');
							document.searchform.city.options[2] = new Option ('Altoona' ,'Altoona');
							document.searchform.city.options[3] = new Option ('Ambridge' ,'Ambridge');
							document.searchform.city.options[4] = new Option ('Bala Cynwyd' ,'Bala Cynwyd');
							document.searchform.city.options[5] = new Option ('Bethlehem' ,'Bethlehem');
							document.searchform.city.options[6] = new Option ('Bradford' ,'Bradford');
							document.searchform.city.options[7] = new Option ('Bristol' ,'Bristol');
							document.searchform.city.options[8] = new Option ('Broomall' ,'Broomall');
							document.searchform.city.options[9] = new Option ('Camp Hill' ,'Camp Hill');
							document.searchform.city.options[10] = new Option ('Cheltenham' ,'Cheltenham');
							document.searchform.city.options[11] = new Option ('Conshohocken' ,'Conshohocken');
							document.searchform.city.options[12] = new Option ('Downingtown' ,'Downingtown');
							document.searchform.city.options[13] = new Option ('Doylestown' ,'Doylestown');
							document.searchform.city.options[14] = new Option ('Du Bois' ,'Du Bois');
							document.searchform.city.options[15] = new Option ('Easton' ,'Easton');
							document.searchform.city.options[16] = new Option ('Ebensburg' ,'Ebensburg');
							document.searchform.city.options[17] = new Option ('Erie' ,'Erie');
							document.searchform.city.options[18] = new Option ('Feasterville' ,'Feasterville');
							document.searchform.city.options[19] = new Option ('Franklin' ,'Franklin');
							document.searchform.city.options[20] = new Option ('Greensburg' ,'Greensburg');
							document.searchform.city.options[21] = new Option ('Harrisburg' ,'Harrisburg');
							document.searchform.city.options[22] = new Option ('Hazleton' ,'Hazleton');
							document.searchform.city.options[23] = new Option ('Hollidaysburg' ,'Hollidaysburg');
							document.searchform.city.options[24] = new Option ('Hughesville' ,'Hughesville');
							document.searchform.city.options[25] = new Option ('Huntington' ,'Huntington');
							document.searchform.city.options[26] = new Option ('Jenkintown' ,'Jenkintown');
							document.searchform.city.options[27] = new Option ('Johnstown' ,'Johnstown');
							document.searchform.city.options[28] = new Option ('King of Prussia' ,'King of Prussia');
							document.searchform.city.options[29] = new Option ('Lancaster' ,'Lancaster');
							document.searchform.city.options[30] = new Option ('Langhorne' ,'Langhorne');
							document.searchform.city.options[31] = new Option ('Lansdale' ,'Lansdale');
							document.searchform.city.options[32] = new Option ('Latrobe' ,'Latrobe');
							document.searchform.city.options[33] = new Option ('Lebanon' ,'Lebanon');
							document.searchform.city.options[34] = new Option ('Lemoyne' ,'Lemoyne');
							document.searchform.city.options[35] = new Option ('Meadville' ,'Meadville');
							document.searchform.city.options[36] = new Option ('Media' ,'Media');
							document.searchform.city.options[37] = new Option ('Morrisville' ,'Morrisville');
							document.searchform.city.options[38] = new Option ('New Castle' ,'New Castle');
							document.searchform.city.options[39] = new Option ('Newton' ,'Newton');
							document.searchform.city.options[40] = new Option ('Norristown' ,'Norristown');
							document.searchform.city.options[41] = new Option ('Oakdale' ,'Oakdale');
							document.searchform.city.options[42] = new Option ('Paoli' ,'Paoli');
							document.searchform.city.options[43] = new Option ('Penns Park' ,'Penns Park');
							document.searchform.city.options[44] = new Option ('Philadelphia' ,'Philadelphia');
							document.searchform.city.options[45] = new Option ('Pittsburgh' ,'Pittsburgh');
							document.searchform.city.options[46] = new Option ('Plymouth Meeting' ,'Plymouth Meeting');
							document.searchform.city.options[47] = new Option ('Pottsville' ,'Pottsville');
							document.searchform.city.options[48] = new Option ('Reading' ,'Reading');
							document.searchform.city.options[49] = new Option ('Richboro' ,'Richboro');
							document.searchform.city.options[50] = new Option ('Rosemont' ,'Rosemont');
							document.searchform.city.options[51] = new Option ('Rydal' ,'Rydal');
							document.searchform.city.options[52] = new Option ('Saginaw' ,'Saginaw');
							document.searchform.city.options[53] = new Option ('Scranton' ,'Scranton');
							document.searchform.city.options[54] = new Option ('Sharon' ,'Sharon');
							document.searchform.city.options[55] = new Option ('Shiremanstown' ,'Shiremanstown');
							document.searchform.city.options[56] = new Option ('Southampton' ,'Southampton');
							document.searchform.city.options[57] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[58] = new Option ('Stroudsburg' ,'Stroudsburg');
							document.searchform.city.options[59] = new Option ('Trevose' ,'Trevose');
							document.searchform.city.options[60] = new Option ('Uniontown' ,'Uniontown');
							document.searchform.city.options[61] = new Option ('Upper Darby' ,'Upper Darby');
							document.searchform.city.options[62] = new Option ('Vandergrift' ,'Vandergrift');
							document.searchform.city.options[63] = new Option ('Warren' ,'Warren');
							document.searchform.city.options[64] = new Option ('Washington' ,'Washington');
							document.searchform.city.options[65] = new Option ('Wayne' ,'Wayne');
							document.searchform.city.options[66] = new Option ('West Chester' ,'West Chester');
							document.searchform.city.options[67] = new Option ('Wexford' ,'Wexford');
							document.searchform.city.options[68] = new Option ('Williamsport' ,'Williamsport');
							document.searchform.city.options[69] = new Option ('York' ,'York');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 70 )
					       {
							counter=document.searchform.city.length; 
							for (i=70;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Rhode Island") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Coventry' ,'Coventry');
							document.searchform.city.options[2] = new Option ('Cranston' ,'Cranston');
							document.searchform.city.options[3] = new Option ('East Providence' ,'East Providence');
							document.searchform.city.options[4] = new Option ('Newport' ,'Newport');
							document.searchform.city.options[5] = new Option ('North Kingstown' ,'North Kingstown');
							document.searchform.city.options[6] = new Option ('Pawtucket' ,'Pawtucket');
							document.searchform.city.options[7] = new Option ('Providence' ,'Providence');
							document.searchform.city.options[8] = new Option ('South Kingstown' ,'South Kingstown');
							document.searchform.city.options[9] = new Option ('Warwick' ,'Warwick');
							document.searchform.city.options[10] = new Option ('Woonsocket' ,'Woonsocket');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 11 )
					       {
							counter=document.searchform.city.length; 
							for (i=11;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="South Carolina") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Anderson' ,'Anderson');
							document.searchform.city.options[2] = new Option ('Beaufort' ,'Beaufort');
							document.searchform.city.options[3] = new Option ('Charleston' ,'Charleston');
							document.searchform.city.options[4] = new Option ('Clover' ,'Clover');
							document.searchform.city.options[5] = new Option ('Columbia' ,'Columbia');
							document.searchform.city.options[6] = new Option ('Conway' ,'Conway');
							document.searchform.city.options[7] = new Option ('Florence' ,'Florence');
							document.searchform.city.options[8] = new Option ('Fort Mill' ,'Fort Mill');
							document.searchform.city.options[9] = new Option ('Georgetown' ,'Georgetown');
							document.searchform.city.options[10] = new Option ('Goose Creek' ,'Goose Creek');
							document.searchform.city.options[11] = new Option ('Greenville' ,'Greenville');
							document.searchform.city.options[12] = new Option ('Greenwood' ,'Greenwood');
							document.searchform.city.options[13] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[14] = new Option ('Mount Pleasant' ,'Mount Pleasant');
							document.searchform.city.options[15] = new Option ('Myrtle Beach' ,'Myrtle Beach');
							document.searchform.city.options[16] = new Option ('North Charleston' ,'North Charleston');
							document.searchform.city.options[17] = new Option ('North Myrtle Beach' ,'North Myrtle Beach');
							document.searchform.city.options[18] = new Option ('Rock Hill' ,'Rock Hill');
							document.searchform.city.options[19] = new Option ('Spartanburg' ,'Spartanburg');
							document.searchform.city.options[20] = new Option ('Summerville' ,'Summerville');
							document.searchform.city.options[21] = new Option ('Sumter' ,'Sumter');
							document.searchform.city.options[22] = new Option ('Surfside Beach' ,'Surfside Beach');
							document.searchform.city.options[23] = new Option ('Winnsboro' ,'Winnsboro');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 24 )
					       {
							counter=document.searchform.city.length; 
							for (i=24;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="South Dakota") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Aberdeen' ,'Aberdeen');
							document.searchform.city.options[2] = new Option ('Brookings' ,'Brookings');
							document.searchform.city.options[3] = new Option ('Clear Lake' ,'Clear Lake');
							document.searchform.city.options[4] = new Option ('Huron' ,'Huron');
							document.searchform.city.options[5] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[6] = new Option ('Mitchell' ,'Mitchell');
							document.searchform.city.options[7] = new Option ('Mobridge' ,'Mobridge');
							document.searchform.city.options[8] = new Option ('Pierre' ,'Pierre');
							document.searchform.city.options[9] = new Option ('Rapid City' ,'Rapid City');
							document.searchform.city.options[10] = new Option ('Sioux Falls' ,'Sioux Falls');
							document.searchform.city.options[11] = new Option ('Watertown' ,'Watertown');
							document.searchform.city.options[12] = new Option ('Winner' ,'Winner');
							document.searchform.city.options[13] = new Option ('Yankton' ,'Yankton');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 14 )
					       {
							counter=document.searchform.city.length; 
							for (i=14;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
		

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Tennessee") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Bartlett' ,'Bartlett');
							document.searchform.city.options[2] = new Option ('Chattanooga' ,'Chattanooga');
							document.searchform.city.options[3] = new Option ('Clarksville' ,'Clarksville');
							document.searchform.city.options[4] = new Option ('Collierville' ,'Collierville');
							document.searchform.city.options[5] = new Option ('Cookeville' ,'Cookeville');
							document.searchform.city.options[6] = new Option ('Covington' ,'Covington');
							document.searchform.city.options[7] = new Option ('Crossville' ,'Crossville');
							document.searchform.city.options[8] = new Option ('Dyersburg' ,'Dyersburg');
							document.searchform.city.options[9] = new Option ('Etowah' ,'Etowah');
							document.searchform.city.options[10] = new Option ('Fayetteville' ,'Fayetteville');
							document.searchform.city.options[11] = new Option ('Franklin' ,'Franklin');
							document.searchform.city.options[12] = new Option ('Gallatin' ,'Gallatin');
							document.searchform.city.options[13] = new Option ('Germantown' ,'Germantown');
							document.searchform.city.options[14] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[15] = new Option ('Knoxville' ,'Knoxville');
							document.searchform.city.options[16] = new Option ('Lawrenceburg' ,'Lawrenceburg');
							document.searchform.city.options[17] = new Option ('Lebanon' ,'Lebanon');
							document.searchform.city.options[18] = new Option ('Manchester' ,'Manchester');
							document.searchform.city.options[19] = new Option ('Maryville' ,'Maryville');
							document.searchform.city.options[20] = new Option ('Memphis' ,'Memphis');
							document.searchform.city.options[21] = new Option ('Millington' ,'Millington');
							document.searchform.city.options[22] = new Option ('Murfreesboro' ,'Murfreesboro');
							document.searchform.city.options[23] = new Option ('Nashville' ,'Nashville');
							document.searchform.city.options[24] = new Option ('Oakland' ,'Oakland');
							document.searchform.city.options[25] = new Option ('Piney Flats' ,'Piney Flats');
							document.searchform.city.options[26] = new Option ('Pulaski' ,'Pulaski');
							document.searchform.city.options[27] = new Option ('Rogersville' ,'Rogersville');
							document.searchform.city.options[28] = new Option ('Shelbyville' ,'Shelbyville');
							document.searchform.city.options[29] = new Option ('Somerville' ,'Somerville');
							document.searchform.city.options[30] = new Option ('Tullahoma' ,'Tullahoma');
							document.searchform.city.options[31] = new Option ('Winchester' ,'Winchester');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 32 )
					       {
							counter=document.searchform.city.length; 
							for (i=32;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
	

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Texas") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Addison' ,'Addison');
							document.searchform.city.options[2] = new Option ('Allen' ,'Allen');
							document.searchform.city.options[3] = new Option ('Amarillo' ,'Amarillo');
							document.searchform.city.options[4] = new Option ('Angleton' ,'Angleton');
							document.searchform.city.options[5] = new Option ('Arlington' ,'Arlington');
							document.searchform.city.options[6] = new Option ('Austin' ,'Austin');
							document.searchform.city.options[7] = new Option ('Bandera' ,'Bandera');
							document.searchform.city.options[8] = new Option ('Bastrop' ,'Bastrop');
							document.searchform.city.options[9] = new Option ('Beaumont' ,'Beaumont');
							document.searchform.city.options[10] = new Option ('Bedford' ,'Bedford');
							document.searchform.city.options[11] = new Option ('Bellaire' ,'Bellaire');
							document.searchform.city.options[12] = new Option ('Boerne' ,'Boerne');
							document.searchform.city.options[13] = new Option ('Brenham' ,'Brenham');
							document.searchform.city.options[14] = new Option ('Brownsville' ,'Brownsville');
							document.searchform.city.options[15] = new Option ('Cibolo' ,'Cibolo');
							document.searchform.city.options[16] = new Option ('Cleburne' ,'Cleburne');
							document.searchform.city.options[17] = new Option ('Colleyville' ,'Colleyville');
							document.searchform.city.options[18] = new Option ('Columbus' ,'Columbus');
							document.searchform.city.options[19] = new Option ('Conroe' ,'Conroe');
							document.searchform.city.options[20] = new Option ('Coppell' ,'Coppell');
							document.searchform.city.options[21] = new Option ('Corpus Christi' ,'Corpus Christi');
							document.searchform.city.options[22] = new Option ('Cypress' ,'Cypress');
							document.searchform.city.options[23] = new Option ('Daingerfield' ,'Daingerfield');
							document.searchform.city.options[24] = new Option ('Dallas' ,'Dallas');
							document.searchform.city.options[25] = new Option ('Deer Park' ,'Deer Park');
							document.searchform.city.options[26] = new Option ('Del Rio' ,'Del Rio');
							document.searchform.city.options[27] = new Option ('Denton' ,'Denton');
							document.searchform.city.options[28] = new Option ('Duncanville' ,'Duncanville');
							document.searchform.city.options[29] = new Option ('El Paso' ,'El Paso');
							document.searchform.city.options[30] = new Option ('Euless' ,'Euless');
							document.searchform.city.options[31] = new Option ('Farwell' ,'Farwell');
							document.searchform.city.options[32] = new Option ('Flower Mound' ,'Flower Mound');
							document.searchform.city.options[33] = new Option ('Fort Worth' ,'Fort Worth');
							document.searchform.city.options[34] = new Option ('Fredericksburg' ,'Fredericksburg');
							document.searchform.city.options[35] = new Option ('Frisco' ,'Frisco');
							document.searchform.city.options[36] = new Option ('Galveston' ,'Galveston');
							document.searchform.city.options[37] = new Option ('Garland' ,'Garland');
							document.searchform.city.options[38] = new Option ('Geronimo' ,'Geronimo');
							document.searchform.city.options[39] = new Option ('Gilmer' ,'Gilmer');
							document.searchform.city.options[40] = new Option ('Gladewater' ,'Gladewater');
							document.searchform.city.options[41] = new Option ('Granbury' ,'Granbury');
							document.searchform.city.options[42] = new Option ('Grapevine' ,'Grapevine');
							document.searchform.city.options[43] = new Option ('Greenville' ,'Greenville');
							document.searchform.city.options[44] = new Option ('Haltom City' ,'Haltom City');
							document.searchform.city.options[45] = new Option ('Harlingen' ,'Harlingen');
							document.searchform.city.options[46] = new Option ('Hempstead' ,'Hempstead');
							document.searchform.city.options[47] = new Option ('Highland Village' ,'Highland Village');
							document.searchform.city.options[48] = new Option ('Houston' ,'Houston');
							document.searchform.city.options[49] = new Option ('Hurst' ,'Hurst');
							document.searchform.city.options[50] = new Option ('Irving' ,'Irving');
							document.searchform.city.options[51] = new Option ('Jasper' ,'Jasper');
							document.searchform.city.options[52] = new Option ('Katy' ,'Katy');
							document.searchform.city.options[53] = new Option ('Keller' ,'Keller');
							document.searchform.city.options[54] = new Option ('Kemah' ,'Kemah');
							document.searchform.city.options[55] = new Option ('Kerrville' ,'Kerrville');
							document.searchform.city.options[56] = new Option ('Killeen' ,'Killeen');
							document.searchform.city.options[57] = new Option ('Kingwood' ,'Kingwood');
							document.searchform.city.options[58] = new Option ('Laredo' ,'Laredo');
							document.searchform.city.options[59] = new Option ('League City' ,'League City');
							document.searchform.city.options[60] = new Option ('Lewisville' ,'Lewisville');
							document.searchform.city.options[61] = new Option ('Lockhart' ,'Lockhart');
							document.searchform.city.options[62] = new Option ('Longview' ,'Longview');
							document.searchform.city.options[63] = new Option ('Lubbock' ,'Lubbock');
							document.searchform.city.options[64] = new Option ('Mansfield' ,'Mansfield');
							document.searchform.city.options[65] = new Option ('Marshall' ,'Marshall');
							document.searchform.city.options[66] = new Option ('McAllen' ,'McAllen');
							document.searchform.city.options[67] = new Option ('McKinney' ,'McKinney');
							document.searchform.city.options[68] = new Option ('Mesquite' ,'Mesquite');
							document.searchform.city.options[69] = new Option ('Midland' ,'Midland');
							document.searchform.city.options[70] = new Option ('New Braunfels' ,'New Braunfels');
							document.searchform.city.options[71] = new Option ('North Richland Hills' ,'North Richland Hills');
							document.searchform.city.options[72] = new Option ('Odessa' ,'Odessa');
							document.searchform.city.options[73] = new Option ('Paris' ,'Paris');
							document.searchform.city.options[74] = new Option ('Park Cities' ,'Park Cities');
							document.searchform.city.options[75] = new Option ('Pasadena' ,'Pasadena');
							document.searchform.city.options[76] = new Option ('Pearland' ,'Pearland');
							document.searchform.city.options[77] = new Option ('Plainview' ,'Plainview');
							document.searchform.city.options[78] = new Option ('Plano' ,'Plano');
							document.searchform.city.options[79] = new Option ('Port Arthur' ,'Port Arthur');
							document.searchform.city.options[80] = new Option ('Richardson' ,'Richardson');
							document.searchform.city.options[81] = new Option ('Richmond' ,'Richmond');
							document.searchform.city.options[82] = new Option ('Roanoke' ,'Roanoke');
							document.searchform.city.options[83] = new Option ('Rockwall' ,'Rockwall');
							document.searchform.city.options[84] = new Option ('Rosenberg' ,'Rosenberg');
							document.searchform.city.options[85] = new Option ('Round Rock' ,'Round Rock');
							document.searchform.city.options[86] = new Option ('San Antonio' ,'San Antonio');
							document.searchform.city.options[87] = new Option ('San Marcos' ,'San Marcos');
							document.searchform.city.options[88] = new Option ('Sealy' ,'Sealy');
							document.searchform.city.options[89] = new Option ('Sherman' ,'Sherman');
							document.searchform.city.options[90] = new Option ('Southlake' ,'Southlake');
							document.searchform.city.options[91] = new Option ('Spring' ,'Spring');
							document.searchform.city.options[92] = new Option ('Sugar Land' ,'Sugar Land');
							document.searchform.city.options[93] = new Option ('Temple' ,'Temple');
							document.searchform.city.options[94] = new Option ('Texarkana' ,'Texarkana');
							document.searchform.city.options[95] = new Option ('Texas City' ,'Texas City');
							document.searchform.city.options[96] = new Option ('The Woodlands' ,'The Woodlands');
							document.searchform.city.options[97] = new Option ('Tomball' ,'Tomball');
							document.searchform.city.options[98] = new Option ('Trophy Club' ,'Trophy Club');
							document.searchform.city.options[99] = new Option ('Tyler' ,'Tyler');
							document.searchform.city.options[100] = new Option ('Waco' ,'Waco');
							document.searchform.city.options[101] = new Option ('Watauga' ,'Watauga');
							document.searchform.city.options[102] = new Option ('Weatherford' ,'Weatherford');
							document.searchform.city.options[103] = new Option ('Webster' ,'Webster');
							document.searchform.city.options[104] = new Option ('Wichita Falls' ,'Wichita Falls');
							document.searchform.city.options[105] = new Option ('Woodville' ,'Woodville');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 106 )

					       {
							counter=document.searchform.city.length; 
							for (i=106;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
	

if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Utah") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Bountiful' ,'Bountiful');
							document.searchform.city.options[2] = new Option ('Hurricane' ,'Hurricane');
							document.searchform.city.options[3] = new Option ('Layton' ,'Layton');
							document.searchform.city.options[4] = new Option ('Logan' ,'Logan');
							document.searchform.city.options[5] = new Option ('Midvale' ,'Midvale');
							document.searchform.city.options[6] = new Option ('Ogden' ,'Ogden');
							document.searchform.city.options[7] = new Option ('Orem' ,'Orem');
							document.searchform.city.options[8] = new Option ('Provo' ,'Provo');
							document.searchform.city.options[9] = new Option ('Salt Lake City' ,'Salt Lake City');
							document.searchform.city.options[10] = new Option ('Sandy' ,'Sandy');
							document.searchform.city.options[11] = new Option ('Spanish Fork' ,'Spanish Fork');
							document.searchform.city.options[12] = new Option ('St. George' ,'St. George');
							document.searchform.city.options[13] = new Option ('Taylorsville' ,'Taylorsville');
							document.searchform.city.options[14] = new Option ('West Jordan' ,'West Jordan');
							document.searchform.city.options[15] = new Option ('West Valley City' ,'West Valley City');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 16 )
					       {
							counter=document.searchform.city.length; 
							for (i=16;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Virginia") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Abingdon' ,'Abingdon');
							document.searchform.city.options[2] = new Option ('Alexandria' ,'Alexandria');
							document.searchform.city.options[3] = new Option ('Annandale' ,'Annandale');
							document.searchform.city.options[4] = new Option ('Arlington' ,'Arlington');
							document.searchform.city.options[5] = new Option ('Bristol' ,'Bristol');
							document.searchform.city.options[6] = new Option ('Burke' ,'Burke');
							document.searchform.city.options[7] = new Option ('Charlottesville' ,'Charlottesville');
							document.searchform.city.options[8] = new Option ('Chesapeake' ,'Chesapeake');
							document.searchform.city.options[9] = new Option ('Chester' ,'Chester');
							document.searchform.city.options[10] = new Option ('Chesterfield' ,'Chesterfield');
							document.searchform.city.options[11] = new Option ('Dinwiddie' ,'Dinwiddie');
							document.searchform.city.options[12] = new Option ('Emporia' ,'Emporia');
							document.searchform.city.options[13] = new Option ('Fairfax' ,'Fairfax');
							document.searchform.city.options[14] = new Option ('Fairfax Station' ,'Fairfax Station');
							document.searchform.city.options[15] = new Option ('Falls Church' ,'Falls Church');
							document.searchform.city.options[16] = new Option ('Fredericksburg' ,'Fredericksburg');
							document.searchform.city.options[17] = new Option ('Galax' ,'Galax');
							document.searchform.city.options[18] = new Option ('Glen Allen' ,'Glen Allen');
							document.searchform.city.options[19] = new Option ('Harrisonburg' ,'Harrisonburg');
							document.searchform.city.options[20] = new Option ('Leesburg' ,'Leesburg');
							document.searchform.city.options[21] = new Option ('Lexington' ,'Lexington');
							document.searchform.city.options[22] = new Option ('Lynchburg' ,'Lynchburg');
							document.searchform.city.options[23] = new Option ('Manassas' ,'Manassas');
							document.searchform.city.options[24] = new Option ('McLean' ,'McLean');
							document.searchform.city.options[25] = new Option ('Newport News' ,'Newport News');
							document.searchform.city.options[26] = new Option ('Norfolk' ,'Norfolk');
							document.searchform.city.options[27] = new Option ('Oakton' ,'Oakton');
							document.searchform.city.options[28] = new Option ('Occoquan' ,'Occoquan');
							document.searchform.city.options[29] = new Option ('Petersburg' ,'Petersburg');
							document.searchform.city.options[30] = new Option ('Portsmouth' ,'Portsmouth');
							document.searchform.city.options[31] = new Option ('Pulaski' ,'Pulaski');
							document.searchform.city.options[32] = new Option ('Reston' ,'Reston');
							document.searchform.city.options[33] = new Option ('Richmond' ,'Richmond');
							document.searchform.city.options[34] = new Option ('Roanoke' ,'Roanoke');
							document.searchform.city.options[35] = new Option ('Springfield' ,'Springfield');
							document.searchform.city.options[36] = new Option ('Stafford' ,'Stafford');
							document.searchform.city.options[37] = new Option ('Sterling' ,'Sterling');
							document.searchform.city.options[38] = new Option ('Suffolk' ,'Suffolk');
							document.searchform.city.options[39] = new Option ('Sussex' ,'Sussex');
							document.searchform.city.options[40] = new Option ('Vienna' ,'Vienna');
							document.searchform.city.options[42] = new Option ('Virginia Beach' ,'Virginia Beach');
							document.searchform.city.options[41] = new Option ('Warrenton' ,'Warrenton');
							document.searchform.city.options[43] = new Option ('Woodbridge' ,'Woodbridge');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 44 )
					       {
							counter=document.searchform.city.length; 
							for (i=44;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Vermont") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Bellows Falls' ,'Bellows Falls');
							document.searchform.city.options[2] = new Option ('Bennington' ,'Bennington');
							document.searchform.city.options[3] = new Option ('Brattleboro' ,'Brattleboro');
							document.searchform.city.options[4] = new Option ('Burlington' ,'Burlington');
							document.searchform.city.options[5] = new Option ('Essex Junction' ,'Essex Junction');
							document.searchform.city.options[6] = new Option ('Ludlow' ,'Ludlow');
							document.searchform.city.options[7] = new Option ('Manchester' ,'Manchester');
							document.searchform.city.options[8] = new Option ('Middlebury' ,'Middlebury');
							document.searchform.city.options[9] = new Option ('Montpelier' ,'Montpelier');
							document.searchform.city.options[10] = new Option ('Morrisville' ,'Morrisville');
							document.searchform.city.options[11] = new Option ('Rutland' ,'Rutland');
							document.searchform.city.options[12] = new Option ('Shelburne' ,'Shelburne');
							document.searchform.city.options[13] = new Option ('South Royalton' ,'South Royalton');
							document.searchform.city.options[14] = new Option ('St. Albans' ,'St. Albans');
							document.searchform.city.options[15] = new Option ('St. Johnsbury' ,'St. Johnsbury');
							document.searchform.city.options[16] = new Option ('Windsor' ,'Windsor');
							document.searchform.city.options[17] = new Option ('Woodstock' ,'Woodstock');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 18 )
					       {
							counter=document.searchform.city.length; 
							for (i=18;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Washington") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Auburn' ,'Auburn');
							document.searchform.city.options[2] = new Option ('Bellevue' ,'Bellevue');
							document.searchform.city.options[3] = new Option ('Bellingham' ,'Bellingham');
							document.searchform.city.options[4] = new Option ('Blaine' ,'Blaine');
							document.searchform.city.options[5] = new Option ('Bothell' ,'Bothell');
							document.searchform.city.options[6] = new Option ('Buckley' ,'Buckley');
							document.searchform.city.options[7] = new Option ('Burien' ,'Burien');
							document.searchform.city.options[8] = new Option ('Clarkston' ,'Clarkston');
							document.searchform.city.options[9] = new Option ('Colville' ,'Colville');
							document.searchform.city.options[10] = new Option ('Coupeville' ,'Coupeville');
							document.searchform.city.options[11] = new Option ('Covington' ,'Covington');
							document.searchform.city.options[12] = new Option ('Eatonville' ,'Eatonville');
							document.searchform.city.options[13] = new Option ('Edmonds' ,'Edmonds');
							document.searchform.city.options[14] = new Option ('Enumclaw' ,'Enumclaw');
							document.searchform.city.options[15] = new Option ('Everett' ,'Everett');
							document.searchform.city.options[16] = new Option ('Federal Way' ,'Federal Way');
							document.searchform.city.options[17] = new Option ('Kennewick' ,'Kennewick');
							document.searchform.city.options[18] = new Option ('Kent' ,'Kent');
							document.searchform.city.options[19] = new Option ('Kirkland' ,'Kirkland');
							document.searchform.city.options[20] = new Option ('Longview' ,'Longview');
							document.searchform.city.options[21] = new Option ('Lynnwood' ,'Lynnwood');
							document.searchform.city.options[22] = new Option ('Mount Vernon' ,'Mount Vernon');
							document.searchform.city.options[23] = new Option ('Newport' ,'Newport');
							document.searchform.city.options[24] = new Option ('Ocean Shores' ,'Ocean Shores');
							document.searchform.city.options[25] = new Option ('Olympia' ,'Olympia');
							document.searchform.city.options[26] = new Option ('Orcas Island' ,'Orcas Island');
							document.searchform.city.options[27] = new Option ('Orting' ,'Orting');
							document.searchform.city.options[28] = new Option ('Parkland' ,'Parkland');
							document.searchform.city.options[29] = new Option ('Pasco' ,'Pasco');
							document.searchform.city.options[30] = new Option ('Port Angeles' ,'Port Angeles');
							document.searchform.city.options[31] = new Option ('Port Orchard' ,'Port Orchard');
							document.searchform.city.options[32] = new Option ('Pullman' ,'Pullman');
							document.searchform.city.options[33] = new Option ('Puyallup' ,'Puyallup');
							document.searchform.city.options[34] = new Option ('Redmond' ,'Redmond');
							document.searchform.city.options[35] = new Option ('Renton' ,'Renton');
							document.searchform.city.options[36] = new Option ('Richland' ,'Richland');
							document.searchform.city.options[37] = new Option ('Seatac' ,'Seatac');
							document.searchform.city.options[38] = new Option ('Seattle' ,'Seattle');
							document.searchform.city.options[39] = new Option ('Shoreline' ,'Shoreline');
							document.searchform.city.options[40] = new Option ('Silverdale' ,'Silverdale');
							document.searchform.city.options[41] = new Option ('Spanaway' ,'Spanaway');
							document.searchform.city.options[42] = new Option ('Spokane' ,'Spokane');
							document.searchform.city.options[43] = new Option ('Sumner' ,'Sumner');
							document.searchform.city.options[44] = new Option ('Tacoma' ,'Tacoma');
							document.searchform.city.options[45] = new Option ('Tukwila' ,'Tukwila');
							document.searchform.city.options[46] = new Option ('Vancouver' ,'Vancouver');
							document.searchform.city.options[47] = new Option ('Wenatchee' ,'Wenatchee');
							document.searchform.city.options[48] = new Option ('Yakima' ,'Yakima');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 49 )
					       {
							counter=document.searchform.city.length; 
							for (i=49;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Wisconsin") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Burlington' ,'Burlington');
							document.searchform.city.options[2] = new Option ('East Troy' ,'East Troy');
							document.searchform.city.options[3] = new Option ('Eau Claire' ,'Eau Claire');
							document.searchform.city.options[4] = new Option ('Holmen' ,'Holmen');
							document.searchform.city.options[5] = new Option ('Kenosha' ,'Kenosha');
							document.searchform.city.options[6] = new Option ('La Crosse' ,'La Crosse');
							document.searchform.city.options[7] = new Option ('Lake Geneva' ,'Lake Geneva');
							document.searchform.city.options[8] = new Option ('Madison' ,'Madison');
							document.searchform.city.options[9] = new Option ('Marshfield' ,'Marshfield');
							document.searchform.city.options[10] = new Option ('Mequon' ,'Mequon');
							document.searchform.city.options[11] = new Option ('Milwaukee' ,'Milwaukee');
							document.searchform.city.options[12] = new Option ('Mukwonago' ,'Mukwonago');
							document.searchform.city.options[13] = new Option ('Neenah' ,'Neenah');
							document.searchform.city.options[14] = new Option ('New Richmond' ,'New Richmond');
							document.searchform.city.options[15] = new Option ('Portage' ,'Portage');
							document.searchform.city.options[16] = new Option ('Racine' ,'Racine');
							document.searchform.city.options[17] = new Option ('Shawano' ,'Shawano');
							document.searchform.city.options[18] = new Option ('Sparta' ,'Sparta');
							document.searchform.city.options[19] = new Option ('Stevens Point' ,'Stevens Point');
							document.searchform.city.options[20] = new Option ('Union Grove' ,'Union Grove');
							document.searchform.city.options[21] = new Option ('Waterford' ,'Waterford');
							document.searchform.city.options[22] = new Option ('Waukesha' ,'Waukesha');
							document.searchform.city.options[23] = new Option ('Wausau' ,'Wausau');
							document.searchform.city.options[24] = new Option ('Wauwatosa' ,'Wauwatosa');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 25 )
					       {
							counter=document.searchform.city.length; 
							for (i=25;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="West Virginia") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Beckley' ,'Beckley');
							document.searchform.city.options[2] = new Option ('Bridgeport' ,'Bridgeport');
							document.searchform.city.options[3] = new Option ('Charleston' ,'Charleston');
							document.searchform.city.options[4] = new Option ('Chester' ,'Chester');
							document.searchform.city.options[5] = new Option ('Clarksburg' ,'Clarksburg');
							document.searchform.city.options[6] = new Option ('Elkins' ,'Elkins');
							document.searchform.city.options[7] = new Option ('Fairmont' ,'Fairmont');
							document.searchform.city.options[8] = new Option ('Huntington' ,'Huntington');
							document.searchform.city.options[9] = new Option ('Martinsburg' ,'Martinsburg');
							document.searchform.city.options[10] = new Option ('Morgantown' ,'Morgantown');
							document.searchform.city.options[11] = new Option ('Moundsville' ,'Moundsville');
							document.searchform.city.options[12] = new Option ('Parkersburg' ,'Parkersburg');
							document.searchform.city.options[13] = new Option ('Richwood' ,'Richwood');
							document.searchform.city.options[14] = new Option ('Romney' ,'Romney');
							document.searchform.city.options[15] = new Option ('Sutton' ,'Sutton');
							document.searchform.city.options[16] = new Option ('Weirton' ,'Weirton');
							document.searchform.city.options[17] = new Option ('Wheeling' ,'Wheeling');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 18 )
					       {
							counter=document.searchform.city.length; 
							for (i=18;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="Wyoming") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('select city' ,'select city');
							document.searchform.city.options[1] = new Option ('Casper' ,'Casper');
							document.searchform.city.options[2] = new Option ('Cheyenne' ,'Cheyenne');
							document.searchform.city.options[3] = new Option ('Cody' ,'Cody');
							document.searchform.city.options[4] = new Option ('Green River' ,'Green River');
							document.searchform.city.options[5] = new Option ('Jackson' ,'Jackson');
							document.searchform.city.options[6] = new Option ('Laramie' ,'Laramie');
							document.searchform.city.options[7] = new Option ('Newcastle' ,'Newcastle');
							document.searchform.city.options[8] = new Option ('Rawlins' ,'Rawlins');
							document.searchform.city.options[9] = new Option ('Riverton' ,'Riverton');
							document.searchform.city.options[10] = new Option ('Sheridan' ,'Sheridan');
							document.searchform.city.options[11] = new Option ('Sundance' ,'Sundance');
							document.searchform.city.options[12] = new Option ('Torrington' ,'Torrington');
							document.searchform.city.options[13] = new Option ('Worland' ,'Worland');
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 14 )
					       {
							counter=document.searchform.city.length; 
							for (i=14;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}
if (document.searchform.state.options[document.searchform.state.selectedIndex].value=="District of Columbia") // new code  
			        	{									
				         counter =document.searchform.city.length;
					        for (i=0;i<=counter;i++)
						    {
							 document.searchform.city.remove(i);
							 }
							document.searchform.city.options[0] = new Option ('Washington, DC' ,'Washington, DC');
							
							counter =document.searchform.city.length;
                            if (document.searchform.city.length > 1 )
					       {
							counter=document.searchform.city.length; 
							for (i=1;i<counter;i++)
						    { 
							document.searchform.city.remove(i);
						     }
					      } 
							
					}


}



function Searchvalidation()
{
var objform=document.searchform;
if(objform.state.value=="")
//alert(objform.state.value);
	{
		alert("Please select State.");
		objform.state.focus();
		return false;
	}

if(objform.city.value=="select city")
	{
		alert("Please select city.");
		objform.city.focus();
		return false;
	}
if(objform.practice.value=="0")
	{
		alert("Please practical area");
		objform.practice.focus();
		return false;
	}

return true
}


















