ÿþ	 v a r   d a y a r r a y = n e w   A r r a y ( " 'D#-/" , " 'D#+FJF" , " 'D+D'+'!" , " 'D'1(9'!" , " 'D.EJ3" , " 'D,E9G" , " 'D3(*" )  
 	 v a r   m o n t h a r r a y = n e w   A r r a y ( " C'FHF  +'FJ" , " 4('7" , " #0'1" , " FJ3'F" , " #J'1" , " -2J1'F" , " *EH2" , " #(" , " #JDHD" , " *41JF  'HD" , " *41JF  +'FJ" , " C'FHF  'HD" )  
 	  
 	 f u n c t i o n   g e t t h e d a t e ( ) {  
 	 v a r   m y d a t e = n e w   D a t e ( )  
 	 v a r   y e a r = m y d a t e . g e t Y e a r ( )  
 	 i f   ( y e a r   <   1 0 0 0 )  
 	 y e a r + = 1 9 0 0  
 	 v a r   d a y = m y d a t e . g e t D a y ( )  
 	 v a r   m o n t h = m y d a t e . g e t M o n t h ( )  
 	 v a r   d a y m = m y d a t e . g e t D a t e ( )  
 	 i f   ( d a y m < 1 0 )  
 	 d a y m = " 0 " + d a y m  
 	 v a r   h o u r s = m y d a t e . g e t H o u r s ( )  
 	 v a r   m i n u t e s = m y d a t e . g e t M i n u t e s ( )  
 	 v a r   s e c o n d s = m y d a t e . g e t S e c o n d s ( )  
 	 v a r   d n = " 5"  
 	 i f   ( h o u r s > = 1 2 )  
 	 d n = " E"  
 	 i f   ( h o u r s > 1 2 ) {  
 	 h o u r s = h o u r s - 1 2  
 	 }  
 	 i f   ( h o u r s = = 0 )  
 	 h o u r s = 1 2  
 	 i f   ( m i n u t e s < = 9 )  
 	 m i n u t e s = " 0 " + m i n u t e s  
 	 i f   ( s e c o n d s < = 9 )  
 	 s e c o n d s = " 0 " + s e c o n d s  
 	 / / c h a n g e   f o n t   s i z e   h e r e  
 	 v a r   c d a t e = d a y a r r a y [ d a y ] + " ,   " + m o n t h a r r a y [ m o n t h ] + "   " + d a y m + " ,   " + y e a r + "   - -       " + h o u r s + " : " + m i n u t e s + " : " + s e c o n d s + "   " + d n  
 	 + " < / b > < / f o n t > "  
 	 i f   ( d o c u m e n t . a l l )  
 	 d o c u m e n t . a l l . c l o c k . i n n e r H T M L = c d a t e  
 	 e l s e   i f   ( d o c u m e n t . g e t E l e m e n t B y I d )  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c l o c k " ) . i n n e r H T M L = c d a t e  
 	 e l s e  
 	 d o c u m e n t . w r i t e ( c d a t e )  
 	 }  
 	 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 )  
 	 g e t t h e d a t e ( )  
  
  
 	 f u n c t i o n   g o f o r i t ( ) {  
 	 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 )  
 	 s e t I n t e r v a l ( " g e t t h e d a t e ( ) " , 1 0 0 0 )  
 	 }  
 	 	  
 	 f u n c t i o n   S t a r t u p ( ) {  
 	       g o f o r i t ( )  
 	 }  
  
  
 f u n c t i o n   l o a d ( f i l e , t a r g e t )   {  
 i f   ( t a r g e t   ! =   ' ' )  
 t a r g e t . w i n d o w . l o c a t i o n . h r e f   =   f i l e ;  
 e l s e  
 w i n d o w . l o c a t i o n . h r e f   =   f i l e ;  
  
 }  
 
