document.writeln('<textarea id="txt08_id" name="txt08" readonly style="width:500px;height:100px;background-color:#ffffff;color:#ff0000;border: 1px solid #0000ff;font-family:Courier;font-size:22"></textarea>' + '<BR>');

var t=166,restart=0;
var dt=t*0.5;
var s="We have new boats in stock for immediate delivery from 31-46' feet and In additions I have a lot of info on the new models that are coming out from Beneteau, Catalina and Lagoon. Call me now at 281-334-0373 to discuss your needs.";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt08_id").value="";
        document.getElementById("txt08_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt08_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);
