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

if (AdNumber==1)

{

 url="http://www.intoxygene.com/";
 Graphic="http://www.arobance.com/artwebring/Images/intox6788.gif";
 width = "88"
 height = "67"

}

if (AdNumber==2)

{

 url="http://www.kisinis.ch/";
 Graphic="http://www.arobance.com/artwebring/Images/kisinis2.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==3)

{

 url="http://www.art-atlas.net/";
 Graphic="http://www.arobance.com/artwebring/Images/art-atlas6788.gif";
 width = "88"
 height = "67"

}

if (AdNumber==4)

{

 url="http://site.voila.fr/gilleslecorrepicture/";
 Graphic="http://www.arobance.com/artwebring/Images/gilles6788.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==5)

{

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

}

if (AdNumber==6)

{

 url="http://www.starckmann.net/";
 Graphic="http://www.arobance.com/artwebring/Images/starckmann.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==7)

{

 url="http://www.tebems.com/";
 Graphic="http://www.arobance.com/artwebring/Images/tebems.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==8)

{

 url="http://users.skynet.be/jcdavreux/";
 Graphic="http://www.arobance.com/artwebring/Images/jcdavreux.gif";
 width = "88"
 height = "67"

}

if (AdNumber==9)

{

 url="http://pwp.netcabo.pt/penha.graca/";
 Graphic="http://www.arobance.com/artwebring/Images/belart.gif";
 width = "88"
 height = "67"

}

if (AdNumber==10)

{

 url="http://www.georgettebacks.com/";
 Graphic="http://www.arobance.com/artwebring/Images/gbacks.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==11)

{

 url="http://www.portraitmaster.net/";
 Graphic="http://www.arobance.com/artwebring/Images/sergej.gif";
 width = "88"
 height = "67"

}

if (AdNumber==12)

{

 url="http://www.cordillerastravel.com/";
 Graphic="http://www.arobance.com/artwebring/Images/cordilleras.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==13)

{

 url="http://www.artducollage.com/";
 Graphic="http://www.arobance.com/artwebring/Images/collage.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==14)

{

 url="http://www.artheart.zoomshare.com/0.html";
 Graphic="http://www.arobance.com/artwebring/Images/annette.gif";
 width = "88"
 height = "67"

}

if (AdNumber==15)

{

 url="http://www.nsoranno.it/";
 Graphic="http://www.arobance.com/artwebring/Images/nico_soranno.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==16)

{

 url="http://www.constantine-ikonartstud1.com/";
 Graphic="http://www.arobance.com/artwebring/Images/ccionca.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==17)

{

 url="http://www.shanit.com/dumitresco/";
 Graphic="http://www.arobance.com/artwebring/Images/shanit-dumitresco.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==18)

{

 url="http://www.yoyita.com/";
 Graphic="http://www.arobance.com/artwebring/Images/yoyita.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==19)

{

 url="http://www.siamartconcept.com/";
 Graphic="http://www.arobance.com/artwebring/Images/siambanner88x67.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==20)

{

 url="http://www.sedlarski.com/";
 Graphic="http://www.arobance.com/artwebring/Images/sedlarski.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==21)

{

 url="http://frederic.clercrenaud.free.fr/clerc-renaud,sculpteur/indexgranfred.htm";
 Graphic="http://www.arobance.com/artwebring/Images/renaud.gif";
 width = "88"
 height = "67"

}

if (AdNumber==22)

{

 url="http://www.normanava.com/";
 Graphic="http://www.arobance.com/artwebring/Images/norma.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==23)

{

 url="http://www.emanuelelaloggia.com/";
 Graphic="http://www.arobance.com/artwebring/Images/loggia.jpg";
 width = "88"
 height = "67"

}

if (AdNumber==24)

{

 url="http://www.michelmarinus.be/";
 Graphic="http://www.arobance.com/artwebring/Images/marinus.jpg";
 width = "88"
 height = "67"

}

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

  // -->