var move = 1;   
var spd  = 300; 
var msg="        Welcome to Daisy's Sims!!!!                ";

function scorrevole() {
msg=msg.substring(move,msg.length)+msg.substring(0,move);
window.status = msg;
setTimeout("scorrevole()",spd);
}
