var info=new Array();info[0]= '&quot;nous sommes tous au cœur de notre avenir&quot;.';
nbr = Math.round(Math.random() * (info.length-1));
document.write(info[nbr]);