messaggio = "2x² + { 4xy³ × [ ( 7x - y² ) / 9y³ ] } = ... ... ... ...  Cerchi l'equazione del divertimento?!  Non perdere tempo  te la suggeriamo noi: Web + Irish + Pub + .net = FUNNY !!!                                          ";
pos = 0;
function Scroll()
{
   window.status = messaggio.substring(pos, messaggio.length) + messaggio.substring(0, pos);
   pos++;
   if (pos > messaggio.length) pos = 0;
   window.setTimeout("Scroll()",200);
}
Scroll();

