var nb_banniere = 4;//Nombre de bannière en rotation
var now = new Date()
var sec = now.getSeconds()
var ad = sec % nb_banniere;
ad +=1;

if (ad==1) {
	url="http://www.lavoixdupaysan.org/lejournal/formation.pdf";
	alt="";
	banner="http://www.lavoixdupaysan.org/lejournal/images/formation.gif";
	width="500";
	height="65";
	}

<!-- //RECOPIEZ CE TEXTE AUSSI--> 
<!-- //SOUVENT QU'IL Y A DE BANNIERE-->

if (ad==2) {
	url="";
	alt="";
	banner="http://www.lavoixdupaysan.org/lejournal/images/banilvp1.gif";
	width="500";
	height="65";
	}

if (ad==1) {
	url="http://www.lavoixdupaysan.org/lejournal/formation.pdf";
	alt="";
	banner="http://www.lavoixdupaysan.org/lejournal/images/formation.gif";
	width="500";
	height="65";
	}

if (ad==1) {
	url="http://www.lavoixdupaysan.org/lejournal/formation.pdf";
	alt="";
	banner="http://www.lavoixdupaysan.org/lejournal/images/formation.gif";
	width="500";
	height="65";
	}

document.write('<center>');
document.write('<a href="' + url + '" target="_blank">');
document.write('<img src="' + banner + '" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt="' + alt + '" border=0><br>');
document.write('</a>');
document.write('</center>');

