document.writeln('<textarea id="txt09_id" name="txt09" readonly style="width:250px;height:175px;background-color:#6699ff;color:#660066;border: 1px solid #000099;font-family:Arial;font-size:16"></textarea>' + '<BR>');

var t=166,restart=2000;
var dt=t*0;
var s="God loves YOU!!!\nHe sent his son JESUS to prove it!!\nIf you would like to know more,please contact us.....";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt09_id").value="";
        document.getElementById("txt09_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt09_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);
