ÿþ 
  
  
  
  
  
  
  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #     Å © · Î ½ º   º ê ¶ ó ¿ ì Á ®   ± â º » Ç Ô ¼ ö   # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
  
 	 / * - - - - - - - - - - -   A J A X   h t t p R e q u e s t   S t a r t   - - - - - - - - - * /  
 	  
 	 f u n c t i o n   g e t X M L H t t p R e q u e s t ( )  
 	 {  
 	     i f   ( w i n d o w . A c t i v e X O b j e c t )  
 	     {  
 	         t r y  
 	         {  
 	             r e t u r n   n e w   A c t i v e X O b j e c t ( " M s x m l 2 . X M L H T T P " ) ;  
 	         }  
 	         c a t c h ( e )    
 	         {  
 	             t r y    
 	             {  
 	                 r e t u r n   n e w   A c t i v e X O b j e c t ( " M i c r o s o f t . X M L H T T P " ) ;  
 	             }  
 	             c a t c h ( e 1 )  
 	             {  
 	                 r e t u r n   n u l l ;  
 	             }  
 	         }  
 	     }  
 	     e l s e   i f   ( w i n d o w . X M L H t t p R e q u e s t )  
 	     {  
 	         r e t u r n   n e w   X M L H t t p R e q u e s t ( ) ;  
 	     }  
 	     e l s e  
 	     {  
 	         r e t u r n   n u l l ;  
 	     }  
 	 }  
  
  
 	 v a r   h t t p R e q u e s t   =   n u l l ;  
  
 	 f u n c t i o n   s e n d R e q u e s t ( u r l ,   p a r a m s ,   c a l l b a c k ,   m e t h o d )  
 	 {  
 	     h t t p R e q u e s t   =   g e t X M L H t t p R e q u e s t ( ) ;  
 	     v a r   h t t p M e t h o d   =   m e t h o d   ?   m e t h o d   :   ' G E T ' ;  
 	     i f   ( h t t p M e t h o d   ! =   ' G E T '   & &   h t t p M e t h o d   ! =   ' P O S T ' )  
 	     {  
 	         h t t p M e t h o d   =   ' G E T ' ;  
 	     }  
 	     v a r   h t t p P a r a m s   =   ( p a r a m s   = =   n u l l   | |   p a r a m s   = =   ' ' )   ?   n u l l   :   p a r a m s ;  
 	     v a r   h t t p U r l   =   u r l ;  
 	     i f   ( h t t p M e t h o d   = =   ' G E T '   & &   h t t p P a r a m s   ! =   n u l l )  
 	     {  
 	         h t t p U r l   =   h t t p U r l   +   " ? "   +   h t t p P a r a m s ;  
 	     }  
 	     h t t p R e q u e s t . o p e n ( h t t p M e t h o d ,   h t t p U r l ,   t r u e ) ;  
 	     h t t p R e q u e s t . s e t R e q u e s t H e a d e r ( ' C o n t e n t - T y p e ' ,   ' a p p l i c a t i o n / x - w w w - f o r m - u r l e n c o d e d ' ) ;  
 	     h t t p R e q u e s t . o n r e a d y s t a t e c h a n g e   =   c a l l b a c k ;  
 	     h t t p R e q u e s t . s e n d ( h t t p M e t h o d   = =   ' P O S T '   ?   h t t p P a r a m s   :   n u l l ) ;  
 	 }  
 	  
 	 / * - - - - - - - - - -   A J A X   h t t p R e q u e s t   E n d   - - - - - - - - - - * /  
  
  
  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #     Å © · Î ½ º   º ê ¶ ó ¿ ì Á ®   ± â º » Ç Ô ¼ ö   # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
 / / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  
  
  
  
  
  
 
