<!--
  
    var NumberOfAds = 20;
var now = new Date()
var sec = now.getSeconds()
var AdNumber = sec % NumberOfAds;
AdNumber +=1;

if (AdNumber==1)

{

 url="zab1.html";
 Graphic="Images/banner1.gif";
 width = "468"
 height = "60"

}

if (AdNumber==2)

{

 url="intox.html";
 Graphic="Images/banner2.gif";
 width = "468"
 height = "60"

}

if (AdNumber==3)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

if (AdNumber==4)

{

 url="http://www.kisinis.ch";
 Graphic="Images/kisinis.jpg";
 width = "468"
 height = "60"

}

if (AdNumber==5)

{

 url="http://www.ion-lesite.com/";
 Graphic="music/Images/bandeau-Ion-468x60.gif";
 width = "468"
 height = "60"

}

if (AdNumber==6)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

if (AdNumber==7)

{

 url="http://www.art-atlas.net";
 Graphic="Images/art-atlas01.jpg";
 width = "468"
 height = "60"

}

if (AdNumber==8)

{

 url="younggods_xxy.html";
 Graphic="music/Images/bandeaugods.gif";
 width = "468"
 height = "60"

}

if (AdNumber==9)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

if (AdNumber==10)

{

 url="http://www.gilleslecorre.com/";
 Graphic="galerie-gallery/Images/lecorre.jpg";
 width = "468"
 height = "60"

}

if (AdNumber==11)

{

 url="http://www.bonin-ouaib.com";
 Graphic="music/Images/bonin-ouaib.gif";
 width = "468"
 height = "60"

}

if (AdNumber==12)

{

 url="http://www.intoxygene.com/artists/steve-tallis.html";
 Graphic="music/Images/tallis468x60.jpg";
 width = "468"
 height = "60"

}

if (AdNumber==13)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

if (AdNumber==14)

{

 url="younggods_xxy.html";
 Graphic="music/Images/bandeaugods.gif";
 width = "468"
 height = "60"

}

if (AdNumber==15)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

if (AdNumber==16)

{

 url="streaming.html";
 Graphic="Images/banner3.gif";
 width = "468"
 height = "60"

}

if (AdNumber==17)

{

 url="ken.html";
 Graphic="Images/kenya.gif";
 width = "468"
 height = "60"

}

if (AdNumber==18)

{

 url="index.php";
 Graphic="Images/banart.gif";
 width = "468"
 height = "60"

}

if (AdNumber==19)

{

 url="http://www.intoxygene.com/artists/steve-tallis.html";
 Graphic="music/Images/tallis468x60.jpg";
 width = "468"
 height = "60"

}

if (AdNumber==20)

{

 url="pol1.html";
 Graphic="Images/polyban.gif";
 width = "468"
 height = "60"

}

document.write('<center>');
document.write('<a href=\"' + url + '\" target="blank">');
document.write('<img src=\"' + Graphic + '\" width=');
document.write(width + ' height=' + height + ' ');
document.write('border=0><br>');
document.write('</a>');
document.write('</center>');

  // -->