var content = "“Running or walking regularly is not only good for young people’s health, it gives them more energy throughout the day and can inspire more to take up sport for life. If children learn to love being active as they grow up then they’re also more likely to take those good habits through to adulthood. The Golden Mile is a fantastic idea. My congratulations to Premier Sport and the Eastern Daily Press for ensuring this scheme takes off in the East of England, and I urge other regions to follow suit.”~~Secretary of State for Culture, Media and Sport, Ben Bradshaw";
// “I think this is a wonderful idea. In the modern educational world I am sure the full benefit of sport are not fully appreciated by children and even sometimes by teachers themselves.~“The value of exercise is obviously important but also the fun of the team effort is unbeatable. The mere fact that these children are taking this exercise may spur them on to take part in other sporting activities.”~~Sports commentating legend Henry Blofeld";
 
function twDisplayTW() {twDisplay('tw',content,0);}
loaded('tw',twDisplayTW);
 
var brk = '~'; // character to use for line break
var resetTime = 0; // set to 0 to not reset or seconds to delay before reset
 
// Typewriter Text Javascript
// copyright 13th October, 2007 by Stephen Chapman
// permission to use this Javascript on your web page is granted
// provided that all of the code in this script (including these
// comments) is used without any alteration
// you can change the values above this notice to suit your requirements
function twDisplay(id,content,num) {var delay = 40; if (num <= content.length)  {var lt = content.substr(0,num); document.getElementById(id).innerHTML = lt.replace(RegExp(brk,'g'),'<br \/>'); num++; if (num > content.length) delay = resetTime * 1000;} else {document.getElementById(id).innerHTML = ''; num = 0;} if (delay > 0) setTimeout('twDisplay("'+id+'","'+content+'","'+num+'")',delay);} var pageLoaded = 0; window.onload = function() {pageLoaded = 1;}; function loaded(i,f) {if (document.getElementById && document.getElementById(i) != null) f(); else if (!pageLoaded) setTimeout('loaded(\''+i+'\','+f+')',100);}
