var banner = new Array(); banner.push('https://nsa25.casimages.com/img/2011/02/16/110216070514878331.png'); banner.push('https://nsa25.casimages.com/img/2011/02/16/110216070549112352.png'); banner.push('https://nsa25.casimages.com/img/2011/02/16/110216073121884945.png'); banner.push('https://nsa25.casimages.com/img/2011/02/16/110216074911575679.png'); banner.push('https://nsa25.casimages.com/img/2011/02/17/110217093821528842.png'); banner.push('https://nsa25.casimages.com/img/2011/02/18/110218102424800629.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)];",5000);