var ad_count = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % ad_count;
ad +=1;
if (ad==1) {
url="http://romontreal.info";
alt="Romani din Montreal ONLINE";
banner="http://bx.domeniultau.com/images/rmol468.jpg";
width="468";
height="60";
}
if (ad==2) {
url="http://www.topstiri.info";
alt="TopStiri.info - Sinteza stirilor! Alege-ti stirile pe care vrei sa le citesti.";
banner="http://bx.domeniultau.com/images/stiri468b.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.plentyofflashgames.com/";
alt="Plenty of Flasg Games Online";
banner="http://www.plentyofflashgames.com/downloads/banner468b.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.linkultauaici.info/";
alt="Linkul Tau Aici - director web";
banner="http://www.linkultauaici.info/images/banner468c.gif";
width="468";
height="60";
}
if (ad==5) {
url="http://www.promotiionline.net/";
alt="Promotii Online Non-Stop";
banner="http://www.promotiionline.net/banner_468x60.jpg";
width="468";
height="60";
}

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