document.writeln('<textarea id="txt06_id" name="txt06" readonly style="width:500px;height:200px;background-color:#0033ff;color:#ffffff;border: 1px solid #ff0000;font-family:Arial;font-size:20"></textarea>' + '<BR>');

var t=166,restart=0;
var dt=t*0;
var s="We are ready to service your Insurance business right now, with programs to fit your need with big discounts. Call us today and begin saving money on your Insurance immediately,  the agents with the superior service. (718) 933-3300";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt06_id").value="";
        document.getElementById("txt06_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt06_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);
