function tymus_head_DoFSCommand (command, args) { if (command == "messagebox") { alert(args); } } var cuenta=0; var texto=" Fenoglio. Museo del chocolate "; function scrolltexto() { window.status=texto.substring (cuenta,texto.length)+texto.substring(0,cuenta); if (cuenta< texto.length) {cuenta++} else {cuenta=0}; setTimeout("scrolltexto()",200); }; scrolltexto();