 
var nombre = 14;
var temps = new Date()
var seconde = temps.getSeconds()
var banniere = seconde % nombre;
banniere +=1;
if (banniere==1) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/01.jpg";
width="150";
height="150";
}
if (banniere==2) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/02.jpg";
width="150";
height="150";
}
if (banniere==3) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/03.jpg";
width="150";
height="150";
}
if (banniere==4) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/04.jpg";
width="150";
height="150";
}
if (banniere==5) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/05.jpg";
width="150";
height="150";
}
if (banniere==6) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/06.jpg";
width="150";
height="150";
}
if (banniere==7) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/07.jpg";
width="150";
height="150";
}
if (banniere==8) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/08.jpg";
width="150";
height="150";
}
if (banniere==9) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/09.jpg";
width="150";
height="150";
}
if (banniere==10) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/10.jpg";
width="150";
height="150";
}
if (banniere==11) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/11.jpg";
width="150";
height="150";
}
if (banniere==12) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/12.jpg";
width="150";
height="150";
}
if (banniere==13) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/13.jpg";
width="150";
height="150";
}
if (banniere==14) {
url="http://www.saficentre.com/magazine/index.html";
alt="Magazine d'info-produits en ligne";
banner="http://www.saficentre.com/2010/pub+banner/webmag/14.jpg";
width="150";
height="150";
}
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></a>');
document.write('</center>');