ÿþv a r   g T i m e   =   n e w   D a t e ( ) ;  
  
 v a r   i s I E 6   =   f a l s e ;  
 i f   ( n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) . s e a r c h ( / m s i e   6 / i )   ! =   - 1 )  
         i s I E 6   =   t r u e ;  
 / *  
 i f   ( w i n d o w . a d d E v e n t L i s t e n e r )   {          
         w i n d o w . a d d E v e n t L i s t e n e r ( " o n l o a d " ,   P a g e R e q u e s t l o a d ,   f a l s e )  
 }  
 e l s e   {  
         i f   ( w i n d o w . a t t a c h E v e n t )   {                  
                 w i n d o w . a t t a c h E v e n t ( " o n l o a d " ,   P a g e R e q u e s t l o a d ) ;  
         }  
 }  
 f u n c t i o n   P a g e R e q u e s t l o a d ( )   {  
         S y s . W e b F o r m s . P a g e R e q u e s t M a n a g e r . g e t I n s t a n c e ( ) . a d d _ e n d R e q u e s t ( E n d R e q u e s t H a n d l e r ) ;  
 }  
  
 w i n d o w . a t t a c h E v e n t ( " o n l o a d " ,   P a g e l o a d ) ;  
 * /  
 f u n c t i o n   P a g e l o a d ( )   {  
         v a r   e l m   =   $ g e t ( ' c t l 0 0 _ l b l P a g e L o a d T i m e ' ) ;          
         i f   ( e l m )  
                 e l m . i n n e r T e x t   =   P L T _ D i s p l a y F o r m a t . r e p l a c e ( / % % S % % / g ,   ( ( n e w   D a t e ( )   -   g T i m e )   /   1 0 0 0 ) . t o F i x e d ( 2 ) ) ;          
 }  
  
 f u n c t i o n   n a v i g a t e T o ( u r l )  
 {          
         d o c u m e n t . l o c a t i o n . h r e f   =   ' / h e - i l '   +   u r l ;   / / +   ' ? n i = '   +   o M e n u T r e e . c l i c k e d N o d e I n d e x ;  
 }  
 f u n c t i o n   s e t C o o k i e ( c _ n a m e , v a l u e , e x p i r e d a y s )  
 {  
         v a r   e x d a t e = n e w   D a t e ( ) ; e x d a t e . s e t D a t e ( e x d a t e . g e t D a t e ( ) + e x p i r e d a y s ) ;  
         d o c u m e n t . c o o k i e = c _ n a m e +   " = "   + e s c a p e ( v a l u e ) +  
         ( ( e x p i r e d a y s = = n u l l )   ?   " "   :   " ; e x p i r e s = " + e x d a t e . t o G M T S t r i n g ( ) ) ;  
 }  
 f u n c t i o n   g e t C o o k i e ( c _ n a m e )  
 {  
         i f   ( d o c u m e n t . c o o k i e . l e n g t h > 0 )  
         {  
                 c _ s t a r t = d o c u m e n t . c o o k i e . i n d e x O f ( c _ n a m e   +   " = " ) ;  
                 i f   ( c _ s t a r t ! = - 1 )  
                 {    
                         c _ s t a r t = c _ s t a r t   +   c _ n a m e . l e n g t h + 1 ;    
                         c _ e n d = d o c u m e n t . c o o k i e . i n d e x O f ( " ; " , c _ s t a r t ) ;  
                         i f   ( c _ e n d = = - 1 )   c _ e n d = d o c u m e n t . c o o k i e . l e n g t h ;  
                                 r e t u r n   u n e s c a p e ( d o c u m e n t . c o o k i e . s u b s t r i n g ( c _ s t a r t , c _ e n d ) ) ;  
                 }    
         }  
         r e t u r n   " " ;  
 }  
 f u n c t i o n   s e n d l i n k ( )  
 {  
  
 }  
 f u n c t i o n   s e t H o m e ( )  
 {  
       b o o k m a r k u r l = " h t t p : / / w w w . N e t i v o t H a s h a s . o r g . i l / h e - i l / "  
       d o c u m e n t . b o d y . s t y l e . b e h a v i o r = ' u r l ( # d e f a u l t # h o m e p a g e ) ' ;  
       d o c u m e n t . b o d y . s e t H o m e P a g e ( b o o k m a r k u r l ) ;  
 }  
 f u n c t i o n   b o o k m a r k ( )  
 {  
         b o o k m a r k u r l = " h t t p : / / w w w . N e t i v o t H a s h a s . o r g . i l / h e - i l / "  
         b o o k m a r k t i t l e = " N e t i v o t   H a s h a s "  
         i f   ( d o c u m e n t . a l l )  
                 w i n d o w . e x t e r n a l . A d d F a v o r i t e ( b o o k m a r k u r l , b o o k m a r k t i t l e )  
         e l s e   i f   ( w i n d o w . s i d e b a r )   / /   f i r e f o x  
                 w i n d o w . s i d e b a r . a d d P a n e l ( b o o k m a r k t i t l e ,   b o o k m a r k u r l ,   " " ) ;  
 }  
  
 f u n c t i o n   a d d T r a i l l i n g Z e r o ( n u m )   {  
         v a r   s t r   =   ' '   +   n u m ;  
         i f   ( s t r . l e n g t h   = =   1 )  
                 r e t u r n   ( ' 0 '   +   s t r ) ;  
         r e t u r n   ( s t r ) ;  
 }  
 f u n c t i o n   r e m o v e T r a i l l i n g Z e r o ( n u m )   {  
         v a r   s t r   =   ' '   +   n u m ;  
         i f   ( s t r . s u b s t r ( 0 ,   1 )   = =   ' 0 ' )  
                 s t r   =   s t r . s u b s t r ( 1 ) ;  
         i f   ( s t r . s u b s t r ( 0 ,   1 )   = =   ' 0 ' )  
                 s t r   =   s t r . s u b s t r ( 1 ) ;  
         r e t u r n   ( p a r s e I n t ( s t r ) ) ;  
 }  
 f u n c t i o n   o n U p d a t i n g ( ) {  
         / / d o c u m e n t . b o d y . s t y l e . f i l t e r   =   " a l p h a ( o p a c i t y = 6 0 ) "  
         / / d i s a b l e F o r m ( t r u e ) ;  
          
         g T i m e   =   n e w   D a t e ( ) ;  
         / / d o c u m e n t . b o d y . d i s a b l e d   =   t r u e ;          
         v a r   p n l P o p u p   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' p n l P o p u p ' ) ;  
         i f ( p n l P o p u p I D )     p n l P o p u p   =   $ g e t ( p n l P o p u p I D ) ;          
         / / v a r   m y H e i g h t   =   ( d o c u m e n t . b o d y . c l i e n t H e i g h t > 1 0 0 0 ) ? 4 0 0 : d o c u m e n t . b o d y . c l i e n t H e i g h t ;          
         v a r   x   =   M a t h . r o u n d ( d o c u m e n t . b o d y . c l i e n t W i d t h / 2 ) ;  
         / / v a r   y   =   M a t h . r o u n d ( d o c u m e n t . b o d y . c l i e n t H e i g h t / 2 ) ;          
         S y s . U I . D o m E l e m e n t . s e t L o c a t i o n ( p n l P o p u p ,   x ,   3 0 0 ) ;          
         p n l P o p u p . s t y l e . d i s p l a y   =   ' ' ;          
 }  
 f u n c t i o n   o n U p d a t e d ( )    
 {          
         / / c t l 0 0 _ l b l P a g e L o a d T i m e . i n n e r T e x t   =   P L T _ D i s p l a y F o r m a t . r e p l a c e ( / % % S % % / g ,   ( ( n e w   D a t e ( )   -   g T i m e )   /   1 0 0 0 ) . t o F i x e d ( 2 ) ) ;          
         / / d o c u m e n t . b o d y . d i s a b l e d   =   f a l s e ;          
         / / d o c u m e n t . b o d y . s t y l e . b a c k g r o u n d C o l o r   =   " # f f f f f f " ;  
         / / d o c u m e n t . b o d y . s t y l e . f i l t e r   =   " " ;          
         v a r   p n l P o p u p   =   $ g e t ( ' p n l P o p u p ' ) ;          
         i f ( p n l P o p u p I D )     p n l P o p u p   =   $ g e t ( p n l P o p u p I D ) ;  
         p n l P o p u p . s t y l e . d i s p l a y   =   ' n o n e ' ;  
  
 }  
 f u n c t i o n   d i s a b l e F o r m ( b D i s a b l e d )   {  
         t h e f o r m   =   d o c u m e n t . f o r m s [ 0 ] ;  
         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 )   {  
                 f o r   ( i   =   0 ;   i   <   t h e f o r m . l e n g t h ;   i + + )   {  
                         v a r   f o r m E l e m e n t   =   t h e f o r m . e l e m e n t s [ i ] ;  
                         f o r m E l e m e n t . d i s a b l e d   =   b D i s a b l e d ;                          
                 }  
         }  
 }  
  
 f u n c t i o n   E n d R e q u e s t H a n d l e r ( s e n d e r , a r g s ) {        
       / / i f ( s e n d e r . _ p a n e l s T o R e f r e s h I D s [ 0 ] . t o S t r i n g ( ) . i n d e x O f ( ' u p M a i n ' ) > - 1 )                
       o n U p d a t e d ( ) ;  
 }  
 f u n c t i o n   S e t T e x t ( e l m )  
 {          
         v a r   t b   =   $ g e t ( ' c t l 0 0 _ t b M a s e c h e t ' ) ;  
         i f ( e l m . i d . i n d e x O f ( ' P e r e k ' ) > - 1 )          
                 t b   =   $ g e t ( ' c t l 0 0 _ t b P e r e k ' ) ;          
         t b . v a l u e   =   e l m . i n n e r T e x t ;          
         r e t u r n   f a l s e ;  
 }  
 f u n c t i o n   S e a r c h C a t e g o r y ( e l m )  
 {          
         v a r   t b   =   $ g e t ( e l m . i d . r e p l a c e ( ' l b S e a r c h C a t e g o r y ' , ' t b C a t e g o r i e s ' ) ) ;  
         i f ( t b . v a l u e   = =   ' ' )  
         {  
                 a l e r t ( ' !   ÐàÐ  Ñ×è  çØÒÕèÙÔ  Ü×ÙäÕé  ' ) ;  
                 r e t u r n   f a l s e ;  
         }  
         r e t u r n   t r u e ;  
 }  
  
 f u n c t i o n   S h o w H i d e ( i m g )   {  
         v a r   u l I D   =   i m g . i d . r e p l a c e ( ' i m g S h o w H i d e ' ,   ' u l S h o w H i d e ' ) ;  
         v a r   u l   =   d o c u m e n t . g e t E l e m e n t B y I d ( u l I D ) ;  
         i m g . s r c   =   ( u l . s t y l e . d i s p l a y   = =   ' ' )   ?   i m g . s r c . r e p l a c e ( ' m i n u s ' ,   ' p l u s ' )   :   i m g . s r c . r e p l a c e ( ' p l u s ' ,   ' m i n u s ' ) ;  
         u l . s t y l e . d i s p l a y   =   ( u l . s t y l e . d i s p l a y   = =   ' ' )   ?   ' n o n e '   :   ' ' ;  
         i m g . s r c  
 }  
 f u n c t i o n   S e t E x t C h e c k ( c h c k )   {                  
         v a r   e x t 1   =   $ g e t ( c h c k . i d . r e p l a c e ( ' i m g E x t T y p e ' ,   ' c b E x t T y p e ' ) ) ;  
         e x t 1 . c h e c k e d   =   t r u e ;          
         r e t u r n   t r u e ;  
 }  
 f u n c t i o n   S e a r c h T e x t ( e l m )   {  
  
         v a r   t b   =   $ g e t ( e l m . i d . r e p l a c e ( ' b t n S e a r c h ' ,   ' t b T e x t 2 S e a r c h ' ) ) ;          
         i f   ( t b . v a l u e   = =   ' ' )   {  
                 a l e r t ( ' !   ÐàÐ  ÔÛàá  ØçáØ  Ü×ÙäÕé  ' ) ;  
                 r e t u r n   f a l s e ;  
         }  
         r e t u r n   t r u e ;  
 }  
  
 f u n c t i o n   d i s a b l e ( e l m )  
 {  
          
         i f   ( P a g e _ I s V a l i d )  
                 s e t T i m e o u t ( f u n c t i o n ( ) { d i s ( e l m ) } , 2 0 0 )  
 }  
 f u n c t i o n   d i s ( e l m )  
 {  
         i f   ( ! P a g e _ I s V a l i d )  
                 r e t u r n ;  
         e l m . d i s a b l e d   =   t r u e ;          
         e l m . v a l u e   =   ' S e n d i n g   . . . ' ;  
 }  
  
 f u n c t i o n   C l e a r T e x t ( e l m I d )    
 {  
         v a r   e l m   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l m I d ) ;  
         e l m . v a l u e   =   ' ' ;  
 }  
  
 f u n c t i o n   g e t X ( o E l e m e n t )   {  
         v a r   i R e t u r n V a l u e   =   0 ;  
         w h i l e   ( o E l e m e n t   ! =   n u l l )   {  
                 i R e t u r n V a l u e   + =   o E l e m e n t . o f f s e t L e f t ;  
                 o E l e m e n t   =   o E l e m e n t . o f f s e t P a r e n t ;  
         }  
         r e t u r n   i R e t u r n V a l u e ;  
 }  
 f u n c t i o n   C h e c k E m a i l ( e l m )   {  
       / / c t l 0 0 _ M a i n P l a c e H o l d e r _ M a i n S u b j e c t L i s t _ r p t S u b j e c t s _ c t l 0 1 _ r p t S u b j e c t D e t a i l s _ c t l 0 0 _ t b E M a i l  
       / / c t l 0 0 _ M a i n P l a c e H o l d e r _ M a i n S u b j e c t L i s t _ r p t S u b j e c t s _ c t l 0 1 _ r p t S u b j e c t D e t a i l s _ c t l 0 1 _ O k B u t t o n                
       v a r   t b   =   $ g e t ( e l m . i d . r e p l a c e ( ' O k B u t t o n ' ,   ' t b E M a i l ' ) ) ;                
       i f   ( t b . v a l u e   = =   ' ' )   {  
               a l e r t ( ' !   ÐàÐ  ÔÛàá  ÓÕÐè  ÐÜçØèÕàÙ' ) ;  
               r e t u r n   f a l s e ;  
       }  
       d i s a b l e ( e l m ) ;  
       r e t u r n   t r u e ;        
 }  
 / / / / / / / / / / / / /   B r e a d   c r u m b s   m e n u   / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
 v a r   o p e n M e n u   =   n u l l ;  
 f u n c t i o n   s h o w ( e l m )   {  
  
         h i d e M e n u ( ) ;  
         v a r   h l   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l m . i d . r e p l a c e ( ' D r o p P a n e l ' ,   ' h l B r e a k C r u m b ' ) ) ;  
         v a r   d p   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l m . i d . r e p l a c e ( ' h l B r e a k C r u m b ' ,   ' D r o p P a n e l ' ) ) ;  
         i f   ( e l m . i d . i n d e x O f ( ' D r o p P a n e l ' )   = =   - 1 )   {  
                 / / d p . s t y l e . l e f t   =   ( h l . o f f s e t L e f t   +   4 3 0   +   e l m . o f f s e t W i d t h )   +   ' p x ' ;     / / ( e l m . o f f s e t W i d t h )   +   ' p x ' ;                         / / ' - '   +  
                 / / d p . s t y l e . r i g h t   =   ( d o c u m e n t . b o d y . s c r o l l W i d t h   /   2 )   -   e l m . o f f s e t L e f t   +   e l m . o f f s e t W i d t h   +   ' p x ' ;  
                 d p . s t y l e . l e f t   =   ( g e t X ( h l )   +   h l . o f f s e t W i d t h )   -   ( ( i s I E 6 )   ?   1 3 0   :   0 ) ;  
         }  
         e l s e  
                 h l . o n m o u s e o u t   =   h i d e M e n u ;  
         d p . s t y l e . w i d t h   =   " 0 " ;  
         d p . s t y l e . d i s p l a y   =   ' ' ;  
         d p . o n m o u s e o u t   =   h i d e M e n u ;  
         o p e n M e n u   =   d p ;  
 }  
 f u n c t i o n   h i d e ( e l m )   {  
         i f   ( ! o p e n M e n u )  
                 r e t u r n ;  
         v a r   d p   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l m . i d . r e p l a c e ( ' h l B r e a k C r u m b ' ,   ' D r o p P a n e l ' ) ) ;  
         o p e n M e n u . s t y l e . d i s p l a y   =   ' n o n e ' ;  
 }  
 f u n c t i o n   h i d e M e n u ( )   {  
         i f   ( o p e n M e n u )  
                 o p e n M e n u . s t y l e . d i s p l a y   =   ' n o n e ' ;  
 }  
 f u n c t i o n   g e t X ( o E l e m e n t )   {  
         v a r   i R e t u r n V a l u e   =   0 ;  
         w h i l e   ( o E l e m e n t   ! =   n u l l )   {  
                 i R e t u r n V a l u e   + =   o E l e m e n t . o f f s e t L e f t ;  
                 o E l e m e n t   =   o E l e m e n t . o f f s e t P a r e n t ;  
         }  
         r e t u r n   i R e t u r n V a l u e ;  
 }  
  
 f u n c t i o n   V a l i d a t e C h e c k e d ( s o u r c e ,   a r g s )   {  
         a r g s . I s V a l i d   =   d o c u m e n t . g e t E l e m e n t B y I d ( s o u r c e . i d . r e p l a c e ( ' C u s t o m V a l i d a t o r A p p r o v e ' ,   ' c b A p p r o v e ' ) ) . c h e c k e d ;  
 }  
 v a r   a c c o r d i o n   =   f u n c t i o n ( )   {  
         v a r   t m   =   s p   =   3 ;  
         f u n c t i o n   s l i d e r ( n )   {   t h i s . n m   =   n ;   t h i s . a r r   =   [ ]   }  
         s l i d e r . p r o t o t y p e . i n i t   =   f u n c t i o n ( t ,   c ,   k )   {  
                 v a r   a ,   h ,   s ,   l ,   i ;   a   =   d o c u m e n t . g e t E l e m e n t B y I d ( t ) ;   t h i s . s l   =   k   ?   k   :   ' ' ;  
                 h   =   a . g e t E l e m e n t s B y T a g N a m e ( ' d t ' ) ;   s   =   a . g e t E l e m e n t s B y T a g N a m e ( ' d d ' ) ;   t h i s . l   =   h . l e n g t h ;  
                 f o r   ( i   =   0 ;   i   <   t h i s . l ;   i + + )   {   v a r   d   =   h [ i ] ;   t h i s . a r r [ i ]   =   d ;   d . o n c l i c k   =   n e w   F u n c t i o n ( t h i s . n m   +   ' . p r o ( t h i s ) ' ) ;   i f   ( c   = =   i )   {   d . c l a s s N a m e   =   t h i s . s l   }   }  
                 l   =   s . l e n g t h ;  
                 f o r   ( i   =   0 ;   i   <   l ;   i + + )   {   v a r   d   =   s [ i ] ;   d . m h   =   d . o f f s e t H e i g h t ;   i f   ( c   ! =   i )   {   d . s t y l e . h e i g h t   =   0 ;   d . s t y l e . d i s p l a y   =   ' n o n e '   }   }  
         }  
         s l i d e r . p r o t o t y p e . p r o   =   f u n c t i o n ( d )   {  
                 f o r   ( v a r   i   =   0 ;   i   <   t h i s . l ;   i + + )   {  
                         v a r   h   =   t h i s . a r r [ i ] ,   s   =   h . n e x t S i b l i n g ;   s   =   s . n o d e T y p e   ! =   1   ?   s . n e x t S i b l i n g   :   s ;   c l e a r I n t e r v a l ( s . t m ) ;  
                         i f   ( h   = =   d   & &   s . s t y l e . d i s p l a y   = =   ' n o n e ' )   {   s . s t y l e . d i s p l a y   =   ' ' ;   s u ( s ,   1 ) ;   h . c l a s s N a m e   =   t h i s . s l   }  
                         e l s e   i f   ( s . s t y l e . d i s p l a y   = =   ' ' )   {   s u ( s ,   - 1 ) ;   h . c l a s s N a m e   =   ' '   }  
                 }  
         }  
         f u n c t i o n   s u ( c ,   f )   {   c . t m   =   s e t I n t e r v a l ( f u n c t i o n ( )   {   s l ( c ,   f )   } ,   t m )   }  
         f u n c t i o n   s l ( c ,   f )   {  
                 v a r   h   =   c . o f f s e t H e i g h t ,   m   =   c . m h ,   d   =   f   = =   1   ?   m   -   h   :   h ;   c . s t y l e . h e i g h t   =   h   +   ( M a t h . c e i l ( d   /   s p )   *   f )   +   ' p x ' ;  
                 c . s t y l e . o p a c i t y   =   h   /   m ;   c . s t y l e . f i l t e r   =   ' a l p h a ( o p a c i t y = '   +   h   *   1 0 0   /   m   +   ' ) ' ;  
                 i f   ( f   = =   1   & &   h   > =   m )   {   c l e a r I n t e r v a l ( c . t m )   }   e l s e   i f   ( f   ! =   1   & &   h   = =   1 )   {   c . s t y l e . d i s p l a y   =   ' n o n e ' ;   c l e a r I n t e r v a l ( c . t m )   }  
         }  
         r e t u r n   {   s l i d e r :   s l i d e r   }  
 }   ( ) ;  
 f u n c t i o n   T o g g l e U L ( e l m I D , i m g )   {  
         v a r   e l m   =   d o c u m e n t . g e t E l e m e n t B y I d ( e l m I D ) ;  
         v a r   d i s M o d e   =   ( e l m . s t y l e . d i s p l a y   = =   ' n o n e '   | |   e l m . s t y l e . d i s p l a y   = =   ' ' )   ?   ' b l o c k '   :   ' n o n e ' ;  
         e l m . s t y l e . d i s p l a y   =   d i s M o d e ;  
         i m g . s r c   =   ( i m g . s r c . i n d e x O f ( ' d o w n ' )   >   - 1 )   ?   i m g . s r c . r e p l a c e ( ' d o w n ' ,   ' ' )   :   i m g . s r c . r e p l a c e ( ' . g i f ' ,   ' d o w n . g i f ' )  
          
 }  
 f u n c t i o n   S e l e c t M e n u I t e m ( l i ,   h l ,   u l )   {          
         $ ( l i ) . c s s ( ' b a c k g r o u n d - c o l o r ' ,   ' # 0 2 4 6 9 2 ' ) ;  
         $ ( h l ) . c s s ( ' c o l o r ' ,   ' # f f f f f f ' ) . c s s ( ' f o n t - w e i g h t ' ,   ' b o l d ' ) ;  
  
         v a r   e l m L I   =   d o c u m e n t . g e t E l e m e n t B y I d ( l i . r e p l a c e ( ' # ' ,   ' ' ) ) ;  
         v a r   e l m U L   =   d o c u m e n t . g e t E l e m e n t B y I d ( u l . r e p l a c e ( ' # ' ,   ' ' ) ) ;  
         i f   ( e l m U L   ! =   n u l l )   {  
                 e l m U L . s t y l e . d i s p l a y   =   ' b l o c k ' ;                  
         }  
         i f   ( e l m L I   ! =   n u l l )   {  
                 e l m L I . p a r e n t N o d e . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
                 e l m L I . p a r e n t N o d e . p a r e n t N o d e . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
                 e l m L I . p a r e n t N o d e . p a r e n t N o d e . p a r e n t N o d e . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
         }  
 }  
 f u n c t i o n   G o o g l e S e a r c h ( q r y )   {  
         i f   ( q r y   = =   ' ' )   {  
                 a l e r t ( ' ÐàÐ  ÔÛàá  ØçáØ  Ü×ÙäÕé' ) ;  
                 r e t u r n ;  
         }  
         d o c u m e n t . l o c a t i o n . h r e f   =   ' h t t p : / / w w w . g o o g l e . c o m / c s e ? q = '   +   q r y   +   ' & c x = 0 1 5 7 5 8 4 4 7 2 5 1 4 5 2 1 5 3 5 9 9 : 0 _ e _ i g d 6 n n 8 & l r = l a n g _ i w & c o f = F O R I D : 0 ' ;  
 } 
