var theCharacterTimeout = 50;
var theStoryTimeout = 5000;
var theWidgetOne = "_";
var theWidgetTwo = "-";
var theWidgetNone = "";
var theLeadString = "NEWS : ";
var theSummaries = new Array();
var theSiteLinks = new Array();
var theItemCount = 5;
// ici, vous metez vos texte et vos description mais n'oubliez pas de changer la
// variable theItemCount pour indiquer le nombre de news
theSummaries[0] = "LES SUISSES VIVENT EN PAIX, un film de Vladimir Loncar";
theSiteLinks[0] = "http://www.serabibi.com/page22.html";
theSummaries[1] = "SUISSE HUMANITAIRE de Fazia Benhadj avec l'extraordinaire acting de Henry";
theSiteLinks[1] = "http://www.serabibi.com/page23.html";
theSummaries[2] = "MATIN BRUN ou Le Fabuleux destin d'Emile Mouton";
theSiteLinks[2] = "http://www.serabibi.com/page56.html";
theSummaries[3] = "M puissance 2 - un court-métrage expérimentale";
theSiteLinks[3] = "http://www.serabibi.com/page7.html";
theSummaries[4] = "Teaser de MATIN BRUN ou Le Fabuleux destin d'Emile Mouton";
theSiteLinks[4] = "http://www.youtube.com/watch?v=OwrxSF79MgA";
startTicker();

