/*
Pausing updown message scroller- 
Last updated: 99/07/05 (Bugs fixed, ability to specify background image for scroller)
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
//configure the below five variables to change the style of the scroller
var scrollerwidth=140
var scrollerheight=74
var scrollerbgcolor='#0080C0'
//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()

messages[0]="<center><font face='Arial, Helvetica, Sans-serif' size='2' color='white'><b>Highlights of Our<br>Main Site Content</b><br>Click any links<br>below to go there.</font></center>"

messages[1]="<center><a href='http://www.roibot.com/w.cgi?R8965_TLPenglish' target='blank'><font face='Arial, Helvetica, Sans-serif' size='2'>A mathematical<br>pattern of the Bible<br>matches that of the<br>physical universe.</font></a></center>"

messages[2]="<center><a href='http://www.roibot.com/w.cgi?R8965_TLPenglish' target='blank'><font face='Arial, Helvetica, Sans-serif' size='2'>The Ark of <br>the Covenant in<br>the Old Testament<br>was found!</font></a></center>"

messages[3]="<center><a href='http://www.roibot.com/w.cgi?R8965_TLPenglish' target='blank'><font face='Arial, Helvetica, Sans-serif' size='2'>Has Bible Code been<br>refuted or expanded<br>to include the<br>Number Code?</font></a></center>"

