var ad_count = 1;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % ad_count;
ad +=1;
if (ad==1) {
url="http://www.orasultau.info";
alt="OrasulTau.info - Afla totul despre orasul tau pe net!";
banner="http://www.loteriavizelor.com/images/orasul120.gif";
width="120";
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>');