document.writeln('<textarea id="txt02_id" name="txt02" readonly style="width:400px;height:100px;background-color:#99ccff;color:#0000cc;border: 1px solid #cc0000;font-family:Arial;font-size:18"></textarea>' + '<BR>');

var t=166,restart=1000;
var dt=t*0;
var s="Please drive safe this holiday season...And remember to call your agent in the event of an accident... Thank you for your continue support NTI Brokerage & Insure1NY.Com";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt02_id").value="";
        document.getElementById("txt02_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt02_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);
