<!--

	var theCharacterTimeout = 50;
	var theStoryTimeout     = 5000;
	var theWidgetOne        = "_";
	var theWidgetTwo        = "-";
	var theWidgetNone       = "";
	var theLeadString       = "";

	var theSummaries = new Array();
	var theSiteLinks = new Array();

	var theItemCount = 3;

		theSummaries[0] = "Prenotazione sicura e certa ";
		theSiteLinks[0] = "faqs.htm";

		theSummaries[1] = "Garantita al prezzo migliore";
		theSiteLinks[1] = "faqs.htm";

		theSummaries[2] = "Scopri perché...";
		theSiteLinks[2] = "faqs.htm";
	
		

			

	startTicker();
	
	//-->