var info=new Array();info[0]= 'La gastronomie est la connaissance raisonn&eacute;e de tout ce qui a rapport &agrave; l\'homme, en tant qu\'il se nourrit';
nbr = Math.round(Math.random() * (info.length-1));
document.write(info[nbr]);