<SCRIPT language=JavaScript><!-- var hellotext="[ IDE A SZVEGET!! ]" var text="" var started=false var step=0 var times=1 function welcometext() { times-- if (times==0) { if (started==false) { started = true; window.status = hellotext; setTimeout("anim()",1); } text = hellotext; } } function showstatustext(txt) { text = txt; setTimeout("welcometext()",4000) times++ } function anim() { step++ if (step==5) {step=1} if (step==1)
{window.status='::--::--::--::--::--::--::--::--::'+text+'::--::--::--::--::--::--::--::--::'} if (step==2)
{window.status='-::--::--::--::--::--::--::--::--:'+text+'-::--::--::--::--::--::--::--::--:'} if (step==3)
{window.status='--::--::--::--::--::--::--::--::--'+text+'--::--::--::--::--::--::--::--::--'} if (step==4)
{window.status=':--::--::--::--::--::--::--::--::-'+text+':--::--::--::--::--::--::--::--::-'} setTimeout("anim()",70); } welcometext(); // --></SCRIPT>
|