ÿþv a r   m e s s a g e = " éÞé  P o r t a l   d o s   R a d i a l i s t a s ! ! ! " / / s p e c i f y s   t h e   t i t l e  
 v a r   m e s s a g e = m e s s a g e + "                                                                                                                                                                                 "   / / g i v e s   a   p a u s e   a t   t h e   e n d , 1   s p a c e = 1   s p e e d   u n i t ,   h e r e   I   u s e d   1 0   s p a c e s @ 1 5 0   e a c h   =   1 . 5 s e c o n d s .    
 i = " 0 " 	 	 	                   / / d e c l a r e s   t h e   v a r i a b l e   a n d   s e t s   i t   t o   s t a r t   a t   0  
 v a r   t e m p t i t l e = " "                                   / / d e c l a r e s   t h e   v a r i a b l e   a n d   s e t s   i t   t o   h a v e   n o   v a l u e   y e t .  
 v a r   s p e e d = " 1 5 0 "                                     / / t h e   d e l a y   i n   m i l l i s e c o n d s   b e t w e e n   l e t t e r s  
 f u n c t i o n   t i t l e r ( ) {  
 i f   ( ! d o c u m e n t . a l l & & ! d o c u m e n t . g e t E l e m e n t B y I d )  
 r e t u r n  
 d o c u m e n t . t i t l e = t e m p t i t l e + m e s s a g e . c h a r A t ( i )     / / s e t s   t h e   i n i t i a l   t i t l e  
 t e m p t i t l e = t e m p t i t l e + m e s s a g e . c h a r A t ( i )               / / i n c r e a s e s   t h e   t i t l e   b y   o n e   l e t t e r  
 i + + 	 	 	 	 	         / / i n c r e m e n t s   t h e   c o u n t e r  
 i f ( i = = m e s s a g e . l e n g t h ) 	 	 	         / / d e t e r m i n e s   t h e   e n d   o f   t h e   m e s s a g e  
 {  
 i = " 0 " 	 	 	 	 	         / / r e s e t s   t h e   c o u n t e r   a t   t h e   e n d   o f   t h e   m e s s a g e  
 t e m p t i t l e = " " 	 	 	 	         / / r e s e t s   t h e   t i t l e   t o   a   b l a n k   v a l u e  
 }  
 s e t T i m e o u t ( " t i t l e r ( ) " , s p e e d )   	 	       / / R e s t a r t s .   R e m o v e   l i n e   f o r   n o - r e p e a t .  
 }  
 w i n d o w . o n l o a d = t i t l e r  
 < ! - -  
 v a r   t e x t     =   " h t t p : / / j a b a d o b o m . b l o g s p o t . c o m   éÞé  P o r t a l   d o s   R a d i a l i s t a s ,   O b r i g a d o   p e l a   v i s i t a . "  
 w i n d o w . s t a t u s   =   t e x t  
 / / - - > 
