document.writeln('<textarea id="txt00_id" name="txt00" readonly style="width:500px;height:75px;background-color:#ffffff;color:#cc00cc;border: 1px solid #ffffff;font-family:Verdana;font-size:18"></textarea>' + '<BR>');

var t=125,restart=2000;
var dt=t*0;
var s="Help the Y.e.E.s.S. youth group to raise money for a trip to Walt Disney World!   \n\nClick the button below to purchase your ITVN package today!";
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);
