// JavaScript Document

<!--

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

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

	var theItemCount = 2;

		theSummaries[0] = "NOUVEAU !- Visite Vidéo de l’Hôtel...Cliquez Ici";
		theSiteLinks[0] = "/french/video-tour.htm";

	
		theSummaries[1] = "Visitez notre restaurant gastronomique ayant reçu un prix culinaire...Cliquez Ici";
		theSiteLinks[1] = "/french/restaurant.htm";
		

			

	startTicker();
	
	//-->