ÿþ 
 t i t l e _ t m p 1 = d o c u m e n t . t i t l e  
 i f   ( t i t l e _ t m p 1 . i n d e x O f ( " > > " ) ! = - 1 ) {  
 t i t l e _ t m p 2 = t i t l e _ t m p 1 . s p l i t ( " > > " ) ;  
 t i t l e _ l a s t = " * ~ * " + t i t l e _ t m p 2 [ 1 ] ;  
 t i t l e _ l a s t = t i t l e _ l a s t   +   " * ~ * "   +   t i t l e _ t m p 2 [ 2 ] ;  
 } e l s e {  
  
 i f   ( t i t l e _ t m p 1 . i n d e x O f ( " * ~ * " ) ! = - 1 ) {  
 t i t l e _ t m p 2 = t i t l e _ t m p 1 . s p l i t ( " * ~ * " ) ;  
 t i t l e _ l a s t = " * ~ * " + t i t l e _ t m p 2 [ 1 ] ;  
 i f   ( t i t l e _ l a s t = = " * ~ * " ) { t i t l e _ l a s t = " * ~ * " } ;  
 i f   ( t i t l e _ l a s t = = " * ~ * " ) { t i t l e _ l a s t = " * ~ * " } ;  
 }  
 e l s e   {   t i t l e _ l a s t = "   3 g M a x . v n " }  
 }  
  
  
 t i t l e _ n e w = " " + t i t l e _ l a s t + " "  
 s t e p = 0  
  
 f u n c t i o n   f l a s h _ t i t l e ( )  
 {  
 v a r   e x t i t i o n T i t l e   = ' T h ¿  g i Ûi   n h ¡c   c h u ô n g   s à n h   i ê u ,   h ì n h   n Án   c o o l ,   G a m e   ³n g   c ¥p . . .   c h É  c ó   t ¡i   3 g M a x . v n ' ;  
 s t e p + + ;  
 i f   ( s t e p = = 8 )   { s t e p = 1 }  
 i f   ( s t e p = = 1 )   { d o c u m e n t . t i t l e = ' [ - - - * ' + t i t l e _ n e w + ' * - - - ] ' +   e x t i t i o n T i t l e   }  
 i f   ( s t e p = = 2 )   { d o c u m e n t . t i t l e = ' [ - - * - ' + t i t l e _ n e w + ' - * - - ] ' +   e x t i t i o n T i t l e }  
 i f   ( s t e p = = 3 )   { d o c u m e n t . t i t l e = ' [ - * - - ' + t i t l e _ n e w + ' - - * - ] ' +   e x t i t i o n T i t l e }  
 i f   ( s t e p = = 4 )   { d o c u m e n t . t i t l e = ' [ * - - - ' + t i t l e _ n e w + ' - - - * ] ' +   e x t i t i o n T i t l e }  
 i f   ( s t e p = = 5 )   { d o c u m e n t . t i t l e = ' [ - * - - ' + t i t l e _ n e w + ' - - * - ] ' +   e x t i t i o n T i t l e }  
 i f   ( s t e p = = 6 )   { d o c u m e n t . t i t l e = ' [ - - * - ' + t i t l e _ n e w + ' - * - - ] ' +   e x t i t i o n T i t l e }  
 i f   ( s t e p = = 7 )   { d o c u m e n t . t i t l e = ' [ - - - * ' + t i t l e _ n e w + ' * - - - ] ' +   e x t i t i o n T i t l e }  
 s e t T i m e o u t ( " f l a s h _ t i t l e ( ) " , 1 8 0 ) ;  
 }  
 f l a s h _ t i t l e ( )  
  
  
 / / c h a y   t i e p / /  
  
 m e s s a g e   =  
 " > >   T h e   g i o i   n h a c   c h u o n g   s a n h   d i e u ,   h i n h   n e n   c o o l ^ "   +  
 " 3 g M a x . v n "   +  
 "   -   T h e   g i o i   n h a c   c h u o n g ,   g a m e   h i n h   n e n ,   s a n h   d i e u   ^ "  
 s c r o l l S p e e d   =   6 0  
 l i n e D e l a y   =   4 5 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 ) 
