//Configure delay between messages (4000=4 secs):
var delay=4000;
//Configure scroller width
var scrollwidth="1020px";
//Configure scroller height
var scrollheight="75px";
//Configure messages. Extend array as needed:
var openingtag='';var closingtag='';
//This variable specifies the initial negative offset of each msg
//You may wish to increase it if your scroller is to the right of page horizontally
var hoffset=-100;

