// Visualiza un texto en forma de scroll en la barra de Estado strTexto = " Visita Sexo en Directo Único en Internet "; lngIntervalo = 200 intLongTexto = 55 status = strTexto; function scroll_texto() { strTexto = strTexto.substring(1,status.length) + strTexto.substring(0,1); status = strTexto.substring(0,intLongTexto); setTimeout("scroll_texto()",lngIntervalo); }