function ticker(x){var result=" ";for(i=0;i<x;i++){result+=" "}x--;result+=tickermsg;window.status=result;setTimeout("ticker("+x+")",100)};