var imgs1 = new Array("http://www.biofir-center.com/img/Bonus-Biofirion-top.jpg","http://www.biofir-center.com/img/Bonus-Gold-G.jpg");
var lnks1 = new Array("http://www.biofir-center.com/produk/kalung-biofirion.html","http://www.biofir-center.com");
var alt1 = new Array("Bonus Biofirion Gratis 2 Gelang Biofirion","Bonus Gold-G Sea Cucumber Jelly 320 ml free 2 box sachet");
var currentAd1 = 0;
var imgCt1 = 2;
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()",4000);