function StartScroller() { setTimeout('Scroller()', 30); var scrollerText = document.getElementById('scrollertext'); scrollerText.myValue = 8; if (scrollerWidth) { document.getElementById('scroller').style.width = scrollerWidth - 64; } } function Scroller() { var scrollerText = document.getElementById('scrollertext'); scrollerText.myValue -= 1; if (scrollerText.myValue < (0 - scrollerText.offsetWidth)) { scrollerText.myValue = document.getElementById('scroller').offsetWidth } scrollerText.style.left = scrollerText.myValue + 'px'; setTimeout('Scroller()', 30); } document.write('
Introducing our new Mersey Reporter Newsbites Service... :- THE new news update service on our Mersey Reporter Page is being tested. Please do log on to our Newsbites section and let us know want news you would like... Sign Up FREE for Email Bulletins!We will be Re-launching our Formby Reporter Email News Service very soon. :- WE are currently finishing work on our updated Email News Service on Formby Reporter. We will check all existing users\' information is correct before starting it again. Please be aware... Sign Up FREE for Email Bulletins!
'); StartScroller();