	theAmericas=new Subregion("The Americas", "theAmericas");
	northAmerica=new Subregion("North America", "northAmerica");
	latinAmerica=new Subregion("Latin America", "latinAmerica");
	centralAmerica=new Subregion("Central American Isthmus", "centralAmerica");
	infocom=new Subregion("INFOCOM", "infocom");
	latinCaribbean=new Subregion("Latin Caribbean", "latinCaribbean");
	caribbean=new Subregion("Caribbean", "caribbean");
	andeanRegion=new Subregion("Andean Area", "andeanRegion");
	otraRegion=new Subregion("Otra", "otraRegion");
	southernCone=new Subregion("Southern Cone", "southernCone");
	southAmerica=new Subregion("South America", "southAmerica");
	nonLatinCaribbean=new Subregion("Non-Latin Caribbean", "nonLatinCaribbean");
	country28 = new Country("Antigua and Barbuda","28");
	nonLatinCaribbean.add(country28);
	country32 = new Country("Argentina","32");
	southernCone.add(country32);
	country44 = new Country("Bahamas","44");
	nonLatinCaribbean.add(country44);
	country52 = new Country("Barbados","52");
	nonLatinCaribbean.add(country52);
	country60 = new Country("Bermuda","60");
	northAmerica.add(country60);
	country68 = new Country("Bolivia","68");
	andeanRegion.add(country68);
	country76 = new Country("Brazil","76");
	latinAmerica.add(country76);
	country84 = new Country("Belize","84");
	centralAmerica.add(country84);
	country92 = new Country("Virgin Islands (UK)","92");
	nonLatinCaribbean.add(country92);
	country124 = new Country("Canada","124");
	northAmerica.add(country124);
	country136 = new Country("Cayman Islands","136");
	nonLatinCaribbean.add(country136);
	country152 = new Country("Chile","152");
	southernCone.add(country152);
	country170 = new Country("Colombia","170");
	andeanRegion.add(country170);
	country188 = new Country("Costa Rica","188");
	centralAmerica.add(country188);
	country192 = new Country("Cuba","192");
	latinCaribbean.add(country192);
	country212 = new Country("Dominica","212");
	nonLatinCaribbean.add(country212);
	country214 = new Country("Dominican Republic","214");
	latinCaribbean.add(country214);
	country218 = new Country("Ecuador","218");
	andeanRegion.add(country218);
	country222 = new Country("El Salvador","222");
	centralAmerica.add(country222);
	country254 = new Country("French Guiana","254");
	nonLatinCaribbean.add(country254);
	country308 = new Country("Grenada","308");
	nonLatinCaribbean.add(country308);
	country312 = new Country("Guadeloupe","312");
	nonLatinCaribbean.add(country312);
	country320 = new Country("Guatemala","320");
	centralAmerica.add(country320);
	country328 = new Country("Guyana","328");
	nonLatinCaribbean.add(country328);
	country332 = new Country("Haiti","332");
	nonLatinCaribbean.add(country332);
	country340 = new Country("Honduras","340");
	centralAmerica.add(country340);
	country388 = new Country("Jamaica","388");
	nonLatinCaribbean.add(country388);
	country474 = new Country("Martinique","474");
	nonLatinCaribbean.add(country474);
	country484 = new Country("Mexico","484");
	latinAmerica.add(country484);
	country500 = new Country("Montserrat","500");
	nonLatinCaribbean.add(country500);
	country530 = new Country("Netherlands Antilles","530");
	nonLatinCaribbean.add(country530);
	country533 = new Country("Aruba","533");
	nonLatinCaribbean.add(country533);
	country558 = new Country("Nicaragua","558");
	centralAmerica.add(country558);
	country591 = new Country("Panama","591");
	centralAmerica.add(country591);
	country600 = new Country("Paraguay","600");
	southernCone.add(country600);
	country604 = new Country("Peru","604");
	andeanRegion.add(country604);
	country630 = new Country("Puerto Rico","630");
	latinCaribbean.add(country630);
	country659 = new Country("Saint Kitts and Nevis","659");
	nonLatinCaribbean.add(country659);
	country660 = new Country("Anguilla","660");
	nonLatinCaribbean.add(country660);
	country662 = new Country("Saint Lucia","662");
	nonLatinCaribbean.add(country662);
	country670 = new Country("Saint Vincent and the Grenadines","670");
	nonLatinCaribbean.add(country670);
	country740 = new Country("Suriname","740");
	nonLatinCaribbean.add(country740);
	country780 = new Country("Trinidad and Tobago","780");
	nonLatinCaribbean.add(country780);
	country796 = new Country("Turks and Caicos Islands","796");
	nonLatinCaribbean.add(country796);
	country840 = new Country("United States of America","840");
	northAmerica.add(country840);
	country850 = new Country("Virgin Islands (US)","850");
	nonLatinCaribbean.add(country850);
	country858 = new Country("Uruguay","858");
	southernCone.add(country858);
	country862 = new Country("Venezuela","862");
	andeanRegion.add(country862);
	infocom.addSubregion(centralAmerica);
	infocom.add(country214);

	southAmerica.addSubregion(andeanRegion);
	southAmerica.add(country76);
	southAmerica.add(country254);
	southAmerica.add(country328);
	southAmerica.add(country740);
	southAmerica.addSubregion(southernCone);
	latinAmerica.addSubregion(andeanRegion);
	otraRegion.addSubregion(southernCone);
	otraRegion.addSubregion(andeanRegion);
	latinAmerica.addSubregion(centralAmerica);
	latinAmerica.addSubregion(latinCaribbean);
	latinAmerica.addSubregion(southernCone);
	caribbean.addSubregion(latinCaribbean);
	caribbean.addSubregion(nonLatinCaribbean);
	theAmericas.addSubregion(northAmerica);
	theAmericas.addSubregion(latinAmerica);
	theAmericas.addSubregion(nonLatinCaribbean);

