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.topstiri.info";
alt="TopStiri Sinteza stirilor - www.topstiri.info";
}


document.write('<left>');
document.write('<a href="' + url + '" target="_blank" class=link02>');
document.write('' + alt + '</a>');
document.write('</left>');