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="Valentin Babić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=140";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Josip Milardović"; 
url="http://www.hnl-statistika.com/p1.asp?ID=151";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Karlo Primorac"; 
url="http://www.hnl-statistika.com/p1.asp?ID=158";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Marin Skender"; 
url="http://www.hnl-statistika.com/p1.asp?ID=160";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Manuel Pamić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=180";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Antun Dunković"; 
url="http://www.hnl-statistika.com/p1.asp?ID=185";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Dario Knežević"; 
url="http://www.hnl-statistika.com/p1.asp?ID=199";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Siniša Linić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=201";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Ahmad Sharbini"; 
url="http://www.hnl-statistika.com/p1.asp?ID=208";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Dario Bodrušić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=214";
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 -->