document.writeln('<textarea id="txt10_id" name="txt10" readonly style="width:500px;height:200px;background-color:#000000;color:#009966;border: 1px solid #000000;font-family:Tahoma;font-size:22"></textarea>' + '<BR>');

var t=125,restart=1000;
var dt=t*0.5;
var s="              ...News Flash...\n...We are very proud to announce our English Mastiff London had 9 babies Born Feb 5th, 2010..\n...We still have Mastiff babies looking for good homes...\n...We are planning our next Labrador litter Aug/Sept 2010 please contact us for info...";
var i=0;
function isNetscape()
{
        return "Netscape"==navigator.appName;
}
function DoIt()
{
        if (!i)
           document.getElementById("txt10_id").value="";
        document.getElementById("txt10_id").value+=s.charAt(i++);
        if (!isNetscape())
           document.getElementById("txt10_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);
