//Configure delay between messages (4000=4 secs):
var delay=7000
//Configure scroller width
var scrollwidth="725px"
//Configure scroller height
var scrollheight="12px"
var message=new Array()
//Configure messages. Extend array as needed:
var openingtag='<font face="Arial" color=yellow size=2>'
message[0]='<b>If you have trouble placing an order online please call (509) 979-5245. Thanks!!!</b>'
message[1]='<b>If you have trouble placing an order online please call (509) 979-5245. Thanks!!!</b>'
var closingtag='</font>'

//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=-10