var lang = "ita";
var text_ita = 'Fino al 31 ottobre 2009 <span style="font-weight: bold; color: #593a43; font-size: 13px">SCONTO 10%</span> per prenotazioni telefoniche o tramite il nostro sito web. <a href="/bed_and_breakfast_toscana/speciale.htm" style="color:#3C2C0B; border-bottom: 1px dotted #3C2C0B; text-decoration:none">Clicca qui</a> per maggiori dettagli.';
var text_en = 'Book now via phone or internet and <span style="font-weight: bold; color: #593a43">SAVE 10%</span>, offer valid until October 31th 2009. <a href="/bed_and_breakfast_tuscany/speciale.htm">Click here</a> for details.';


var toggle = false;

$(document).ready(function () { 
	var text = (lang == "ita") ? text_ita : text_en;
	//$("#banner").html('<span class="flash" style="text-decoration:none; font-family:Arial,Helvetica,sans-serif; font-size: 12px; color: #666">' + text + '</span>');
	//bannerFadeOut();
});

function bannerFadeIn() {
	$("span.flash").fadeIn(1000,bannerFadeOut);	
}
function bannerFadeOut() {
	$("span.flash").fadeOut(1000, bannerFadeIn);	
}
