<!-- scr01noe.js (version 2008) -->\
<!-- -------------------------- -->\
var texto = "                                                                ";
function scroll(){
	window.status = texto;
    texto = texto.substring(1, texto.length) + texto.charAt(0);
    window.setTimeout("scroll()",150);
}
<!-- -------------------------- -->\