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('
Please note that our FREE local Email News Update Service is being remodeled :- AS part of our service upgrades to our news services, the email news service is currently not working. Sorry for the inconvenience. The remodeled service will be live again soon...... Sign Up FREE for Email Bulletins!New services and features coming soon to all our news and information websites... :- We are working hard to bring you some fantastic new features and services. We are also updating lots of our other services to make them more accessible and user-friendly...... Sign Up FREE for Email Bulletins!
'); StartScroller();