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.hostxtra.info/images/rmol468.jpg";
width="468";
height="60";
}
if (ad==2) {
url="http://www.7trucuri.com";
alt="Descoperiti 7 trucuri pentru... tot ceea ce va intereseaza!";
banner="http://www.7trucuri.com/images/7t_468x60c.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.topstiri.info";
alt="TopStiri.info - Sinteza stirilor! Alege-ti stirile pe care vrei sa le citesti.";
banner="http://bx.hostxtra.info/images/stiri468b.gif";
width="468";
height="60";
}
if (ad==4) {
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==5) {
url="http://www.linkultauaici.info/";
alt="Linkul Tau Aici - director web";
banner="http://www.linkultauaici.info/images/banner468c.gif";
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>');