var imgs1 = new Array("http://hdpm.eu/images/ninjasmallicon.gif","http://hdpm.eu/images/DBZ.jpg","http://hdpm.eu/images/bugsmallicon.gif","http://hdpm.eu/images/catomania.jpg","http://hdpm.eu/images/aliensmallicon.gif","http://hdpm.eu/images/snowball_bash.jpg","http://hdpm.eu/images/angel_fighters.jpg","http://hdpm.eu/images/dizzy%20paul.jpg","http://hdpm.eu/images/etherena.jpg","http://hdpm.eu/images/bomberman.jpg","http://hdpm.eu/images/kegel.jpg","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","");
var lnks1 = new Array("./flgames.php?act=play&id=2","./flgames.php?act=play&id=118","./flgames.php?act=play&id=10","./flgames.php?act=play&id=134","./flgames.php?act=play&id=3","./flgames.php?act=play&id=199","./flgames.php?act=play&id=119","./flgames.php?act=play&id=161","./flgames.php?act=play&id=168","./flgames.php?act=play&id=147","./flgames.php?act=play&id=202","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","");
var value1 = new Array("3 Foot Ninja","Dragonball Z","Bug on a wire","Cat'o'Mania","Alien","Snowball Bash","Angel Fighters","Dizzy Paul","Etherena","Bomberman","Bowling","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","");
var currentAd1 = 0;
var imgCt1 = 11;
function cycle1() {
  if (currentAd1 == imgCt1) {
    currentAd1 = 0;
  }
var banner11 = document.getElementById('adBanner11');
  var banner1 = document.getElementById('adBanner1');
var link1 = document.getElementById('adLink1');
  banner1.src=imgs1[currentAd1]
  banner11.value=value1[currentAd1]
  document.getElementById('adLink1').href=lnks1[currentAd1]
  currentAd1++;
}
  window.setInterval("cycle1()",3000);

