var txtactu=new Array

// n=nombre d'actualités

var n=1

// Texte des actualités
//         <---------- Longueur maximale approximative ---------------------------------->

txtactu[0]="LES ACTUS DU COMMERCE INTERNATIONAL EN LIGNE..."


// Tire un nombre au hazard

var h =Math.round(Math.random()*(n-1));
