var how_many_ads = 10;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Marko Dinjar"; 
url="http://www.hnl-statistika.com/p1.asp?ID=365";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Maro Carević"; 
url="http://www.hnl-statistika.com/p1.asp?ID=400";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Tomislav Mikulić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=403";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Denis Ljuta"; 
url="http://www.hnl-statistika.com/p1.asp?ID=414";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Zdravko Popović"; 
url="http://www.hnl-statistika.com/p1.asp?ID=429";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Davor Bagarić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=452";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Krešimir Makarin"; 
url="http://www.hnl-statistika.com/p1.asp?ID=474";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Filip Lončarić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=475";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Nikica Jelavić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=478";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Ivan Parlov"; 
url="http://www.hnl-statistika.com/p1.asp?ID=470";
alt="";
banner="";
width="0";
height="0";
}
document.write('<left>');
document.write('<a href=\"' + url + '\" TARGET="_blank">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0>');
document.write('' + txt + '</a>');
document.write('');
// End -->