ÿþ    < ! - -   H i d e   J a v a S c r i p t   F r o m   J a v a - I m p a i r e d   B r o w s e r s  
     v a r   t i m e r I D   =   n u l l  
     v a r   t i m e r R u n n i n g   =   f a l s e  
     f u n c t i o n   M a k e A r r a y ( s i z e )    
     {  
     t h i s . l e n g t h   =   s i z e ;  
     f o r ( v a r   i   =   1 ;   i   < =   s i z e ;   i + + )  
     {  
     t h i s [ i ]   =   " " ;  
     }  
     r e t u r n   t h i s ;  
     }  
     f u n c t i o n   s t o p c l o c k   ( ) {  
     i f ( t i m e r R u n n i n g )  
     c l e a r T i m e o u t ( t i m e r I D ) ;  
     t i m e r R u n n i n g   =   f a l s e  
     }  
     f u n c t i o n   s h o w t i m e   ( )   {  
     v a r   n o w   =   n e w   D a t e ( ) ;  
     v a r   y e a r   =   n o w . g e t Y e a r ( ) ;  
     v a r   m o n t h   =   n o w . g e t M o n t h ( )   +   1 ;  
     v a r   d a t e   =   n o w . g e t D a t e ( ) ;  
     v a r   h o u r s   =   n o w . g e t H o u r s ( ) ;  
     v a r   m i n u t e s   =   n o w . g e t M i n u t e s ( ) ;  
     v a r   s e c o n d s   =   n o w . g e t S e c o n d s ( ) ;  
     v a r   d a y   =   n o w . g e t D a y ( ) ;  
     D a y   =   n e w   M a k e A r r a y ( 7 ) ;  
     D a y [ 0 ] = " S U N " ;  
     D a y [ 1 ] = " M O N " ;  
     D a y [ 2 ] = " T U E " ;  
     D a y [ 3 ] = " W E D " ;  
     D a y [ 4 ] = " T H U " ;  
     D a y [ 5 ] = " F R I " ;  
     D a y [ 6 ] = " S A T " ;  
     v a r   t i m e V a l u e   =   " " ;  
     t i m e V a l u e   + =   ( D a y [ d a y ] )   +   "       " ;  
     t i m e V a l u e   + =   ( ( m o n t h   <   1 0 )   ?   "   0 "   :   "   " )   +   m o n t h   +   " - " ;  
     t i m e V a l u e   + =   d a t e   +   " - "   +   y e a r   +   "         " ;  
     t i m e V a l u e   + =   ( ( h o u r s   < =   1 2 )   ?   h o u r s   :   h o u r s   -   1 2 ) ;  
     t i m e V a l u e   + =   ( ( m i n u t e s   <   1 0 )   ?   " : 0 "   :   " : " )   +   m i n u t e s ;  
     t i m e V a l u e   + =   ( ( s e c o n d s   <   1 0 )   ?   " : 0 "   :   " : " )   +   s e c o n d s ;  
     t i m e V a l u e   + =   ( h o u r s   <   1 2 )   ?   "   A M "   :   "   P M " ;  
     t i m e V a l u e   + =   "     3'J*  13EJ  41C*  1HJ'D  5F9*  (3~'1" ;  
     w i n d o w . s t a t u s   =   t i m e V a l u e ;  
     t i m e r I D   =   s e t T i m e o u t ( " s h o w t i m e ( ) " , 1 0 0 0 ) ;  
     t i m e r R u n n i n g   =   t r u e  
     }  
     f u n c t i o n   s t a r t c l o c k   ( )   {  
     s t o p c l o c k ( ) ;  
     s h o w t i m e ( )  
     }  
     / /   E n d   H i d i n g   - - >  
  
  
 
