messaggio = "ALLEVAMENTO  LEPRI  FORMICA";
timeID = 10; stapp = 16;
wmessaggio = new Array(33);
        wmessaggio[0]=messaggio; spazi = "                                  ";
        for (er=1; er<32; er++)
			{ b = spazi.substring(0,er); wmessaggio[er]=""; for (j=0; j<messaggio.length; j++) wmessaggio[er]=wmessaggio[er]+messaggio.charAt(j)+b;}

function cicla()
		{
        if (stapp > -1) str = wmessaggio[stapp]; else str = wmessaggio[0];
        if (stapp-- < -40) stapp=31;
        status = str;
        clearTimeout(timeID);
        timeID = setTimeout("cicla()",70); }
cicla()
