var banner = new Array(); banner.push('https://nsa14.casimages.com/img/2010/03/30/100330090609682121.png'); banner.push('https://nsa15.casimages.com/img/2010/03/30/100330092009481255.png'); banner.push('https://nsa15.casimages.com/img/2010/03/30/10033009000074318.png'); banner.push('https://nsa14.casimages.com/img/2010/03/30/100330091939322070.png'); banner.push('https://nsa15.casimages.com/img/2010/03/30/100330090645639190.png'); banner.push('https://nsa14.casimages.com/img/2010/03/30/100330092140834627.png'); document.getElementById('i_logo').src= banner[Math.floor(Math.random()*banner.length)]; setInterval("document.getElementById('i_logo').src= banner[Math.floor(Math.random()*banner.length)];",3000);