<!-- 
var id,pause=0,position=0;
function scorrevole() {
var i,k,msg=" New fantastic offers for January and February!! click to LASTMINUTE";
k=(300/msg.length)+1;
for(i=0;i<=k;i++) msg+=" "+msg;
document.form2.scorrevole.value=msg.substring(position,position+300);
if(position++==300) position=0;
id=setTimeout("scorrevole()",300); }
//-->

