ÿþ< ! - -   B e g i n  
 m o n t h n a m e s   =   n e w   A r r a y (  
 " S t y c z e D" ,  
 " L u t y " ,  
 " M a r z e c " ,  
 " K w i e c i e D" ,  
 " M a j " ,  
 " C z e r w i e c " ,  
 " L i p i e c " ,  
 " S i e r p i e D" ,  
 " W r z e s i e D" ,  
 " P a zd z i e r n i k " ,  
 " L i s t o p a d " ,  
 " G r u d z i e D" ) ;  
 v a r   l i n k c o u n t = 0 ;  
 f u n c t i o n   a d d l i n k ( m o n t h ,   d a y ,   h r e f )   {  
 v a r   e n t r y   =   n e w   A r r a y ( 3 ) ;  
 e n t r y [ 0 ]   =   m o n t h ;  
 e n t r y [ 1 ]   =   d a y ;  
 e n t r y [ 2 ]   =   h r e f ;  
 t h i s [ l i n k c o u n t + + ]   =   e n t r y ;  
 }  
 A r r a y . p r o t o t y p e . a d d l i n k   =   a d d l i n k ;  
 l i n k d a y s   =   n e w   A r r a y ( ) ;  
 m o n t h d a y s   =   n e w   A r r a y ( 1 2 ) ;  
 m o n t h d a y s [ 0 ] = 3 1 ;  
 m o n t h d a y s [ 1 ] = 2 8 ;  
 m o n t h d a y s [ 2 ] = 3 1 ;  
 m o n t h d a y s [ 3 ] = 3 0 ;  
 m o n t h d a y s [ 4 ] = 3 1 ;  
 m o n t h d a y s [ 5 ] = 3 0 ;  
 m o n t h d a y s [ 6 ] = 3 1 ;  
 m o n t h d a y s [ 7 ] = 3 1 ;  
 m o n t h d a y s [ 8 ] = 3 0 ;  
 m o n t h d a y s [ 9 ] = 3 1 ;  
 m o n t h d a y s [ 1 0 ] = 3 0 ;  
 m o n t h d a y s [ 1 1 ] = 3 1 ;  
 t o d a y D a t e = n e w   D a t e ( ) ;  
 t h i s d a y = t o d a y D a t e . g e t D a y ( ) ;  
 t h i s m o n t h = t o d a y D a t e . g e t M o n t h ( ) ;  
 t h i s d a t e = t o d a y D a t e . g e t D a t e ( ) ;  
 t h i s y e a r = t o d a y D a t e . g e t Y e a r ( ) ;  
 t h i s y e a r   =   t h i s y e a r   %   1 0 0 ;  
 t h i s y e a r   =   ( ( t h i s y e a r   <   5 0 )   ?   ( 2 0 0 0   +   t h i s y e a r )   :   ( 1 9 0 0   +   t h i s y e a r ) ) ;  
 i f   ( ( ( t h i s y e a r   %   4   = =   0 )    
 & &   ! ( t h i s y e a r   %   1 0 0   = =   0 ) )  
 | | ( t h i s y e a r   %   4 0 0   = =   0 ) )   m o n t h d a y s [ 1 ] + + ;  
 s t a r t s p a c e s = t h i s d a t e ;  
 w h i l e   ( s t a r t s p a c e s   >   7 )   s t a r t s p a c e s - = 7 ;  
 s t a r t s p a c e s   =   t h i s d a y   -   s t a r t s p a c e s   +   1 ;  
 i f   ( s t a r t s p a c e s   <   0 )   s t a r t s p a c e s + = 7 ;  
  
  
 d o c u m e n t . w r i t e ( " < t a b l e   b o r d e r = 2   b g c o l o r = # 3 2 c d 3 2   " ) ;  
 d o c u m e n t . w r i t e ( " b o r d e r c o l o r = g r e e n > < f o n t   c o l o r = b l a c k > " ) ;  
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l s p a n = 7 > < c e n t e r > < f o n t   s i z e = 2 > < s t r o n g > "    
 +   m o n t h n a m e s [ t h i s m o n t h ]   +   "   "   +   t h i s y e a r    
 +   " < / s t r o n g > < / c e n t e r > < / f o n t > < / t d > < / t r > " ) ;  
 d o c u m e n t . w r i t e ( " < t r > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = r e d > < f o n t   s i z e = 1 > < s t r o n g > N < / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = d a r k b l u e > < f o n t   s i z e = 1 > < s t r o n g > P < / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = d a r k b l u e > < f o n t   s i z e = 1 > < s t r o n g > W < / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = d a r k b l u e > < f o n t   s i z e = 1 > < s t r o n g > Z< / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = d a r k b l u e > < f o n t   s i z e = 1 > < s t r o n g > C < / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = d a r k b l u e > < f o n t   s i z e = 1 > < s t r o n g > P < / s t r o n g > < / f o n t > < / t d > " ) ;  
 d o c u m e n t . w r i t e ( " < t d   a l i g n = c e n t e r > < f o n t   c o l o r = g r e e n > < f o n t   s i z e = 1 > < s t r o n g > S < / s t r o n g > < / f o n t > < / t d > " ) ;    
 d o c u m e n t . w r i t e ( " < / t r > " ) ;  
 d o c u m e n t . w r i t e ( " < t r > " ) ;  
 f o r   ( s = 0 ; s < s t a r t s p a c e s ; s + + )   {  
 d o c u m e n t . w r i t e ( " < t d > < / t d > " ) ;  
 }  
 c o u n t = 1 ;  
 w h i l e   ( c o u n t   < =   m o n t h d a y s [ t h i s m o n t h ] )   {  
 f o r   ( b   =   s t a r t s p a c e s ; b < 7 ; b + + )   {  
 l i n k t r u e = f a l s e ;  
 d o c u m e n t . w r i t e ( " < t d > < f o n t   s i z e = 1 > < f o n t   c o l o r = b l a c k > " ) ;  
 f o r   ( c = 0 ; c < l i n k d a y s . l e n g t h ; c + + )   {  
 i f   ( l i n k d a y s [ c ]   ! =   n u l l )   {  
 i f   ( ( l i n k d a y s [ c ] [ 0 ] = = t h i s m o n t h   +   1 )   & &   ( l i n k d a y s [ c ] [ 1 ] = = c o u n t ) )   {  
 d o c u m e n t . w r i t e ( " < a   h r e f = \ " "   +   l i n k d a y s [ c ] [ 2 ]   +   " \ " > " ) ;  
 l i n k t r u e = t r u e ;  
             }  
       }  
 }  
 i f   ( c o u n t = = t h i s d a t e )   {  
 d o c u m e n t . w r i t e ( " < f o n t   c o l o r = m a r o o n > < s t r o n g > " ) ;  
 }  
 i f   ( c o u n t   < =   m o n t h d a y s [ t h i s m o n t h ] )   {  
 d o c u m e n t . w r i t e ( c o u n t ) ;  
 }  
 e l s e   {  
 d o c u m e n t . w r i t e ( "   " ) ;  
 }  
 i f   ( c o u n t = = t h i s d a t e )   {  
 d o c u m e n t . w r i t e ( " < / s t r o n g > < / s p a n > " ) ;  
 }  
 i f   ( l i n k t r u e )  
 d o c u m e n t . w r i t e ( " < / a > " ) ;  
 d o c u m e n t . w r i t e ( " < / t d > " ) ;  
 c o u n t + + ;  
 }  
 d o c u m e n t . w r i t e ( " < / t r > " ) ;  
 d o c u m e n t . w r i t e ( " < t r > " ) ;  
 s t a r t s p a c e s = 0 ;  
 }  
 d o c u m e n t . w r i t e ( " < / t a b l e > < / p > " ) ;  
 / /   E n d   - - >  
  
  
 
