function getHtmlBAT() {
	var html = "";
	html += "<div style=\"color: #000000;\">";
	html += "<div style=\"font-size:12pt; color: #66cbff; font-weight: bold;\">Buenos Aires Tango</div>";
	html += "<div style=\"font-size:10pt;\">Sede principale</div>";
	html += "<div style=\"font-size:10pt;\">via delle Ruote, 14R</div>";
	html += "<div style=\"font-size:10pt;\">50129 Firenze</div>";
	html += "</div>";
	return html;
}
function getHtmlBATClubInverno() {
	var html = "";
	html += "<div style=\"color: #000000;\">";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\">Buenos Aires Tango <i>CLUB</i></div>";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\"><i>MILONGA</i></div>";
	html += "<div style=\"font-size:10pt;\">c/o Circolo Il Progresso</div>";
	html += "<div style=\"font-size:10pt;\">via Vittorio Emanuele II, 135</div>";
	html += "<div style=\"font-size:10pt;\">50134 Firenze</div>";
	html += "</div>";
	return html;
}
function getHtmlBATClubEstate() {
	var html = "";
	html += "<div style=\"color: #000000;\">";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\">Buenos Aires Tango <i>CLUB</i></div>";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\"><i>MILONGA estiva</i></div>";
	html += "<div style=\"font-size:10pt;\">c/o LAS PALMAS - Sant’Ambrogio Festival’08</div>";
	html += "<div style=\"font-size:10pt;\">Piazza Ghiberti</div>";
	html += "<div style=\"font-size:10pt;\">50122 Firenze</div>";
	html += "</div>";
	return html;
}
function getHtmlAlambrado() {
	var html = "";
	html += "<div style=\"color: #000000;\">";
	html += "<div style=\"font-size:12pt; color: #66cbff; font-weight: bold;\">Buenos Aires Tango</div>";
	html += "<div style=\"font-size:10pt;\">c/o Alambrado Danza</div>";
	html += "<div style=\"font-size:10pt;\">via Datini, 27</div>";
	html += "<div style=\"font-size:10pt;\">50126 Firenze</div>";
	html += "</div>";
	return html;
}
function getHtmlElAbrazo() {
	var html = "";
	html += "<div style=\"color: #000000;\">";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\">Buenos Aires Tango <i>CLUB</i></div>";
	html += "<div style=\"font-size:12pt; color: #ff0000; font-weight: bold;\"><i>El Abrazo</i></div>";
	html += "<div style=\"font-size:10pt;\">c/o Casa della Creatività</div>";
	html += "<div style=\"font-size:10pt;\">vicolo S. M. Maggiore 1</div>";
	html += "<div style=\"font-size:10pt;\">50123 Firenze</div>";
	html += "</div>";
	return html;
}



