var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
function rotation14()
{
if (ad==1) {
url="http://www.symposiumdepeinture.com/lorraine525/indexT.php";
alt="Lapointe Lorraine";
banner="images_entree/lapointelorraine-1.jpg";
width="63";
height="63";
}
if (ad==2) {
url="http://www.symposiumdepeinture.com/lorraine525/indexT.php";
alt="Lapointe Lorraine";
banner="images_entree/lapointelorraine-2.jpg";
width="63";
height="63";
}
if (ad==3) {
url="http://www.symposiumdepeinture.com/latulipe543/indexT.php";
alt="Latulipe Louise";
banner="images_entree/latulipelouise-1.jpg";
width="63";
height="63";
}
if (ad==4) {
url="http://www.symposiumdepeinture.com/latulipe543/indexT.php";
alt="Latulipe Louise";
banner="images_entree/latulipelouise-2.jpg";
width="63";
height="63";
}
if (ad==5) {
url="http://www.symposiumdepeinture.com/laurence538/indexT.php";
alt="Laurence Carole";
banner="images_entree/laurencecarole-1.jpg";
width="63";
height="63";
}
if (ad==6) {
url="http://www.symposiumdepeinture.com/laurence538/indexT.php";
alt="Laurence Carole";
banner="images_entree/laurencecarole-2.jpg";
width="63";
height="63";
}
if (ad==7) {
url="http://www.symposiumdepeinture.com/leblanc520/indexT.php";
alt="Leblanc Lucie"
banner="images_entree/leblanclucie-1.jpg";
width="63";
height="63";
}
if (ad==8) {
url="http://www.symposiumdepeinture.com/leblanc520/indexT.php";
alt="Leblanc Lucie";
banner="images_entree/leblanclucie-2.jpg";
width="63";
height="63";
}
if (ad==9) {
url="http://www.symposiumdepeinture.com/legros484/indexT.php";
alt="Legros Marielle";
banner="images_entree/legrosmarielle-1.jpg";
width="63";
height="63";
}
if (ad==10) {
url="http://www.symposiumdepeinture.com/legros484/indexT.php";
alt="Legros Marielle";
banner="images_entree/legrosmarielle-2.jpg";
width="63";
height="63";
}
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('</center>');
}

