    var textobarra="      dominioslatinos.com   El hogar de su empresa en Internet.   ---------- ";
    var wait=380;
    
    function scrollprimero() 
    {
    window.status=textobarra;
    textobarra=textobarra.substring(1,textobarra.length)+textobarra.charAt(0);        
    limpiar=setTimeout("scrollprimero()",wait);
    }
    
    function finalizar() 
    {
    clearTimeout(limpiar);
    window.status="";
    }
    scrollprimero();
   


