{
    items: [
		        {   label: 'Cluj Crusaders',
            type: 'Echipe',
			team: '<a href="teams/cj.html">Cluj Crusaders</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/cj.gif"></table></td></tr>',
            imageURL: 'logo/cj.gif',
            division: "-",
            state: "Cluj",
            city: "Cluj-Napoca"
        },
				{   label: 'Bucuresti Predators',
            type: 'Echipe',
			team: '<a href="teams/pre.html">Bucuresti Predators</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/pre.png"></table></td></tr>',
            imageURL: 'logo/pre.png',
            division: "-",
            state: "Bucuresti",
            city: "Bucuresti"
        },
		        {   label: 'Bucuresti Warriors',
            type: 'Echipe',
			team: '<a href="teams/buc.html">Bucuresti Warriors</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/buc.gif"></table></td></tr>',
            imageURL: 'logo/buc.gif',
            division: "-",
            state: "Bucuresti",
            city: "Bucuresti"
        },
		        {   label: 'Constanta Sharks',
            type: 'Echipe',
			team: '<a href="teams/ct.html">Constanta Sharks</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/ct.gif"></table></td></tr>',			
            imageURL: 'logo/ct.gif',
            division: "-",
            state: "Constanta",
            city: "Constanta"
        },
		        {   label: 'Iasi Sevens',
            type: 'Echipe',
			team: '<a href="teams/is.html">Iasi Sevens</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/is7s.jpg"></table></td></tr>',
            imageURL: 'logo/is7s.jpg',
            division: "-",
            state: "Iasi",
            city: "Iasi"
        },
		        {   label: 'Oradea Stars',
            type: 'Echipe',
			team: '<a href="teams/ora.html">Oradea Stars</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/ora.gif"></table></td></tr>',
            imageURL: 'logo/ora.gif',
            division: "-",
            state: "Bihor",
            city: "Oradea"
        },
		        {   label: 'Vaslui Wolves',
            type: 'Echipe',
			team: '<a href="teams/vas.html">Vaslui Wolves</a>',
			logo: '<table width=100%><tr><td align=center><img src="logo/vas.gif"></table></td></tr>',
            imageURL: 'logo/vas.gif',
            division: "-",
            state: "Vaslui",
            city: "Vaslui"
        },

		        {   id: 'Cluj Crusaders',
            LatLng: '46.77,23.60'
        },
				{   id: 'Bucuresti Predators',
            LatLng: '44.44,26.08'
        },
		        {   id: 'Bucuresti Warriors',
            LatLng: '44.44,26.08'
        },
		        {   id: 'Constanta Sharks',
            LatLng: '44.17,28.62'
        },
		        {   id: 'Iasi Sevens',
            LatLng: '47.15,27.58'
        },
		        {   id: 'Oradea Stars',
            LatLng: '47.05,21.92'
        },
		        {   id: 'Vaslui Wolves',
            LatLng: '46.64,27.72'
        },
    ]
}

