   <!-- Funny text script by Bart Jellema
     var hellotext="http://www.tcda.org.tw"
     var thetext=""
     var started=false
     var step=0
     var times=1
 
     function x0822631340()
     {
       times--
       if (times==0)
       {
         if (started==false)
         {
           started = true;
           window.status = hellotext;
           setTimeout("x058()",1);
         }
         thetext = hellotext;
       }
     }
 
     function x0653090547866(txt)
     {
       thetext = txt;
       setTimeout("x0822631340()",4000)
       times++
     }
 
     function x058()
     {
       step++
       if (step==7) {step=1}
       if (step==1) {window.status='==='+thetext+'==='}
       if (step==2) {window.status='==='+thetext+'==='}
       if (step==3) {window.status='==='+thetext+'==='}
       if (step==4) {window.status='==='+thetext+'==='}
       if (step==5) {window.status='==='+thetext+'==='}
       if (step==6) {window.status='==='+thetext+'==='}
       setTimeout("x058()",1);
     }
   // Funny text script by Bart Jellema -->
   
   x0822631340()

