var maxLength = 25;
  website = new Array;
  website[0] = "Alabama AL";
website[1] = "Alaska AK";
website[2] = "Arizona AZ";
website[3] = "Arkansas AR";
website[4] = "California CA";
website[5] = "Colorado CO";
website[6] = "Connecticut CT";
website[7] = "Delaware DE";
website[8] = "Florida FL";
website[9] = "Georgia GA";
website[10] = "Hawaii HI";
website[11] = "Idaho ID";
website[12] = "Illinois IL";
website[13] = "Indiana IN";
website[14] = "Iowa IA";
website[15] = "Kansas KS";
website[16] = "Kentucky KY";
website[17] = "Louisiana LA";
website[18] = "Maine ME";
website[19] = "Maryland MD";
website[20] = "Massachusetts MA";
website[21] = "Michigan MI";
website[22] = "Minnesota MN";
website[23] = "Mississippi MS";
website[24] = "Missouri MO";
website[25] = "Montana MT";
website[26] = "Nebraska NE";
website[27] = "Nevada NV";
website[28] = "New Hampshire NH";
website[29] = "New Jersey NJ";
website[30] = "New Mexico NM";
website[31] = "New York NY";
website[32] = "North Carolina NC";
website[33] = "North Dakota ND";
website[34] = "Ohio OH";
website[35] = "Oklahoma OK";
website[36] = "Oregon OR";
website[37] = "Pennsylvania PA";
website[38] = "Rhode Island RI";
website[39] = "South Carolina SC";
website[40] = "South Dakota SD";
website[41] = "Tennessee TN";
website[42] = "Texas TX";
website[43] = "Utah UT";
website[44] = "Vermont VT";
website[45] = "Virginia VA";
website[46] = "Washington WA";
website[47] = "West Virginia WV";
website[48] = "Wisconsin WI";
website[49] = "Wyoming WY";
website[50] = "District of Columbia DC";
website[51] = "Guam GU";
website[52] = "Puerto Rico PR";
website[53] = "Virgin Island VI";

  var trueLength = website.length;
  var lst = website.length;

  url = new Array;
  url[0] = "#";
  url[1] = "#";
  url[2] = "#";
  url[3] = "#";
  url[4] = "#";

  ccselect = new Array;
  ccselect[0] = "Alabama AL";
ccselect[1] = "Alaska AK";
ccselect[2] = "Arizona AZ";
ccselect[3] = "Arkansas AR";
ccselect[4] = "California CA";
ccselect[5] = "Colorado CO";
ccselect[6] = "Connecticut CT";
ccselect[7] = "Delaware DE";
ccselect[8] = "Florida FL";
ccselect[9] = "Georgia GA";
ccselect[10] = "Hawaii HI";
ccselect[11] = "Idaho ID";
ccselect[12] = "Illinois IL";
ccselect[13] = "Indiana IN";
ccselect[14] = "Iowa IA";
ccselect[15] = "Kansas KS";
ccselect[16] = "Kentucky KY";
ccselect[17] = "Louisiana LA";
ccselect[18] = "Maine ME";
ccselect[19] = "Maryland MD";
ccselect[20] = "Massachusetts MA";
ccselect[21] = "Michigan MI";
ccselect[22] = "Minnesota MN";
ccselect[23] = "Mississippi MS";
ccselect[24] = "Missouri MO";
ccselect[25] = "Montana MT";
ccselect[26] = "Nebraska NE";
ccselect[27] = "Nevada NV";
ccselect[28] = "New Hampshire NH";
ccselect[29] = "New Jersey NJ";
ccselect[30] = "New Mexico NM";
ccselect[31] = "New York NY";
ccselect[32] = "North Carolina NC";
ccselect[33] = "North Dakota ND";
ccselect[34] = "Ohio OH";
ccselect[35] = "Oklahoma OK";
ccselect[36] = "Oregon OR";
ccselect[37] = "Pennsylvania PA";
ccselect[38] = "Rhode Island RI";
ccselect[39] = "South Carolina SC";
ccselect[40] = "South Dakota SD";
ccselect[41] = "Tennessee TN";
ccselect[42] = "Texas TX";
ccselect[43] = "Utah UT";
ccselect[44] = "Vermont VT";
ccselect[45] = "Virginia VA";
ccselect[46] = "Washington WA";
ccselect[47] = "West Virginia WV";
ccselect[48] = "Wisconsin WI";
ccselect[49] = "Wyoming WY";
ccselect[50] = "District of Columbia DC";
ccselect[51] = "Guam GU";
ccselect[52] = "Puerto Rico PR";
ccselect[53] = "Virgin Island VI";

  function changePage() 
   {menuNum = document.ccDoubleList.ccBitsyG.selectedIndex;
    if (menuNum == null)
     {alert("Please select a category from the menu.");
      return;}
    else
     {i = document.ccDoubleList.ccDoubleZ.selectedIndex;
      window.location.href = url[i];}}

  function changeMenu()
   {website.length = 0;
    menuNum = document.ccDoubleList.ccBitsyG.selectedIndex;
    if (menuNum == null) return;
    if (menuNum == 0) 
     {website = new Array;
      website[0] = new Option("Auburn");
      website[1] = new Option("Athens");
      website[2] = new Option("Birmingham");
      website[3] = new Option("Huntsville");
      website[4] = new Option("Mobile");
      url = new Array;
      url[0] = "/web-hosting/alabama/auburn.html";
      url[1] = "/web-hosting/alabama/athens.html";
      url[2] = "/web-hosting/alabama/birmingham.html";
      url[3] = "/web-hosting/alabama/huntsville.html";
      url[4] = "/web-hosting/alabama/mobile.html";
     }
		 
    if (menuNum == 1) 
     {website = new Array;
      website[0] = new Option("Wasilla");
      url = new Array;
      url[0] = "/web-hosting/alaska/wasilla.html";
      }

    if (menuNum == 2) 
     {website = new Array;
      website[0] = new Option("Apache Junction");
      website[1] = new Option("Cottonwood");
      website[2] = new Option("Gilbert");
      website[3] = new Option("Mesa");
      website[4] = new Option("Phoenix");
	  website[5] = new Option("Scottsdale");
      url = new Array;
      url[0] = "/web-hosting/arizona/apache-junction.html";
      url[1] = "/web-hosting/arizona/cottonwood.html";
      url[2] = "/web-hosting/arizona/gilbert.html";
      url[3] = "/web-hosting/arizona/mesa.html";
      url[4] = "/web-hosting/arizona/phoenix.html";
	  url[5] = "/web-hosting/arizona/scottsdale.html";
     }

    if (menuNum == 3) 
     {website = new Array;
      website[0] = new Option("Blytheville");
      website[1] = new Option("Fayetteville");
      website[2] = new Option("Paragould");
      url = new Array;
      url[0] = "http://www.citieshosting.com/web-hosting/arkansas/blytheville.html";
      url[1] = "http://www.citieshosting.com/web-hosting/arkansas/fayetteville.html";
      url[2] = "http://www.citieshosting.com/web-hosting/arkansas/paragould.html";
      }
     
	  if (menuNum == 4) 
     {website = new Array;
website[0] = new Option("Aliso Viejo");
website[1] = new Option("Bakersfield");
website[2] = new Option("Brawley");
website[3] = new Option("Canyon Country");
website[4] = new Option("Carlsbad");
website[5] = new Option("Chino");
website[6] = new Option("Dana Point");
website[7] = new Option("Davis");
website[8] = new Option("Dublin");
website[9] = new Option("Los Angeles");
website[10] = new Option("Lancaster");
website[11] = new Option("Lakewood");
website[12] = new Option("La Mirada");
website[13] = new Option("Irvine");
website[14] = new Option("Huntington Beach");
website[15] = new Option("Fullerton");
website[16] = new Option("Fresno");
website[17] = new Option("Fremont");
website[18] = new Option("Escondido");
website[19] = new Option("Encino");
website[20] = new Option("El Segundo");
website[21] = new Option("El Monte");
website[22] = new Option("Merced");
website[23] = new Option("Monterey");
website[24] = new Option("Monterey Park");
website[25] = new Option("Morgan Hill");
website[26] = new Option("Novato");
website[27] = new Option("Ontario");
website[28] = new Option("Pacifica");
website[29] = new Option("Placerville");
website[30] = new Option("Redondo Beach");
website[31] = new Option("Richmond");
website[32] = new Option("Rocklin");
website[33] = new Option("Sacramento");
website[34] = new Option("San Clemente");
website[35] = new Option("San Diego");
website[36] = new Option("San Francisco");
website[37] = new Option("San Jose");
website[38] = new Option("San Mateo");
website[39] = new Option("Santa Clara");
website[40] = new Option("Santa Monica");
website[41] = new Option("Santa Rosa");
website[42] = new Option("Sherman Oaks");
website[43] = new Option("Templeton");
website[44] = new Option("Valencia");
website[45] = new Option("Ventura");
website[46] = new Option("Vista");
website[47] = new Option("Walnut");
website[48] = new Option("Woodland Hills");

      url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/california/aliso-viejo.html";
url[1] = "http://www.citieshosting.com/web-hosting/california/bakersfield.html";
url[2] = "http://www.citieshosting.com/web-hosting/california/brawley.html";
url[3] = "http://www.citieshosting.com/web-hosting/california/canyon-country.html";
url[4] = "http://www.citieshosting.com/web-hosting/california/carlsbad.html";
url[5] = "http://www.citieshosting.com/web-hosting/california/chino.html";
url[6] = "http://www.citieshosting.com/web-hosting/california/dana-point.html";
url[7] = "http://www.citieshosting.com/web-hosting/california/davis.html";
url[8] = "http://www.citieshosting.com/web-hosting/california/dublin.html";
url[9] = "http://www.citieshosting.com/web-hosting/california/los-angeles.html";
url[10] = "http://www.citieshosting.com/web-hosting/california/lancaster.html";
url[11] = "http://www.citieshosting.com/web-hosting/california/lakewood.html";
url[12] = "http://www.citieshosting.com/web-hosting/california/la-mirada.html";
url[13] = "http://www.citieshosting.com/web-hosting/california/irvine.html";
url[14] = "http://www.citieshosting.com/web-hosting/california/huntington-beach.html";
url[15] = "http://www.citieshosting.com/web-hosting/california/fullerton.html";
url[16] = "http://www.citieshosting.com/web-hosting/california/fresno.html";
url[17] = "http://www.citieshosting.com/web-hosting/california/fremont.html";
url[18] = "http://www.citieshosting.com/web-hosting/california/escondido.html";
url[19] = "http://www.citieshosting.com/web-hosting/california/encino.html";
url[20] = "http://www.citieshosting.com/web-hosting/california/el-segundo.html";
url[21] = "http://www.citieshosting.com/web-hosting/california/el-monte.html";
url[22] = "http://www.citieshosting.com/web-hosting/california/merced.html";
url[23] = "http://www.citieshosting.com/web-hosting/california/monterey.html";
url[24] = "http://www.citieshosting.com/web-hosting/california/monterey-park.html";
url[25] = "http://www.citieshosting.com/web-hosting/california/morgan-hill.html";
url[26] = "http://www.citieshosting.com/web-hosting/california/novato.html";
url[27] = "http://www.citieshosting.com/web-hosting/california/ontario.html";
url[28] = "http://www.citieshosting.com/web-hosting/california/pacifica.html";
url[29] = "http://www.citieshosting.com/web-hosting/california/placerville.html";
url[30] = "http://www.citieshosting.com/web-hosting/california/redondo-beach.html";
url[31] = "http://www.citieshosting.com/web-hosting/california/richmond.html";
url[32] = "http://www.citieshosting.com/web-hosting/california/rocklin.html";
url[33] = "http://www.citieshosting.com/web-hosting/california/sacramento.html";
url[34] = "http://www.citieshosting.com/web-hosting/california/san-clemente.html";
url[35] = "http://www.citieshosting.com/web-hosting/california/san-diego.html";
url[36] = "http://www.citieshosting.com/web-hosting/california/san-francisco.html";
url[37] = "http://www.citieshosting.com/web-hosting/california/san-jose.html";
url[38] = "http://www.citieshosting.com/web-hosting/california/san-mateo.html";
url[39] = "http://www.citieshosting.com/web-hosting/california/santa-clara.html";
url[40] = "http://www.citieshosting.com/web-hosting/california/santa-monica.html";
url[41] = "http://www.citieshosting.com/web-hosting/california/santa-rosa.html";
url[42] = "http://www.citieshosting.com/web-hosting/california/sherman-oaks.html";
url[43] = "http://www.citieshosting.com/web-hosting/california/templeton.html";
url[44] = "http://www.citieshosting.com/web-hosting/california/valencia.html";
url[45] = "http://www.citieshosting.com/web-hosting/california/ventura.html";
url[46] = "http://www.citieshosting.com/web-hosting/california/vista.html";
url[47] = "http://www.citieshosting.com/web-hosting/california/walnut.html";
url[48] = "http://www.citieshosting.com/web-hosting/california/woodland-hills.html";
      }
	 
     if (menuNum == 5) 
     {website = new Array;
website[0] = new Option("Aurora");
website[1] = new Option("Colorado Springs");
website[2] = new Option("Crested Butt");
website[3] = new Option("Denver");
website[4] = new Option("Grand Junction");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/colorado/aurora.html";
url[1] = "http://www.citieshosting.com/web-hosting/colorado/colorado-springs.html";
url[2] = "http://www.citieshosting.com/web-hosting/colorado/crested-butte.html";
url[3] = "http://www.citieshosting.com/web-hosting/colorado/denver.html";
url[4] = "http://www.citieshosting.com/web-hosting/colorado/grand-junction.html";
	  }
	  
	  if (menuNum == 6) 
     {website = new Array;
website[0] = new Option("East Hampton");
website[1] = new Option("Essex");
website[2] = new Option("Groton");
website[3] = new Option("Meriden");
website[4] = new Option("New Haven");
website[5] = new Option("Rocky Hill");
website[6] = new Option("Stamford");
website[7] = new Option("Windsor");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/connecticut/east-hampton.html";
url[1] = "http://www.citieshosting.com/web-hosting/connecticut/essex.html";
url[2] = "http://www.citieshosting.com/web-hosting/connecticut/groton.html";
url[3] = "http://www.citieshosting.com/web-hosting/connecticut/meriden.html";
url[4] = "http://www.citieshosting.com/web-hosting/connecticut/new-haven.html";
url[5] = "http://www.citieshosting.com/web-hosting/connecticut/rocky-hill.html";
url[6] = "http://www.citieshosting.com/web-hosting/connecticut/stamford.html";
url[7] = "http://www.citieshosting.com/web-hosting/connecticut/windsor.html";
	  }
	  
	  if (menuNum == 7) 
     {website = new Array;
website[0] = new Option("Newark");
website[1] = new Option("Wilmington");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/delaware/newark.html";
url[1] = "http://www.citieshosting.com/web-hosting/delaware/wilmington.html";
	  }
	  
	  if (menuNum == 8) 
     {website = new Array;
website[0] = new Option("Boca Raton");
website[1] = new Option("Bradenton");
website[2] = new Option("Cantonment");
website[3] = new Option("Cape Canaveral");
website[4] = new Option("Casselberry");
website[5] = new Option("Clermont");
website[6] = new Option("Delray Beach");
website[7] = new Option("Fort Pierce");
website[8] = new Option("High Springs");
website[9] = new Option("Holiday");
website[10] = new Option("Hollywood");
website[11] = new Option("Homestead");
website[12] = new Option("Jacksonville");
website[13] = new Option("Kissimmee");
website[14] = new Option("Lake City");
website[15] = new Option("Lake Mary");
website[16] = new Option("Lake Worth");
website[17] = new Option("Longwood");
website[18] = new Option("Melbourne");
website[19] = new Option("Miami");
website[20] = new Option("Ocala");
website[21] = new Option("Orlando");
website[22] = new Option("Pensacola");
website[23] = new Option("Saint Petersburg");
website[24] = new Option("Stuart");
website[25] = new Option("Tallahassee");
website[26] = new Option("Tampa");
website[27] = new Option("Winter Park");
website[28] = new Option("West Palm Beach");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/florida/boca-raton.html";
url[1] = "http://www.citieshosting.com/web-hosting/florida/bradenton.html";
url[2] = "http://www.citieshosting.com/web-hosting/florida/cantonment.html";
url[3] = "http://www.citieshosting.com/web-hosting/florida/cape-canaveral.html";
url[4] = "http://www.citieshosting.com/web-hosting/florida/casselberry.html";
url[5] = "http://www.citieshosting.com/web-hosting/florida/clermont.html";
url[6] = "http://www.citieshosting.com/web-hosting/florida/delray-beach.html";
url[7] = "http://www.citieshosting.com/web-hosting/florida/fort-pierce.html";
url[8] = "http://www.citieshosting.com/web-hosting/florida/high-springs.html";
url[9] = "http://www.citieshosting.com/web-hosting/florida/holiday.html";
url[10] = "http://www.citieshosting.com/web-hosting/florida/hollywood.html";
url[11] = "http://www.citieshosting.com/web-hosting/florida/homestea.html";
url[12] = "http://www.citieshosting.com/web-hosting/florida/jacksonville.html";
url[13] = "http://www.citieshosting.com/web-hosting/florida/kissimmee.html";
url[14] = "http://www.citieshosting.com/web-hosting/florida/lake-city.html";
url[15] = "http://www.citieshosting.com/web-hosting/florida/lake-mary.html";
url[16] = "http://www.citieshosting.com/web-hosting/florida/lake-worth.html";
url[17] = "http://www.citieshosting.com/web-hosting/florida/longwood.html";
url[18] = "http://www.citieshosting.com/web-hosting/florida/melbourne.html";
url[19] = "http://www.citieshosting.com/web-hosting/florida/miami.html";
url[20] = "http://www.citieshosting.com/web-hosting/florida/ocala.html";
url[21] = "http://www.citieshosting.com/web-hosting/florida/orlando.html";
url[22] = "http://www.citieshosting.com/web-hosting/florida/pensacola.html";
url[23] = "http://www.citieshosting.com/web-hosting/florida/saint-petersburg.html";
url[24] = "http://www.citieshosting.com/web-hosting/florida/stuart.html";
url[25] = "http://www.citieshosting.com/web-hosting/florida/tallahassee.html";
url[26] = "http://www.citieshosting.com/web-hosting/florida/tampa.html";
url[27] = "http://www.citieshosting.com/web-hosting/florida/winter-park.html";
url[28] = "http://www.citieshosting.com/web-hosting/florida/west-palm-beach.html";
	  }
	  
	  if (menuNum == 9) 
     {website = new Array;
website[0] = new Option("Athens");
website[1] = new Option("Atlanta");
website[2] = new Option("Kingsland");
website[3] = new Option("Lagrange");
website[4] = new Option("Marietta");
website[5] = new Option("Rome");
website[6] = new Option("Savannah");
website[7] = new Option("Tucker");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/georgia/athens.html";
url[1] = "http://www.citieshosting.com/web-hosting/georgia/atlanta.html";
url[2] = "http://www.citieshosting.com/web-hosting/georgia/kingsland.html";
url[3] = "http://www.citieshosting.com/web-hosting/georgia/lagrange.html";
url[4] = "http://www.citieshosting.com/web-hosting/georgia/marietta.html";
url[5] = "http://www.citieshosting.com/web-hosting/georgia/rome.html";
url[6] = "http://www.citieshosting.com/web-hosting/georgia/savannah.html";
url[7] = "http://www.citieshosting.com/web-hosting/georgia/tucker.html";
	  }
	  
	  if (menuNum == 10) 
     {website = new Array;
website[0] = new Option("Makawao");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/hawaii/makawao.html";
	  }
	  
	  if (menuNum == 11) 
     {website = new Array;
website[0] = new Option("Idaho Falls");
website[1] = new Option("Nampa");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/idaho/idaho-falls.html";
url[1] = "http://www.citieshosting.com/web-hosting/idaho/nampa.html";
	  }
	  
	  if (menuNum == 12) 
     {website = new Array;
website[0] = new Option("Algonquin");
website[1] = new Option("Arlington Heights");
website[2] = new Option("Bensenville");
website[3] = new Option("Bloomington");
website[4] = new Option("Buffalo Grove");
website[5] = new Option("Chicago");
website[6] = new Option("Effingham");
website[7] = new Option("Lincolnwood");
website[8] = new Option("Lombard");
website[9] = new Option("Melrose Park");
website[10] = new Option("Oak Brook");
website[11] = new Option("Palatine");
website[12] = new Option("Schaumburg");
website[13] = new Option("Wood Dale");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/illinois/algonquin.html";
url[1] = "http://www.citieshosting.com/web-hosting/illinois/arlington-heights.html";
url[2] = "http://www.citieshosting.com/web-hosting/illinois/bensenville.html";
url[3] = "http://www.citieshosting.com/web-hosting/illinois/bloomington.html";
url[4] = "http://www.citieshosting.com/web-hosting/illinois/buffalo-grove.html";
url[5] = "http://www.citieshosting.com/web-hosting/illinois/chicago.html";
url[6] = "http://www.citieshosting.com/web-hosting/illinois/effingham.html";
url[7] = "http://www.citieshosting.com/web-hosting/illinois/lincolnwood.html";
url[8] = "http://www.citieshosting.com/web-hosting/illinois/lombard.html";
url[9] = "http://www.citieshosting.com/web-hosting/illinois/melrose-park.html";
url[10] = "http://www.citieshosting.com/web-hosting/illinois/oak-brook.html";
url[11] = "http://www.citieshosting.com/web-hosting/illinois/palatine.html";
url[12] = "http://www.citieshosting.com/web-hosting/illinois/schaumburg.html";
url[13] = "http://www.citieshosting.com/web-hosting/illinois/wood-dale.html";
	  }
	  
	  if (menuNum == 13) 
     {website = new Array;
website[0] = new Option("Bloomington");
website[1] = new Option("Elkhart");
website[2] = new Option("Franklin");
website[3] = new Option("Indianapolis");
website[4] = new Option("New Haven");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/indiana/bloomington.html";
url[1] = "http://www.citieshosting.com/web-hosting/indiana/elkhart.html";
url[2] = "http://www.citieshosting.com/web-hosting/indiana/franklin.html";
url[3] = "http://www.citieshosting.com/web-hosting/indiana/indianapolis.html";
url[4] = "http://www.citieshosting.com/web-hosting/indiana/new-haven.html";
	  }
	  
	  if (menuNum == 14) 
     {website = new Array;
website[0] = new Option("Waterloo");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/iowa/waterloo.html";
	  }
	  
	  if (menuNum == 15) 
     {website = new Array;
website[0] = new Option("Manhattan");
website[1] = new Option("Olathe");
website[2] = new Option("Topeka");
website[3] = new Option("Wichita");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/kansas/manhattan.html";
url[1] = "http://www.citieshosting.com/web-hosting/kansas/olathe.html";
url[2] = "http://www.citieshosting.com/web-hosting/kansas/topeka.html";
url[3] = "http://www.citieshosting.com/web-hosting/kansas/wichita.html";
	  }
	  
	  if (menuNum == 16) 
     {website = new Array;
website[0] = new Option("Lexington");
website[1] = new Option("Louisville");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/kentucky/lexington.html";
url[1] = "http://www.citieshosting.com/web-hosting/kentucky/louisville.html";
	  }
	  
	  if (menuNum == 17) 
     {website = new Array;
website[0] = new Option("Gonzales");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/louisiana/gonzales.html";
	  }
	  
	  if (menuNum == 18) 
     {website = new Array;
website[0] = new Option("Ellsworth");
website[1] = new Option("Winthrop");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/maine/ellsworth.html";
url[1] = "http://www.citieshosting.com/web-hosting/maine/winthrop.html";
	  }
	  
	  if (menuNum == 19) 
     {website = new Array;
website[0] = new Option("Baltimore");
website[1] = new Option("Cockeysville");
website[2] = new Option("Columbia");
website[3] = new Option("Gaithersburg");
website[4] = new Option("Gambrills");
website[5] = new Option("Hyattsville");
website[6] = new Option("Ocean City");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/maryland/baltimore.html";
url[1] = "http://www.citieshosting.com/web-hosting/maryland/cockeysville.html";
url[2] = "http://www.citieshosting.com/web-hosting/maryland/columbia.html";
url[3] = "http://www.citieshosting.com/web-hosting/maryland/gaithersburg.html";
url[4] = "http://www.citieshosting.com/web-hosting/maryland/gambrills.html";
url[5] = "http://www.citieshosting.com/web-hosting/maryland/hyattsville.html";
url[6] = "http://www.citieshosting.com/web-hosting/maryland/ocean-city.html";
	  }
	  
	  if (menuNum == 20) 
     {website = new Array;
website[0] = new Option("Brighton");
website[1] = new Option("Charlestown");
website[2] = new Option("Chestnut Hill");
website[3] = new Option("Fall River");
website[4] = new Option("New Bedford");
website[5] = new Option("Pembroke");
website[6] = new Option("Shrewsbury");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/massachusetts/brighton.html";
url[1] = "http://www.citieshosting.com/web-hosting/massachusetts/charlestown.html";
url[2] = "http://www.citieshosting.com/web-hosting/massachusetts/chestnut-hill.html";
url[3] = "http://www.citieshosting.com/web-hosting/massachusetts/fall-river.html";
url[4] = "http://www.citieshosting.com/web-hosting/massachusetts/new-bedford.html";
url[5] = "http://www.citieshosting.com/web-hosting/massachusetts/pembroke.html";
url[6] = "http://www.citieshosting.com/web-hosting/massachusetts/shrewsbury.html";
	  }
	  
	  if (menuNum == 21) 
     {website = new Array;
website[0] = new Option("Ann Arbor");
website[1] = new Option("Detroit");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/michigan/ann-arbor.html";
url[1] = "http://www.citieshosting.com/web-hosting/michigan/detroit.html";
	  }
	  
	  if (menuNum == 22) 
     {website = new Array;
website[0] = new Option("Aitkin");
website[1] = new Option("Burnsville");
website[2] = new Option("Duluth");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/minnesota/aitkin.html";
url[1] = "http://www.citieshosting.com/web-hosting/minnesota/burnsville.html";
url[2] = "http://www.citieshosting.com/web-hosting/minnesota/duluth.html";
	  }
	  
	  if (menuNum == 23) 
     {website = new Array;
website[0] = new Option("Vicksburg");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/mississippi/vicksburg.html";
	  }
	  
	  if (menuNum == 24) 
     {website = new Array;
website[0] = new Option("Arnold");
website[1] = new Option("Kansas City");
website[2] = new Option("Odessa");
website[3] = new Option("Saint Louis");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/missouri/arnold.html";
url[1] = "http://www.citieshosting.com/web-hosting/missouri/kansas-city.html";
url[2] = "http://www.citieshosting.com/web-hosting/missouri/odessa.html";
url[3] = "http://www.citieshosting.com/web-hosting/missouri/saint-louis.html";
	  }
	  
	  if (menuNum == 25) 
     {website = new Array;
website[0] = new Option("Missoula");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/montana/missoula.html";
	  }
	  
	  if (menuNum == 26) 
     {website = new Array;
website[0] = new Option("Lincoln");
website[1] = new Option("Omaha");
website[2] = new Option("Scottsbluff");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/nebraska/lincoln.html";
url[1] = "http://www.citieshosting.com/web-hosting/nebraska/omaha.html";
url[2] = "http://www.citieshosting.com/web-hosting/nebraska/scottsbluff.html";
	  }
	  
	  if (menuNum == 27) 
     {website = new Array;
website[0] = new Option("Carson City");
website[1] = new Option("Henderson");
website[2] = new Option("Las Vegas");
website[3] = new Option("Reno");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/nevada/carson-city.html";
url[1] = "http://www.citieshosting.com/web-hosting/nevada/henderson.html";
url[2] = "http://www.citieshosting.com/web-hosting/nevada/las-vegas.html";
url[3] = "http://www.citieshosting.com/web-hosting/nevada/reno.html";
	  }
	  
	  if (menuNum == 28) 
     {website = new Array;
website[0] = new Option("Manchester");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/new-hampshire/manchester.html";
	  }
	  
	  if (menuNum == 29) 
     {website = new Array;
website[0] = new Option("Clifton");
website[1] = new Option("Edgewater");
website[2] = new Option("Edison");
website[3] = new Option("Englewood Cliffs");
website[4] = new Option("Franklin Lakes");
website[5] = new Option("Glassboro");
website[6] = new Option("Marlboro");
website[7] = new Option("Mountainside");
website[8] = new Option("Paramus");
website[9] = new Option("Piscataway");
website[10] = new Option("Secaucus");
website[11] = new Option("Sewell");
website[12] = new Option("Toms River");
website[13] = new Option("Totowa");
website[14] = new Option("Woodbridge");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/new-jersey/clifton.html";
url[1] = "http://www.citieshosting.com/web-hosting/new-jersey/edgewater.html";
url[2] = "http://www.citieshosting.com/web-hosting/new-jersey/edison.html";
url[3] = "http://www.citieshosting.com/web-hosting/new-jersey/englewood-cliffs.html";
url[4] = "http://www.citieshosting.com/web-hosting/new-jersey/franklin-lakes.html";
url[5] = "http://www.citieshosting.com/web-hosting/new-jersey/glassboro.html";
url[6] = "http://www.citieshosting.com/web-hosting/new-jersey/marlboro.html";
url[7] = "http://www.citieshosting.com/web-hosting/new-jersey/mountainside.html";
url[8] = "http://www.citieshosting.com/web-hosting/new-jersey/paramus.html";
url[9] = "http://www.citieshosting.com/web-hosting/new-jersey/piscataway.html";
url[10] = "http://www.citieshosting.com/web-hosting/new-jersey/secaucus.html";
url[11] = "http://www.citieshosting.com/web-hosting/new-jersey/sewell.html";
url[12] = "http://www.citieshosting.com/web-hosting/new-jersey/toms-river.html";
url[13] = "http://www.citieshosting.com/web-hosting/new-jersey/totowa.html";
url[14] = "http://www.citieshosting.com/web-hosting/new-jersey/woodbridge.html";
	  }
	  
	  if (menuNum == 30) 
     {website = new Array;
website[0] = new Option("Albuquerque");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/new-mexico/albuquerque.html";
	  }
	  
	  if (menuNum == 31) 
     {website = new Array;
website[0] = new Option("Albany");
website[1] = new Option("Brooklyn");
website[2] = new Option("Buffalo");
website[3] = new Option("Clifton Park");
website[4] = new Option("New York");
website[5] = new Option("Schenectady");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/new-york/albany.html";
url[1] = "http://www.citieshosting.com/web-hosting/new-york/brooklyn.html";
url[2] = "http://www.citieshosting.com/web-hosting/new-york/buffalo.html";
url[3] = "http://www.citieshosting.com/web-hosting/new-york/clifton-park.html";
url[4] = "http://www.citieshosting.com/web-hosting/new-york/new-york.html";
url[5] = "http://www.citieshosting.com/web-hosting/new-york/schenectady.html";
	  }
	  
	  if (menuNum == 32) 
     {website = new Array;
website[0] = new Option("Albemarle");
website[1] = new Option("Asheboro");
website[2] = new Option("Cary");
website[3] = new Option("Clayton");
website[4] = new Option("Raleigh");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/north-carolina/albemarle.html";
url[1] = "http://www.citieshosting.com/web-hosting/north-carolina/asheboro.html";
url[2] = "http://www.citieshosting.com/web-hosting/north-carolina/cary.html";
url[3] = "http://www.citieshosting.com/web-hosting/north-carolina/clayton.html";
url[4] = "http://www.citieshosting.com/web-hosting/north-carolina/raleigh.html";
	  }
	  
	  if (menuNum == 33) 
     {website = new Array;
website[0] = new Option("Mandan");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/north-dakota/mandan.html";
	  }
	  
	  if (menuNum == 34) 
     {website = new Array;
website[0] = new Option("Avon");
website[1] = new Option("Columbus");
website[2] = new Option("Dayton");
website[3] = new Option("Fairborn");
website[4] = new Option("Grove City");
website[5] = new Option("Lima");
website[6] = new Option("North Olmsted");
website[7] = new Option("Olmsted Falls");
website[8] = new Option("Strongsville");
website[9] = new Option("Toledo");
website[10] = new Option("Twinsburg");
website[11] = new Option("Wauseon");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/ohio/avon.html";
url[1] = "http://www.citieshosting.com/web-hosting/ohio/columbus.html";
url[2] = "http://www.citieshosting.com/web-hosting/ohio/dayton.html";
url[3] = "http://www.citieshosting.com/web-hosting/ohio/fairborn.html";
url[4] = "http://www.citieshosting.com/web-hosting/ohio/grove-city.html";
url[5] = "http://www.citieshosting.com/web-hosting/ohio/lima.html";
url[6] = "http://www.citieshosting.com/web-hosting/ohio/north-olmsted.html";
url[7] = "http://www.citieshosting.com/web-hosting/ohio/olmsted-falls.html";
url[8] = "http://www.citieshosting.com/web-hosting/ohio/strongsville.html";
url[9] = "http://www.citieshosting.com/web-hosting/ohio/toledo.html";
url[10] = "http://www.citieshosting.com/web-hosting/ohio/twinsburg.html";
url[11] = "http://www.citieshosting.com/web-hosting/ohio/wauseon.html";
	  }
	  
	  if (menuNum == 35) 
     {website = new Array;
website[0] = new Option("Edmond");
website[1] = new Option("Norman");
website[2] = new Option("Stillwater");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/oklahoma/edmond.html";
url[1] = "http://www.citieshosting.com/web-hosting/oklahoma/norman.html";
url[2] = "http://www.citieshosting.com/web-hosting/oklahoma/stillwater.html";
	  }
	  
	  if (menuNum == 36) 
     {website = new Array;
website[0] = new Option("Gold Beach");
website[1] = new Option("Portland");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/oregon/gold-beach.html";
url[1] = "http://www.citieshosting.com/web-hosting/oregon/portland.html";
	  }
	  
	  if (menuNum == 37) 
     {website = new Array;
website[0] = new Option("Bangor");
website[1] = new Option("Berwyn");
website[2] = new Option("Hawley");
website[3] = new Option("Philadelphia");
website[4] = new Option("Royersford");
website[5] = new Option("Scranton");
website[6] = new Option("Sunbury");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/pennsylvania/bangor.html";
url[1] = "http://www.citieshosting.com/web-hosting/pennsylvania/berwyn.html";
url[2] = "http://www.citieshosting.com/web-hosting/pennsylvania/hawley.html";
url[3] = "http://www.citieshosting.com/web-hosting/pennsylvania/philadelphia.html";
url[4] = "http://www.citieshosting.com/web-hosting/pennsylvania/royersford.html";
url[5] = "http://www.citieshosting.com/web-hosting/pennsylvania/scranton.html";
url[6] = "http://www.citieshosting.com/web-hosting/pennsylvania/sunbury.html";
	  }
	  
	  if (menuNum == 38) 
     {website = new Array;
website[0] = new Option("East Greenwich");
website[1] = new Option("Pawtucket");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/rhode-island/east-greenwich.html";
url[1] = "http://www.citieshosting.com/web-hosting/rhode-island/pawtucket.html";
	  }
	  
	  if (menuNum == 39) 
     {website = new Array;
website[0] = new Option("Lexington");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/south-carolina/lexington.html";
	  }
	  
	  if (menuNum == 40) 
     {website = new Array;
website[0] = new Option("Aberdeen");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/south-dakota/aberdeen.html";
	  }
	  
	  if (menuNum == 41) 
     {website = new Array;
website[0] = new Option("Erwin");
website[1] = new Option("Jasper");
website[2] = new Option("Knoxville");
website[3] = new Option("Milan");
website[4] = new Option("Morristown");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/tennessee/erwin.html";
url[1] = "http://www.citieshosting.com/web-hosting/tennessee/jasper.html";
url[2] = "http://www.citieshosting.com/web-hosting/tennessee/knoxville.html";
url[3] = "http://www.citieshosting.com/web-hosting/tennessee/milan.html";
url[4] = "http://www.citieshosting.com/web-hosting/tennessee/morristown.html";
	  }
	  
	  if (menuNum == 42) 
     {website = new Array;
website[0] = new Option("Arlington");
website[1] = new Option("Austin");
website[2] = new Option("Bedford");
website[3] = new Option("Canton");
website[4] = new Option("Cedar Park");
website[5] = new Option("Dallas");
website[6] = new Option("El Paso");
website[7] = new Option("Galveston");
website[8] = new Option("Garland");
website[9] = new Option("Houston");
website[10] = new Option("Humble");
website[11] = new Option("La Marque");
website[12] = new Option("La Porte");
website[13] = new Option("Lewisville");
website[14] = new Option("New Braunfels");
website[15] = new Option("Round Rock");
website[16] = new Option("San Antonio");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/texas/arlington.html";
url[1] = "http://www.citieshosting.com/web-hosting/texas/austin.html";
url[2] = "http://www.citieshosting.com/web-hosting/texas/bedford.html";
url[3] = "http://www.citieshosting.com/web-hosting/texas/canton.html";
url[4] = "http://www.citieshosting.com/web-hosting/texas/cedar.html";
url[5] = "http://www.citieshosting.com/web-hosting/texas/dallas.html";
url[6] = "http://www.citieshosting.com/web-hosting/texas/el-paso.html";
url[7] = "http://www.citieshosting.com/web-hosting/texas/galveston.html";
url[8] = "http://www.citieshosting.com/web-hosting/texas/garland.html";
url[9] = "http://www.citieshosting.com/web-hosting/texas/houston.html";
url[10] = "http://www.citieshosting.com/web-hosting/texas/humble.html";
url[11] = "http://www.citieshosting.com/web-hosting/texas/la-marque.html";
url[12] = "http://www.citieshosting.com/web-hosting/texas/la-porte.html";
url[13] = "http://www.citieshosting.com/web-hosting/texas/lewisville.html";
url[14] = "http://www.citieshosting.com/web-hosting/texas/new-braunfels.html";
url[15] = "http://www.citieshosting.com/web-hosting/texas/round-rock.html";
url[16] = "http://www.citieshosting.com/web-hosting/texas/san-antonio.html";
	  }
	  
	  if (menuNum == 43) 
     {website = new Array;
website[0] = new Option("Draper");
website[1] = new Option("Orem");
website[2] = new Option("South");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/utah/draper.html";
url[1] = "http://www.citieshosting.com/web-hosting/utah/orem.html";
url[2] = "http://www.citieshosting.com/web-hosting/utah/south-jordan.html";
	  }
	  
	  if (menuNum == 44) 
     {website = new Array;
website[0] = new Option("Burlington");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/vermont/burlington.html";
	  }
	  
	  if (menuNum == 45) 
     {website = new Array;
website[0] = new Option("Ashburn");
website[1] = new Option("Blacksburg");
website[2] = new Option("Chesapeake");
website[3] = new Option("Glen Allen");
website[4] = new Option("Great Falls");
website[5] = new Option("Sterling");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/virginia/ashburn.html";
url[1] = "http://www.citieshosting.com/web-hosting/virginia/blacksburg.html";
url[2] = "http://www.citieshosting.com/web-hosting/virginia/chesapeake.html";
url[3] = "http://www.citieshosting.com/web-hosting/virginia/glen-allen.html";
url[4] = "http://www.citieshosting.com/web-hosting/virginia/great-falls.html";
url[5] = "http://www.citieshosting.com/web-hosting/virginia/sterling.html";
	  }
	  
	  if (menuNum == 46) 
     {website = new Array;
website[0] = new Option("Bothell");
website[1] = new Option("Gig Harbor");
website[2] = new Option("Kenmore");
website[3] = new Option("Lacey");
website[4] = new Option("Lynden");
website[5] = new Option("Lynnwood");
website[6] = new Option("Puyallup");
website[7] = new Option("Seattle");
website[8] = new Option("Tacoma");
website[9] = new Option("Vancouver");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/washington/bothell.html";
url[1] = "http://www.citieshosting.com/web-hosting/washington/gig-harbor.html";
url[2] = "http://www.citieshosting.com/web-hosting/washington/kenmore.html";
url[3] = "http://www.citieshosting.com/web-hosting/washington/lacey.html";
url[4] = "http://www.citieshosting.com/web-hosting/washington/lynden.html";
url[5] = "http://www.citieshosting.com/web-hosting/washington/lynnwood.html";
url[6] = "http://www.citieshosting.com/web-hosting/washington/puyallup.html";
url[7] = "http://www.citieshosting.com/web-hosting/washington/seattle.html";
url[8] = "http://www.citieshosting.com/web-hosting/washington/tacoma.html";
url[9] = "http://www.citieshosting.com/web-hosting/washington/vancouver.html";
	  }
	  
	  if (menuNum == 47) 
     {website = new Array;
website[0] = new Option("Fairmont");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/west-virginia/fairmont.html";
	  }
	  
	  if (menuNum == 48) 
     {website = new Array;
website[0] = new Option("Eau Claire");
website[1] = new Option("Franklin");
website[2] = new Option("Kenosha");
website[3] = new Option("Mukwonago");
website[4] = new Option("Wausau");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/wisconsin/eau-claire.html";
url[1] = "http://www.citieshosting.com/web-hosting/wisconsin/franklin.html";
url[2] = "http://www.citieshosting.com/web-hosting/wisconsin/kenosha.html";
url[3] = "http://www.citieshosting.com/web-hosting/wisconsin/mukwonago.html";
url[4] = "http://www.citieshosting.com/web-hosting/wisconsin/wausau.html";
	  }
	  
	  if (menuNum == 49) 
     {website = new Array;
website[0] = new Option("Alpine");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/wyoming/alpine.html";
	  }
	  
	  if (menuNum == 50) 
     {website = new Array;
website[0] = new Option("Washington");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/district-of-columbia/washington.html";
	  }
	  
	  if (menuNum == 51) 
     {website = new Array;
website[0] = new Option("Tamuning");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/guam/tamuning.html";
	  }
	  
	  if (menuNum == 52) 
     {website = new Array;
website[0] = new Option("San Juan");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/puerto-rico/san-juan.html";
	  }
	  
	  if (menuNum == 53) 
     {website = new Array;
website[0] = new Option("St. Thomas");
	 
	 url = new Array;
url[0] = "http://www.citieshosting.com/web-hosting/virgin-island/st-thomas.html";
	  }
	  
	 tot = website.length;
     for (i = lst; i > 0; i--) 
      {document.ccDoubleList.ccDoubleZ.options[i] = null;}
       for (i = 0; i < tot; i++)
        {document.ccDoubleList.ccDoubleZ.options[i] = website[i];}
       document.ccDoubleList.ccDoubleZ.options[0].selected = true;
       lst = website.length;}
