<!-- Begin
var how_many_ads = 5;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;
document.write('<img src=\"img/accueil/illup' + ad + '.jpg\" width=\"499\" height=\"150\">');
// End   -->
