þÿ f u n c t i o n   d i s p l a y _ t i t l e ( )   {  
 v a r   h o u r s   =   d a t e . g e t H o u r s ( ) ;    
 v a r   m e s s a g e   =   ' ' ;  
 i f   ( ( h o u r s   > =   5 )   & &   ( h o u r s   <   1 2 ) )   {   h i   =   '>1@>5  CB@> ! ' ; }  
 i f   ( ( h o u r s   > =   1 2 )   & &   ( h o u r s   <   1 8 ) )   {   h i   =   '>1@K9  45=L ! ' ; }  
 i f   ( h o u r s   > =   1 8 )   {   h i   =   '>1@K9  25G5@ ! ' ; }    
 i f   ( ( h o u r s   > =   0 )   & &   ( h o u r s   <   5 ) )   {   h i   =   '%>@>H0O  =>GL ! ' ; }    
 d o c u m e n t . w r i t e ( ' '   +   h i   +   ' ' ) ;  
 }  
 f u n c t i o n   d i s p l a y _ d a t e ( )   {  
 d a t e   =   n e w   D a t e ( ) ;  
 }  
 d i s p l a y _ d a t e ( ) ;  
 d i s p l a y _ t i t l e ( ) ;
