//******* start editing from here: **********
var rollStop=14; // height of news ticker (see height of divCont above) minus 1 (15-1=14)
var conTent=540; // total amount of unseen copy: height of whole table in divText minus the height of divCont (120-15=105)
var overflow=-15; // amount of unseen copy without its repeat: half the  height of whole table in divText minus the height of divCont (120/2=60: 60-15=45)
var speed=120; // less is faster, more is slower, but test first
var pause=1500; // amount of time the scroller pauses in miliseconds (4 seconds)


