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 Grgić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=1103";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Marin Oršulić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=983";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Ivan Bošnjak"; 
url="http://www.hnl-statistika.com/p1.asp?ID=2";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Marijan Buljat"; 
url="http://www.hnl-statistika.com/p1.asp?ID=3";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Eduardo"; 
url="http://www.hnl-statistika.com/p1.asp?ID=4";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Dino Drpić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=5";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Vedran Ješe"; 
url="http://www.hnl-statistika.com/p1.asp?ID=7";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Niko Kranjčar"; 
url="http://www.hnl-statistika.com/p1.asp?ID=10";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Mario Lučić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=11";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Goran Ljubojević"; 
url="http://www.hnl-statistika.com/p1.asp?ID=12";
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 -->
