var delay=4000

var scrollwidth=320

var scrollheight=15
var message=new Array()

var openingtag='<font face="Arial" size=3>'
message[0]='<b>Welcome to the Sheldon Orabs Website!</b>'
message[1]='<b>View building or district specific information</b>'
message[2]='<b>by clicking one of the topic lines below.</b>'
message[3]='<b>Lost? Click the "Site Index" button to view the website at a glance</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
