//configure the below five variables to change the style of the scroller
var scrollerdelay='5000' //delay between msg scrolls. 2000=2 seconds.
var scrollerwidth='190px'
var scrollerheight='50px'
var scrollerbgcolor=''
//set below to '' if you don't wish to use a background image
var scrollerbackground=''

//configure the below variable to change the contents of the scroller
var messages=new Array()


