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('
Seeing Natures Fireworks :- THE Perseid meteor shower is one of the best seen during the year. They are seen from 23 July to 24 August 2010.However the best chance to see them is... Sign Up FREE for Email Bulletins!Merseytravel proud to support Liverpool Pride :- ON Saturday, 7 August 2010 the Liverpool Pride event takes place in the city centre and joining the Pride march will be three officers from Mersey Tunnels police. Merseytravel, who... Sign Up FREE for Email Bulletins!
'); StartScroller();