var banner=new Array()

banner[0]='Be the best you can be ... today!'

banner[1]='what you are speaks so loudly that I cannot hear what you say ... R W Emerson'

var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])

