var id,pause=0,position=0;
function scorrevole() {
var i,k,msg="EDIL TOP societa' tecnica di rilevamento nasce nel 1998 - e' dotata di attrezzature e mezzi all&#39 avanguardia: n. 4 coppie GPS Trimble &#45 Stazione Totale Leica TCRA 1201+R1000 - n. 8 stazioni totali  Geotronics e Trimble - ecoscandagli. Staff:31 unita' di tecnici laureati e diplomati.";
k=(100/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
document.getElementById('news').innerHTML=msg.substring(position,position+100);
if(position++==msg.lenght) position=0;
id=setTimeout("scorrevole()",100);
}