var banner=new Array()


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

