/* Copywrite Wade G. Hansen 2001 all rights reserved */ lowest=1 highest=3 ournumber=0 function getrandom(){return Math.random()* 5} function nowround() {return Math.round(getrandom())} ournumber=nowround() // MAKE SURE THE NUMBER IS NOT TO LOW OR HIGH if ( ournumber < lowest ) {ournumber=lowest} if ( ournumber > highest ) {ournumber=highest} /* GET THE FILE NAMES IN AN ARRAY You need to add your own banner filenames here and change the bannerdir to the directory or http where your banners are located */ bannerdir="http://www.helperweb.com/bannerimages/"; fn=new Array() fn[1]="one.gif" fn[2]="two.gif" fn[3]="three.gif" // OK SHOW ME THE BANNER AND DATE document.write("\")