var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url='<a href="http://media.carpediem.fr/promo_fr/gratuit/trans/04/index.html?id=48957&e=1&w=0&tracker=zarbsexe" target="_blank"><img src="http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/698/20090410084309_468x60_01_F_trans.gif" border="0"></a>';
}

if (ad==2) {
url='<a href="http://media.carpediem.fr/promo_fr/gratuit/trans/04/index.html?id=48957&e=1&w=0&tracker=zarbsexe" target="_blank"><img src="http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/698/20090410084309_468x60_02_F_trans.gif" border="0"></a>';
}

if (ad==3) {
url='<a href="http://media.carpediem.fr/promo_fr/gratuit/trans/08/index.html?id=48957&e=1&w=0&tracker=zarbsexe" target="_blank"><img src="http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/698/20090410084309_468x60_05_F_trans.gif" border="0"></a>';
}
if (ad==4) {
url='<a href="http://media.carpediem.fr/promo_fr/gratuit/trans/08/index.html?id=48957&e=1&w=0&tracker=zarbsexe" target="_blank"><img src="http://www.sv2.biz/modules/cbsys/promo/bannieres/produits/698/20090410084309_468x60_06_F_trans.gif" border="0"></a>';
}


document.write('<center>');
document.write(url);
document.write('</center><BR>');

