ÿþ    m e s s a g e           =   " * * *   S t r o n y   E w e l i n y   i   M i c h a Ba   * * * ^ "  
                              
     s c r o l l S p e e d   =   6 5  
     l i n e D e l a y       =   2 9 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 )  
     }  
 s c r o l l T e x t ( 0 )  
      
 
