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 - document.getElementById('scrollerlogo').offsetWidth; } scrollerText.style.left = scrollerText.myValue + 'px'; setTimeout('Scroller()', 30); } document.write('
New Recommended Businesses Section is now Live :- We are finishing adding or first Liverpool City Region Recommended Businesses and testing the system. If you want to be added, contact us now.... Sign Up FREE for Email Bulletins!Our new Daily news service on Mersey Reporter is now fully live. :- We are adding the new Formby Reporter Email News Service very soon, but have you tried the daily updates on Mersey Reporter yet?... Sign Up FREE for Email Bulletins!
'); StartScroller();