
var imgs1 = new Array("http://www.nestao.com/beneri/bener1.png","http://www.nestao.com/beneri/bener2.png","http://www.nestao.com/beneri/bener3.png","http://www.nestao.com/beneri/bener4.png","http://www.nestao.com/beneri/bener5.png","http://www.nestao.com/beneri/bener6.png","http://www.nestao.com/beneri/bener7.png","http://www.nestao.com/beneri/bener8.png","http://www.nestao.com/beneri/bener9.png","http://www.nestao.com/beneri/bener10.png");
var lnks1 = new Array("http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/oglasna-tabla/","http://www.nestao.com/");
var alt1 = new Array("NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC","NESTALI LJUBIMAC");
var currentAd1 = 0;
var imgCt1 = 10;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner1.alt=alt1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",10000);
document.write('<center><a href=""http://www.nestao.com/oglasna-tabla/"" id="adLink1" target="_blank"><img src="http://www.nestao.com/beneri/bener1.png" id="adBanner1" border="0" width="468" height="60"></a></center>');
