ÿþ    < ! - -   H i d e   f r o m   o l d   b r o w s e r s  
  
     / /   A l l   y o u   h a v e   t o   d o   i s   p u t   a n o t h e r   t e x t   i n   t h e   v a r i a b l e   m e s s a g e .  
     / /   D o n ' t   f o r g e t   t o   b r e a k   a l l   l i n e s   w i t h   a   ^  
     / /   W h e n   y o u   d o   n o t   p l a c e   a   ^   a t   t h e   e n d   o f   a l l   t h e   m e s s a g e ,   t h e  
     / /   m e s s a g e   w i l l   n o t   r e p e a t  
  
     m e s s a g e           =   " T u v i G L O B A L . c o m   x i n   c á m   ¡n   Q u ý   K h á c h   ã   v i ¿n g   t h m   s i t e   c ça   c h ú n g   t ô i ^ "   +  
                                 " N ¿u   c ó   y ê u   c §u   h o ·c   t h ¯c   m ¯c   g ì ,   v u i   l ò n g   l i ê n   l ¡c   ^ "   +  
                                
                                 " v Ûi   c h ú n g   t ô i   q u a   i Çn   t h o ¡i   h o ·c   Ëa   c h É  e m a i l . . . ^ "   +  
                                 " ^ "   +  
                                 " ^ "  
     s c r o l l S p e e d   =   2 5  
     l i n e D e l a y       =   1 5 0 0  
  
     / /   D o   n o t   c h a n g e   t h e   t e x t   b e l o w   / /  
  
     t x t                   =   " "  
  
     f u n c t i o n   s c r o l l T e x t ( p o s )   {  
         i f   ( m e s s a g e . c h a r A t ( p o s )   ! =   ' ^ ' )   {  
             t x t         =   t x t   +   m e s s a g e . c h a r A t ( p o s )  
             s t a t u s   =   t x t  
             p a u z e     =   s c r o l l S p e e d  
         }  
         e l s e   {  
             p a u z e   =   l i n e D e l a y  
             t x t       =   " "  
             i f   ( p o s   = =   m e s s a g e . l e n g t h - 1 )   p o s   =   - 1  
         }  
         p o s + +  
         s e t T i m e o u t ( " s c r o l l T e x t ( ' " + p o s + " ' ) " , p a u z e )  
     }  
  
     / /   U n h i d e   - - >  
 s c r o l l T e x t ( 0 )  
 
