document.writeln('<textarea id="txt00_id" name="txt00" readonly style="width:375px;height:250px;background-color:#000000;color:#ffff00;border: 1px solid #000000;font-family:Arial;font-size:14"></textarea>' + '<BR>');

var t=125,restart=0;
var dt=t*0;
var s="HEART AND DETERMINATION\n\nThe year was 1995, before many of our racers were born.\n\nThe title in the AMA Motocross 125 class came down to the last moto of the last race of the season  Ryan Hughes was battling Steve Lampson for that championship.  \n\nWhen on the last lap, just 100 or so feet from the finish line, Hughes chain derailed and not able to receive any outside assistance, He pushed his bike up the finish line hill to the checkered flag.   Where he collapsed completely exhausted.\n\nRyan finished the race that day, but lost the championship.  That moment has come to be the embodiment of Heart and Determination in the sport of Motocross. \n\nThose who witnessed it, say they will never forget.  Ryan Hughes became a Hero and Roll Model for all of us that day.   Thanks Ryan!!!!\n";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt00_id").value="";
        document.getElementById("txt00_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt00_id").doScroll("pageDown");
        if (i<s.length)
        {
                r=Math.random();
                if (r<=0.3)
                        r=1;
                else if (r<=0.6)
                        r=-1
                else
                        r=0;
                setTimeout(DoIt,Math.round(t+dt*r));
                return;
        }
        if (restart)
        {
                i=0;
                setTimeout(DoIt,restart);
        }
}
setTimeout(DoIt,restart);
