/* 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]="castlebanner2.gif" fn[2]="dinobanner2T.gif" fn[3]="eisbanner1T.gif" fn[4]="hwbannerA.gif" fn[5]="first.gif" // GET THE URL FOR THE BANNER banurl=new Array() banurl[1]="http://www.castlelandcomputers.com" banurl[2]="http://www.dinosaursfromdinosaur.com" banurl[3]="http://www.eisenviro.com" banurl[4]="http://www.helperweb.com" banurl[5]="http://www.helperweb.com/mtnc/" // OK SHOW ME THE BANNER AND DATE document.write("\