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="Vedran Ćorluka"; 
url="http://www.hnl-statistika.com/p1.asp?ID=63";
alt="";
banner="";
width="0";
height="0";
}
if (ad==2) {
txt="Marko Janjetović"; 
url="http://www.hnl-statistika.com/p1.asp?ID=70";
alt="";
banner="";
width="0";
height="0";
}
if (ad==3) {
txt="Teo Kardum"; 
url="http://www.hnl-statistika.com/p1.asp?ID=71";
alt="";
banner="";
width="0";
height="0";
}
if (ad==4) {
txt="Stjepan Poljak"; 
url="http://www.hnl-statistika.com/p1.asp?ID=77";
alt="";
banner="";
width="0";
height="0";
}
if (ad==5) {
txt="Ivan Lišnić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=99";
alt="";
banner="";
width="0";
height="0";
}
if (ad==6) {
txt="Drago Papa"; 
url="http://www.hnl-statistika.com/p1.asp?ID=101";
alt="";
banner="";
width="0";
height="0";
}
if (ad==7) {
txt="Ivan Habuš"; 
url="http://www.hnl-statistika.com/p1.asp?ID=120";
alt="";
banner="";
width="0";
height="0";
}
if (ad==8) {
txt="Hrvoje Jančetić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=122";
alt="";
banner="";
width="0";
height="0";
}
if (ad==9) {
txt="Dino Kresinger"; 
url="http://www.hnl-statistika.com/p1.asp?ID=125";
alt="";
banner="";
width="0";
height="0";
}
if (ad==10) {
txt="Vjekoslav Tomić"; 
url="http://www.hnl-statistika.com/p1.asp?ID=136";
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 -->
