ÿþv a r   k   =   M a t h . P I   /   1 8 0 ;  
 v a r   d t   =   n e w   D a t e ( ) ;    
 v a r   t z   =   d t . g e t T i m e z o n e O f f s e t ( )   /   1 4 4 0 ;    
 v a r   r m _ s u n 0 ;  
  
 D a t e . p r o t o t y p e . g e t J D   =   D a t e _ g e t J D ;  
 D a t e . p r o t o t y p e . s e t J D   =   D a t e _ s e t J D ;  
 f u n c t i o n   D a t e _ g e t J D ( )   {  
 	 r e t u r n   2 4 4 0 5 8 7   +   t h i s . g e t T i m e ( )   /   8 6 4 e 5   -   t z ;  
 }  
 f u n c t i o n   D a t e _ s e t J D ( j d )   {  
 	 t h i s . s e t T i m e ( ( j d   +   t z   -   2 4 4 0 5 8 7 )   *   8 6 4 e 5 ) ;  
 }  
  
 f u n c t i o n   k y u r e k i ( t m )   {  
 	 v a r   i , l a p , s t a t e ;  
 	 v a r   c h u   =   n e w   A r r a y ( 4 ) ;  
 	 v a r   s a k u   =   n e w   A r r a y ( 5 ) ;  
 	 v a r   m   =   n e w   A r r a y ( 5 ) ;  
 	 f o r ( i   =   0 ;   i   <   5 ;   i + + )   m [ i ]   =   n e w   O b j e c t ;  
 	 c h u [ 0 ]   =   c a l c _ c h u ( t m ,   9 0 ) ;  
 	 m [ 0 ] . m o n t h   =   M a t h . f l o o r ( r m _ s u n 0   /   3 0 )   +   2 ;  
 	 f o r ( i   =   1 ;   i   <   4 ;   i + + )   {  
 	 	 c h u [ i ]   =   c a l c _ c h u ( c h u [ i   -   1 ]   +   3 2 ,   3 0 ) ;  
 	 }  
 	 s a k u [ 0 ]   =   c a l c _ s a k u ( c h u [ 0 ] ) ;  
 	 f o r ( i   =   1 ;   i   <   5 ;   i + + )   {  
 	 	 s a k u [ i ]   =   c a l c _ s a k u ( s a k u [ i   -   1 ]   +   3 0 ) ;  
  
 	 	 i f ( M a t h . a b s ( M a t h . f l o o r ( s a k u [ i   -   1 ] )   -   M a t h . f l o o r ( s a k u [ i ] ) )   < =   2 6 )   {  
 	 	 	 s a k u [ i ]   =   c a l c _ s a k u ( s a k u [ i   -   1 ]   +   3 5 ) ;  
 	 	 }  
 	 }  
  
 	 i f (   M a t h . f l o o r ( s a k u [ 1 ] )   < =   M a t h . f l o o r ( c h u [ 0 ] )   )   {  
 	 	 f o r ( i   =   0 ;   i   <   4 ;   i + + )   {  
 	 	 	 s a k u [ i ]   =   s a k u [ i   +   1 ] ;  
 	 	 }  
 	 	 s a k u [ 4 ]   =   c a l c _ s a k u ( s a k u [ 3 ]   +   3 5 ) ;  
 	 }  
  
 	 e l s e   i f (   M a t h . f l o o r ( s a k u [ 0 ] )   >   M a t h . f l o o r ( c h u [ 0 ] )   )   {  
 	 	 f o r ( i   =   4 ;   i   >   0 ;   i - - )   s a k u [ i ]   =   s a k u [ i   -   1 ] ;  
 	 	 s a k u [ 0 ]   =   c a l c _ s a k u ( s a k u [ 0 ]   -   2 7 ) ;  
 	 }  
  
 	 l a p   =   (   M a t h . f l o o r ( s a k u [ 4 ] )   < =   M a t h . f l o o r ( c h u [ 3 ] )   ) ;  
  
 	 m [ 0 ] . u r u u   =   f a l s e ;  
 	 m [ 0 ] . j d   =   M a t h . f l o o r ( s a k u [ 0 ] ) ;  
 	 f o r ( i   =   1 ;   i   <   5 ;   i + + )   {  
 	 	 i f (   l a p   & &   i   >   1   )   {  
 	 	 	 i f (   c h u [ i   -   1 ]   < =   M a t h . f l o o r ( s a k u [ i   -   1 ] )  
 	 	 	 	 	 | |   c h u [ i   -   1 ]   > =   M a t h . f l o o r ( s a k u [ i ] )   )   {  
 	 	 	 	 m [ i - 1 ] . m o n t h   =   m [ i - 2 ] . m o n t h ;  
 	 	 	 	 m [ i - 1 ] . u r u u   =   t r u e ;  
 	 	 	 	 m [ i - 1 ] . j d   =   M a t h . f l o o r ( s a k u [ i   -   1 ] ) ;  
 	 	 	 	 l a p   =   f a l s e ;  
 	 	 	 }  
 	 	 }  
 	 	 m [ i ] . m o n t h   =   m [ i - 1 ] . m o n t h   +   1 ;  
 	 	 i f (   m [ i ] . m o n t h   >   1 2   )   m [ i ] . m o n t h   - =   1 2 ;  
 	 	 m [ i ] . j d   =   M a t h . f l o o r ( s a k u [ i ] ) ;  
 	 	 m [ i ] . u r u u   =   f a l s e ;  
 	 }  
  
 	 s t a t e   =   0 ;  
 	 f o r ( i   =   0 ;   i   <   5 ;   i + + )   {  
 	 	 i f (   M a t h . f l o o r ( t m )   <   M a t h . f l o o r ( m [ i ] . j d )   )   {  
 	 	 	 s t a t e   =   1 ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 e l s e   i f (   M a t h . f l o o r ( t m )   = =   M a t h . f l o o r ( m [ i ] . j d )   )   {  
 	 	 	 s t a t e   =   2 ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
 	 i f (   s t a t e   = =   0   | |   s t a t e   = =   1   )   i - - ;  
  
 	 t h i s . u r u u   =   m [ i ] . u r u u ;  
 	 t h i s . m o n t h   =   m [ i ] . m o n t h ;  
 	 t h i s . d a y   =   M a t h . f l o o r ( t m )   -   M a t h . f l o o r ( m [ i ] . j d )   +   1 ;  
  
 	 v a r   a   =   n e w   D a t e ( ) ;  
 	 a . s e t J D ( t m ) ;  
 	 t h i s . y e a r   =   a . g e t F u l l Y e a r ( ) ;  
 	 i f (   t h i s . m o n t h   >   9   & &   t h i s . m o n t h   >   a . g e t M o n t h ( )   +   1   )   t h i s . y e a r - - ;  
  
 	 t h i s . m a g e   =   t m   -   s a k u [ i ] ;  
 	 i f ( t h i s . m a g e   <   0 )   t h i s . m a g e   =   t m   -   s a k u [ i - 1 ] ;  
 	 t h i s . m a g e n o o n   =   M a t h . f l o o r ( t m )   +   . 5   -   s a k u [ i ] ;  
 	 i f ( t h i s . m a g e n o o n   <   0 )   t h i s . m a g e n o o n   =   M a t h . f l o o r ( t m )   +   . 5   -   s a k u [ i - 1 ] ;  
  
 	 v a r   t m 1   =   M a t h . f l o o r ( t m ) ;  
 	 v a r   t m 2   =   t m   -   t m 1   +   t z ;  
 	 v a r   t   =   ( t m 2   +   . 5 )   /   3 6 5 2 5   +   ( t m 1   -   2 4 5 1 5 4 5 )   /   3 6 5 2 5 ;  
  
 	 v a r   s u k u   =   n e w   A r r a y ( " 4f¿[" , " bu¿[" , " Ü‰¿[" , " ÂS¿[" , " •N¿[" , " <›¿[" , " óg¿[" , " f¿[" , " 5_¿[" , " ü¿[" , " ëŽ¿[" , " Ò‰¿[" , " ¢N¿[" , " l¿[" , " ?b¿[" , " Ã_¿[" , " >\¿[" , " •{¿[" , " —e¿[" , " sY¿[" , " Z†¿[" , " qS¿[" , " ¤[¿[" , " ÁX¿[" , " NY¿[" , " AZ¿[" , " Ã€¿[" ) ;  
               i f ( t h i s . m o n t h = = 1 ) t h i s . s u = t h i s . d a y + 2 1 ;  
 	 i f ( t h i s . m o n t h = = 2 ) t h i s . s u = t h i s . d a y + 2 3 ;  
 	 i f ( t h i s . m o n t h = = 3 ) t h i s . s u = t h i s . d a y + 2 5 ;  
 	 i f ( t h i s . m o n t h = = 4 ) t h i s . s u = t h i s . d a y ;  
 	 i f ( t h i s . m o n t h = = 5 ) t h i s . s u = t h i s . d a y + 2 ;  
 	 i f ( t h i s . m o n t h = = 6 ) t h i s . s u = t h i s . d a y + 4 ;  
 	 i f ( t h i s . m o n t h = = 7 ) t h i s . s u = t h i s . d a y + 7 ;  
 	 i f ( t h i s . m o n t h = = 8 ) t h i s . s u = t h i s . d a y + 1 0 ;  
 	 i f ( t h i s . m o n t h = = 9 ) t h i s . s u = t h i s . d a y + 1 2 ;  
 	 i f ( t h i s . m o n t h = = 1 0 ) t h i s . s u = t h i s . d a y + 1 4 ;  
 	 i f ( t h i s . m o n t h = = 1 1 ) t h i s . s u = t h i s . d a y + 1 7 ;  
 	 i f ( t h i s . m o n t h = = 1 2 ) t h i s . s u = t h i s . d a y + 1 9 ;  
 i f ( t h i s . s u   > =   2 7 ) t h i s . c i =   t h i s . s u - 2 7 ;  
 t h i s . s u k u = s u k u [ t h i s . c i ] ;  
 i f ( t h i s . s u   <   2 7 ) t h i s . c i =   t h i s . s u ;  
 t h i s . s u k u = s u k u [ t h i s . c i ] ;  
  
 }  
  
 f u n c t i o n   c a l c _ c h u ( t m ,   l o n g i t u d e )   {  
 	 v a r   t m 1 , t m 2 , t , r m _ s u n , d e l t a _ r m ;  
  
 	 t m 1   =   M a t h . f l o o r ( t m ) ;  
 	 t m 2   =   t m   -   t m 1   +   t z ;   / /   J S T   - >   U T C  
  
 	 t   =   ( t m 2   +   . 5 )   /   3 6 5 2 5   +   ( t m 1   -   2 4 5 1 5 4 5 )   /   3 6 5 2 5 ;  
 	 r m _ s u n   =   L O N G I T U D E _ S U N ( t ) ;  
 	 r m _ s u n 0   =   l o n g i t u d e   *   M a t h . f l o o r ( r m _ s u n   /   l o n g i t u d e ) ;  
  
 	 v a r   d e l t a _ t 1   =   0 ,   d e l t a _ t 2   =   1 ;  
 	 f o r (   ;   M a t h . a b s ( d e l t a _ t 1   +   d e l t a _ t 2 )   >   ( 1   /   8 6 4 0 0 ) ;   )   {  
  
 	 	 t   =   ( t m 2   +   . 5 )   /   3 6 5 2 5   +   ( t m 1   -   2 4 5 1 5 4 5 )   /   3 6 5 2 5 ;  
 	 	 r m _ s u n   =   L O N G I T U D E _ S U N ( t ) ;  
  
 	 	 d e l t a _ r m   =   r m _ s u n   -   r m _ s u n 0   ;  
  
 	 	 i f (   d e l t a _ r m   >   1 8 0   )   {  
 	 	 	 d e l t a _ r m   - =   3 6 0 ;  
 	 	 }   e l s e   i f (   d e l t a _ r m   <   - 1 8 0   )   {  
 	 	 	 d e l t a _ r m   + =   3 6 0 ;  
 	 	 }  
  
 	 	 d e l t a _ t 1   =   M a t h . f l o o r ( d e l t a _ r m   *   3 6 5 . 2   /   3 6 0 ) ;  
 	 	 d e l t a _ t 2   =   d e l t a _ r m   *   3 6 5 . 2   /   3 6 0   -   d e l t a _ t 1 ;  
  
 	 	 t m 1   =   t m 1   -   d e l t a _ t 1 ;  
 	 	 t m 2   =   t m 2   -   d e l t a _ t 2 ;  
 	 	 i f (   t m 2   <   0   )   {  
 	 	 	 t m 1   - =   1 ;  
 	 	 	 t m 2   + =   1 ;  
 	 	 }  
 	 }  
  
 	 r e t u r n   t m 2   +   t m 1   -   t z ;  
 }  
  
  
 f u n c t i o n   c a l c _ s a k u ( t m )   {  
 	 v a r   l c , t , t m 1 , t m 2 , r m _ s u n , r m _ m o o n , d e l t a _ r m ;  
  
 	 l c   =   1 ;  
  
 	 t m 1   =   M a t h . f l o o r ( t m ) ;  
 	 t m 2   =   t m   -   t m 1   +   t z ; 	 / /   J S T   - >   U T C  
  
 	 v a r   d e l t a _ t 1   =   0 ,   d e l t a _ t 2   =   1 ;  
 	 f o r (   ;   M a t h . a b s (   d e l t a _ t 1   +   d e l t a _ t 2   )   >   (   1   /   8 6 4 0 0   )   ;   l c + + )   {  
  
 	 	 t   =   ( t m 2   +   . 5 )   /   3 6 5 2 5   +   ( t m 1   -   2 4 5 1 5 4 5 )   /   3 6 5 2 5 ;  
 	 	 r m _ s u n   =   L O N G I T U D E _ S U N ( t ) ;  
 	 	 r m _ m o o n   =   L O N G I T U D E _ M O O N ( t ) ;  
  
 	 	 d e l t a _ r m   =   r m _ m o o n   -   r m _ s u n   ;  
  
 	 	 i f (   l c = = 1   & &   d e l t a _ r m   <   0   )   {  
 	 	 	 d e l t a _ r m   =   N O R M A L I Z A T I O N _ A N G L E ( d e l t a _ r m ) ;  
 	 	 }  
  
 	 	 e l s e   i f (   r m _ s u n   > =   0   & &   r m _ s u n   < =   2 0   & &   r m _ m o o n   > =   3 0 0   )   {  
 	 	 	 d e l t a _ r m   =   N O R M A L I Z A T I O N _ A N G L E ( d e l t a _ r m ) ;  
 	 	 	 d e l t a _ r m   =   3 6 0   -   d e l t a _ r m ;  
 	 	 }  
  
 	 	 e l s e   i f (   M a t h . a b s ( d e l t a _ r m )   >   4 0   )   {  
 	 	 	 d e l t a _ r m   =   N O R M A L I Z A T I O N _ A N G L E ( d e l t a _ r m ) ;  
 	 	 }  
  
 	 	 d e l t a _ t 1   =   M a t h . f l o o r ( d e l t a _ r m   *   2 9 . 5 3 0 5 8 9   /   3 6 0 ) ;  
 	 	 d e l t a _ t 2   =   d e l t a _ r m   *   2 9 . 5 3 0 5 8 9   /   3 6 0   -   d e l t a _ t 1 ;  
  
 	 	 t m 1   =   t m 1   -   d e l t a _ t 1 ;  
 	 	 t m 2   =   t m 2   -   d e l t a _ t 2 ;  
 	 	 i f (   t m 2   <   0   )   {  
 	 	 	 t m 1   - =   1 ;  
 	 	 	 t m 2   + =   1 ;  
 	 	 }  
  
 	 	 i f (   l c   = =   1 5   & &   M a t h . a b s ( d e l t a _ t 1   +   d e l t a _ t 2 )   >   ( 1   /   8 6 4 0 0 )   )   {  
 	 	 	 t m 1   =   M a t h . f l o o r ( t m   -   2 6 ) ;  
 	 	 	 t m 2   =   0 ;  
 	 	 }  
  
 	 	 e l s e   i f (   l c   >   3 0   & &   M a t h . a b s ( d e l t a _ t 1   +   d e l t a _ t 2 )   >   ( 1   /   8 6 4 0 0 )   )   {  
 	 	 	 t m 1   =   t m ;  
 	 	 	 t m 2   =   0 ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
  
 	 r e t u r n   t m 2   +   t m 1   -   t z ;  
 }  
  
  
 f u n c t i o n   N O R M A L I Z A T I O N _ A N G L E ( a n g l e )   {  
 	 r e t u r n   a n g l e   -   3 6 0   *   M a t h . f l o o r ( a n g l e   /   3 6 0 ) ;  
 }  
  
 f u n c t i o n   L O N G I T U D E _ S U N ( t )   {  
 	 v a r   a n g , t h ;  
 	 w i t h ( M a t h )   {  
  
 	 t h   =   . 0 0 0 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 1 5 5 7   *   t   +   1 6 1   )   ) ;  
 	 t h   + =   . 0 0 0 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 9 9 3 0   *   t   +   4 8   )   ) ;  
 	 t h   + =   . 0 0 0 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 2 8 1   *   t   +   2 2 1   )   ) ;  
 	 t h   + =   . 0 0 0 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 5 5   *   t   +   1 1 8   )   ) ;  
 	 t h   + =   . 0 0 0 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 3 7 1 8   *   t   +   3 1 6   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 0 3 8   *   t   +   6 4   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 0 3 5   *   t   +   1 1 0   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   6 5 9 2 9   *   t   +   4 5   )   ) ;  
 	 t h   + =   . 0 0 1 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 2 5 1 9   *   t   +   3 5 2   )   ) ;  
 	 t h   + =   . 0 0 1 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 5 0 3 8   *   t   +   2 5 4   )   ) ;  
 	 t h   + =   . 0 0 1 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 4 5 2 6 7   *   t   +   2 0 8   )   ) ;  
 	 t h   + =   . 0 0 1 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 9   *   t   +   1 5 9   )   ) ;  
 	 t h   + =   . 0 0 2 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 2 9 6 4   *   t   +   1 5 8   )   ) ;  
 	 t h   + =   . 0 2 0 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   7 1 9 9 8 . 1   *   t   +   2 6 5 . 1   )   ) ;  
 	 a n g   =   N O R M A L I Z A T I O N _ A N G L E (   3 5 9 9 9 . 0 5   *   t   +   2 6 7 . 5 2   ) ;  
 	 t h   =   t h   -   . 0 0 4 8   *   t   *   c o s (   k   *   a n g   )   ;  
 	 t h   + =   1 . 9 1 4 7   *   c o s (   k   *   a n g   )   ;  
  
 	 a n g   =   N O R M A L I Z A T I O N _ A N G L E (   3 6 0 0 0 . 7 6 9 5   *   t   ) ;  
 	 a n g   =   N O R M A L I Z A T I O N _ A N G L E (   a n g   +   2 8 0 . 4 6 5 9   ) ;  
 	 t h   =   N O R M A L I Z A T I O N _ A N G L E (   t h   +   a n g   ) ;  
 	 }  
 	 r e t u r n   t h ;  
 }  
  
  
 f u n c t i o n   L O N G I T U D E _ M O O N ( t )   {  
 	 v a r   a n g , t h ;  
 	 w i t h ( M a t h )   {  
  
 	 t h   =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 3 2 2 1 3 1   *   t   +   1 9 1   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 0 6 7   *   t   +   7 0   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   5 4 9 1 9 7   *   t   +   2 2 0   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 8 0 8 9 3 3   *   t   +   5 8   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 4 9 4 7 2   *   t   +   3 3 7   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 8 1 4 0 4   *   t   +   3 5 4   )   ) ;  
 	 t h   + =   . 0 0 0 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 5 8 4 6 5   *   t   +   3 4 0   )   ) ;  
 	 t h   + =   . 0 0 0 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 2 0 0 6   *   t   +   1 8 7   )   ) ;  
 	 t h   + =   . 0 0 0 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 9 8 7 1   *   t   +   2 2 3   )   ) ;  
 	 t h   + =   . 0 0 0 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   5 0 9 1 3 1   *   t   +   2 4 2   )   ) ;  
 	 t h   + =   . 0 0 0 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 7 4 5 0 6 9   *   t   +   2 4   )   ) ;  
 	 t h   + =   . 0 0 0 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 9 0 8 7 9 5   *   t   +   9 0   )   ) ;  
 	 t h   + =   . 0 0 0 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 2 5 8 2 6 7   *   t   +   1 5 6   )   ) ;  
 	 t h   + =   . 0 0 0 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 1 1 8 6 9   *   t   +   3 8   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   2 7 8 6 4   *   t   +   1 2 7   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 8 5 3 3 3   *   t   +   1 8 6   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 0 5 2 0 1   *   t   +   5 0   )   ) ;  
 	 t h   + =   . 0 0 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   7 9 0 6 7 2   *   t   +   1 1 4   )   ) ;  
 	 t h   + =   . 0 0 0 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 4 0 3 7 3 2   *   t   +   9 8   )   ) ;  
 	 t h   + =   . 0 0 0 9   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   8 5 8 6 0 2   *   t   +   1 2 9   )   ) ;  
 	 t h   + =   . 0 0 1 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 9 2 0 8 0 2   *   t   +   1 8 6   )   ) ;  
 	 t h   + =   . 0 0 1 2   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 2 6 7 8 7 1   *   t   +   2 4 9   )   ) ;  
 	 t h   + =   . 0 0 1 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 8 5 6 9 3 8   *   t   +   1 5 2   )   ) ;  
 	 t h   + =   . 0 0 1 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 0 1 3 2 9   *   t   +   2 7 4   )   ) ;  
 	 t h   + =   . 0 0 2 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 4 1 3 3 7   *   t   +   1 6   )   ) ;  
 	 t h   + =   . 0 0 2 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   7 1 9 9 8   *   t   +   8 5   )   ) ;  
 	 t h   + =   . 0 0 2 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 9 0 3 9 7   *   t   +   3 5 7   )   ) ;  
 	 t h   + =   . 0 0 2 2   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   8 1 8 5 3 6   *   t   +   1 5 1   )   ) ;  
 	 t h   + =   . 0 0 2 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 2 2 4 6 6   *   t   +   1 6 3   )   ) ;  
 	 t h   + =   . 0 0 2 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 9 8 6 3   *   t   +   1 2 2   )   ) ;  
 	 t h   + =   . 0 0 2 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 3 7 9 7 3 9   *   t   +   1 7   )   ) ;  
 	 t h   + =   . 0 0 2 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 1 8 3 9 9   *   t   +   1 8 2   )   ) ;  
 	 t h   + =   . 0 0 2 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 9 3 4   *   t   +   1 4 5   )   ) ;  
 	 t h   + =   . 0 0 3 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   5 4 1 0 6 2   *   t   +   2 5 9   )   ) ;  
 	 t h   + =   . 0 0 3 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 7 8 1 0 6 8   *   t   +   2 1   )   ) ;  
 	 t h   + =   . 0 0 4 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 3 3   *   t   +   2 9   )   ) ;  
 	 t h   + =   . 0 0 4 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 8 4 4 9 3 2   *   t   +   5 6   )   ) ;  
 	 t h   + =   . 0 0 4 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 3 3 1 7 3 4   *   t   +   2 8 3   )   ) ;  
 	 t h   + =   . 0 0 5 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 8 1 2 6 6   *   t   +   2 0 5   )   ) ;  
 	 t h   + =   . 0 0 5 2   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 1 9 3 2   *   t   +   1 0 7   )   ) ;  
 	 t h   + =   . 0 0 6 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 2 6 5 3 3   *   t   +   3 2 3   )   ) ;  
 	 t h   + =   . 0 0 7 9   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 4 9 3 3 4   *   t   +   1 8 8   )   ) ;  
 	 t h   + =   . 0 0 8 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   8 2 6 6 7 1   *   t   +   1 1 1   )   ) ;  
 	 t h   + =   . 0 1 0 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 4 3 1 5 9 7   *   t   +   3 1 5   )   ) ;  
 	 t h   + =   . 0 1 0 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 3 0 3 8 7 0   *   t   +   2 4 6   )   ) ;  
 	 t h   + =   . 0 1 1 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 8 9 2 0 5   *   t   +   1 4 2   )   ) ;  
 	 t h   + =   . 0 1 2 5   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 4 4 3 6 0 3   *   t   +   5 2   )   ) ;  
 	 t h   + =   . 0 1 5 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   7 5 8 7 0   *   t   +   4 1   )   ) ;  
 	 t h   + =   . 0 3 0 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   5 1 3 1 9 7 . 9   *   t   +   2 2 2 . 5   )   ) ;  
 	 t h   + =   . 0 3 4 7   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 4 5 2 6 7 . 1   *   t   +   2 7 . 9   )   ) ;  
 	 t h   + =   . 0 4 0 9   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 4 1 1 9 9 . 8   *   t   +   4 7 . 4   )   ) ;  
 	 t h   + =   . 0 4 5 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   8 5 4 5 3 5 . 2   *   t   +   1 4 8 . 2   )   ) ;  
 	 t h   + =   . 0 5 3 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   1 3 6 7 7 3 3 . 1   *   t   +   2 8 0 . 7   )   ) ;  
 	 t h   + =   . 0 5 7 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 7 7 3 3 6 . 3   *   t   +   1 3 . 2   )   ) ;  
 	 t h   + =   . 0 5 8 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   6 3 8 6 3 . 5   *   t   +   1 2 4 . 2   )   ) ;  
 	 t h   + =   . 1 1 4 4   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 6 6 4 0 4   *   t   +   2 7 6 . 5   )   ) ;  
 	 t h   + =   . 1 8 5 1   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   3 5 9 9 9 . 0 5   *   t   +   8 7 . 5 3   )   ) ;  
 	 t h   + =   . 2 1 3 6   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   9 5 4 3 9 7 . 7 4   *   t   +   1 7 9 . 9 3   )   ) ;  
 	 t h   + =   . 6 5 8 3   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   8 9 0 5 3 4 . 2 2   *   t   +   1 4 5 . 7   )   ) ;  
 	 t h   + =   1 . 2 7 4 0   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 1 3 3 3 5 . 3 5   *   t   +   1 0 . 7 4   )   ) ;  
 	 t h   + =   6 . 2 8 8 8   *   c o s (   k   *   N O R M A L I Z A T I O N _ A N G L E (   4 7 7 1 9 8 . 8 6 8   *   t   +   4 4 . 9 6 3   )   ) ;  
  
 	 a n g   =   N O R M A L I Z A T I O N _ A N G L E (   4 8 1 2 6 7 . 8 8 0 9   *   t   ) ;  
 	 a n g   =   N O R M A L I Z A T I O N _ A N G L E (   a n g   +   2 1 8 . 3 1 6 2   ) ;  
 	 t h   =   N O R M A L I Z A T I O N _ A N G L E (   t h   +   a n g   ) ;  
 	 }  
 	 r e t u r n   t h  
 }  
  
 
