/////////////////////////
// Ciudades de Uruguay
/////////////////////////

function crearVista (nombreVista, prefVista, links) {
	this.vista = nombreVista
	this.pref  = prefVista
	this.links = links
}

Uruguay = new Array()
i = -1


Uruguay [++i] = new crearVista("Montevideo","MDCA", "11111")
Uruguay [++i] = new crearVista("Artigas","ARTI", "00000")
Uruguay [++i] = new crearVista("Canelones","CANE", "00000")
Uruguay [++i] = new crearVista("Colonia","COLO", "00000")
Uruguay [++i] = new crearVista("Durazno","DURA", "00000")
Uruguay [++i] = new crearVista("Florida","FLDA", "00000")
Uruguay [++i] = new crearVista("Fray Bentos","FBEN", "00000")
Uruguay [++i] = new crearVista("Melo","MELO", "00000")
Uruguay [++i] = new crearVista("Mercedes","MERC", "00000")
Uruguay [++i] = new crearVista("Minas","MINA", "00000")
Uruguay [++i] = new crearVista("Paysandú","PAYS", "00000")
Uruguay [++i] = new crearVista("Punta del Este","PNTA", "00000")
Uruguay [++i] = new crearVista("Rivera","RIVE", "00000")
Uruguay [++i] = new crearVista("Rocha","ROCH", "00000")
Uruguay [++i] = new crearVista("Rutero Uruguay","URUR", "00000")
Uruguay [++i] = new crearVista("Salto","SLTO", "00000")
Uruguay [++i] = new crearVista("San José","SJOS", "00000")
Uruguay [++i] = new crearVista("Santa Lucía","SLUC", "00000")
Uruguay [++i] = new crearVista("Tacuarembó","TACU", "00000")
Uruguay [++i] = new crearVista("Treinta y Trés","TTRE", "00000")
Uruguay [++i] = new crearVista("Trinidad","TRIN", "00000")

