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="Anas Sharbini"; 
url="http://www.hnl-statistika.com/p1.asp?ID=479";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Luka Modrić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=74";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Nikola Kalinić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=864";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Marin Tomasov"; 
url="http://www.hnl-statistika.com/p1.asp?ID=1169";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Danijel Subašić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=287";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Josip Tadić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=325";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Šime Vrsaljko"; 
url="http://www.hnl-statistika.com/p1.asp?ID=1652";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Dario Jertec"; 
url="http://www.hnl-statistika.com/p1.asp?ID=247";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Dejan Lovren"; 
url="http://www.hnl-statistika.com/p1.asp?ID=913";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Davor Kukec"; 
url="http://www.hnl-statistika.com/p1.asp?ID=358";
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 -->