<!-- Begin 
var how_many_ads = 2 // Напишете колко банера имате

var now = new Date(); 
var sec = now.getSeconds(); 
var ad = sec % how_many_ads; ad +=1;
var banner_type = 0; 
var source = ""; 

if (ad==1) 
{
banner_type = 1;  
source = '<a class=nou href="http://bgtop.net/in.php/1078915909" title="Гласувай" target="_blank"><FONT color=white>Гласувай</FONT></a>';
}


if (ad==2)
{
banner_type = 1;  
source = '<a class=nou href="http://bgtop.net/in.php/1078915909" title="Гласувай" target="_blank"><FONT color=white>Гласувай</FONT></a>';
}

//if (ad==2)
//{
//banner_type = 1;  
//source = '<a class=nou href="http://bgtop.net/in.php/1078915909" title="Топ 100" target="_blank"><FONT color=white>BG Top 100</FONT></a>';
//}

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

else if (banner_type == 1) {
document.write(" ");
//document.write(source);
}

else {
document.write("greshka greshka greshka");
} 
// End -->

