function statusx() { stimes++; //You can make so much animations as you want but, //the last animation must include: stimes=0; if (stimes==1) { sout="----"+stext+"----"; } if (stimes==2) { sout=">--"+stext+"--<"; } if (stimes==3) { sout="->-"+stext+"-<-"; } if (stimes==4) { sout="-->"+stext+"<--"; } if (stimes==5) { sout="----"+stext+"----"; } if (stimes==6) { sout=" "+stext+" "; } if (stimes==7) { sout="----"+stext+"----"; } if (stimes==8) { sout=" "+stext+" "; } if (stimes==9) { sout="----"+stext+"----"; } if (stimes==10) { sout=" "+stext+" "; } if (stimes==11) { sout="----"+stext+"----"; } if (stimes==12) { sout="--<"+stext+">--"; } if (stimes==13) { sout="-<-"+stext+"->-"; } if (stimes==14) { sout="<--"+stext+"-->"; } if (stimes==14) { stimes=0; } window.status=sout; setTimeout("statusx()",200); }
Make your own free website on Tripod.com