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="Mario Mandžukić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=492";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Aljoša Vojnović"; 
url="http://www.hnl-statistika.com/p1.asp?ID=494";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Josip Barišić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=495";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Ilija Sivonjić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=498";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Mario Jurin"; 
url="http://www.hnl-statistika.com/p1.asp?ID=507";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Andrej Kerić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=523";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Danijel Zlatar"; 
url="http://www.hnl-statistika.com/p1.asp?ID=526";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Dražen Gović"; 
url="http://www.hnl-statistika.com/p1.asp?ID=540";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Željko Sablić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=583";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Marin Con"; 
url="http://www.hnl-statistika.com/p1.asp?ID=596";
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 -->