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.loteriavizelor.com";
alt="Loteria Vizelor - www.loteriavizelor.com";
}


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