
var nombre = 9;
var temps = new Date()
var seconde = temps.getSeconds()
var banniere = seconde % nombre;
banniere +=1;
if (banniere==1) {
url="http://www.dixi.com";
alt="Groupe DIXI: un monde de précision !";
banner="http://www.webcreation-industry.com/banner/dixi.gif";
width="300";
height="40";
}
if (banniere==2) {
url="http://www.essor.ch";
alt="Décolletage et pièces à façon";
banner="http://www.webcreation-industry.com/banner/essor.gif";
width="300";
height="40";
}
if (banniere==3) {
url="http://www.microtech-industry.com";
alt="La Plate-forme des Microtechniques";
banner="http://www.webcreation-industry.com/banner/microtech.gif";
width="300";
height="40";
}
if (banniere==4) {
url="http://www.dynatec.ch";
alt="Techniques des matières synthétiques";
banner="http://www.webcreation-industry.com/banner/dynatec.gif";
width="300";
height="40";
}
if (banniere==5) {
url="http://www.gim-ch.ch";
alt="Groupement suisse de l'industrie technique";
banner="http://www.webcreation-industry.com/banner/gim_ban_ani.gif";
width="300";
height="40";
}
if (banniere==6) {
url="http://www.pcm.ch";
alt="Outillage de précision";
banner="http://www.webcreation-industry.com/banner/pcm.gif";
width="300";
height="40";
}
if (banniere==7) {
url="http://www.webc-i.com";
alt="Le Moteur de recherche de l'industrie technique";
banner="http://www.webcreation-industry.com/banner/webc-i.gif";
width="300";
height="40";
}
if (banniere==8) {
url="http://www.portescap.com";
alt="Portescap solutions by Danaher Motion - Miniature high performance motors";
banner="http://www.webcreation-industry.com/banner/portesc.gif";
width="300";
height="40";
}
if (banniere==9) {
url="http://www.webnews-industry.com";
alt="Le Portail audio-visuel de l'information technique";
banner="http://www.webcreation-industry.com/banner/webnews.gif";
width="300";
height="40";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</center>');