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

if (AdNumber==1)

{

 url="http://www.arobance.com/zab1.html";
 Graphic="http://www.arobance.com/Images/zab88.gif";
 width = "88"
 height = "88"

}

if (AdNumber==2)

{

 url="http://www.arobance.com/monestier.html";
 Graphic="http://www.arobance.com/Images/pierre88.jpg";
 width = "88"
 height = "88"

}
if (AdNumber==3)

{

 url="http://www.arobance.com/streaming.html";
 Graphic="http://www.arobance.com/Images/tek88.gif";
 width = "88"
 height = "88"

}
if (AdNumber==4)

{

 url="http://www.arobance.com/music.html";
 Graphic="http://www.arobance.com/Images/disk88.gif";
 width = "88"
 height = "88"

}
if (AdNumber==5)

{

 url="http://www.arobance.com/index1.html";
 Graphic="http://www.arobance.com/Images/greek.gif";
 width = "88"
 height = "88"

}
if (AdNumber==6)

{

 url="http://www.arobance.com/pol1.html";
 Graphic="http://www.arobance.com/Images/poly88.gif";
 width = "88"
 height = "88"

}

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>');

  // -->