ÿþv a r   h t t p _ r e q u e s t   =   f a l s e ;  
 f u n c t i o n   s e n d _ r e q u e s t ( m e t h o d , u r l , c o n t e n t , r e s p o n s e T y p e , c a l l b a c k ) {  
 	 h t t p _ r e q u e s t = f a 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 ) {  
 	 	 h t t p _ r e q u e s t = n e w   X M L H t t p R e q u e s t ( ) ;  
 	 	 i f ( h t t p _ r e q u e s t . o v e r r i d e M i m e T y p e ) {  
 	 	 	 h t t p _ r e q u e s t . o v e r r i d e M i m e T y p e ( " t e x t / x m l " ) ;  
 	 	 }  
 	 }  
 	 e l s e {  
 	 	 t r y {  
 	 	 	 h t t p _ r e q u e s t = 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 {  
 	 	 	 	 h t t p _ r e q u e s t = 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 ) { }  
 	 	 }  
 	 }  
 	 i f ( ! h t t p _ r e q u e s t ) {  
 	 	 w i n d o w . a l e r t ( " Ný€Rú^X M L H t t p R e q u e s t ù[aŒž[‹O0" ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	 i f ( r e s p o n s e T y p e . t o L o w e r C a s e ( ) = = " t e x t " ) {  
 	 	 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 ;  
 	 } e l s e {  
 	 	  
 	 	 w i n d o w . a l e r t ( " ÍT”^{|+RÂSpe•ï‹0" ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	 i f ( m e t h o d . t o L o w e r C a s e ( ) = = " g e t " ) {  
 	 	 h t t p _ r e q u e s t . o p e n ( m e t h o d , u r l , t r u e ) ;  
 	 }  
 	 e l s e   i f ( m e t h o d . t o L o w e r C a s e ( ) = = " p o s t " ) {  
 	 	 h t t p _ r e q u e s t . o p e n ( m e t h o d , 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 " ) ;  
 	 } e l s e {  
 	 	 w i n d o w . a l e r t ( " h t t p ÷‹Bl{|+RÂSpe•ï‹0" ) ;  
 	 	 r e t u r n   f a l s e ;  
 	 }  
 	 h t t p _ r e q u e s t . s e n d ( c o n t e n t ) ;  
 }  
 f u n c t i o n   p r o c e s s T e x t R e s p o n s e ( ) {  
 	 i f ( h t t p _ r e q u e s t . r e a d y S t a t e = = 4 ) {  
 	 	 i f ( h t t p _ r e q u e s t . s t a t u s = = 2 0 0 ) {  
 	 	 	 a l e r t ( " T e x t ‡echÍT”^" ) ;  
 	 	 } e l s e {  
 	 	 	 a l e r t ( " ¨`@b÷‹Bl„vu˜b—	g_8^0" ) ;  
 	 	 }  
 	 }  
 }  
 f u n c t i o n   p r o c e s s X M L R e s p o n s e ( ) {  
 	 i f ( h t t p _ r e q u e s t . r e a d y S t a t e = = 4 ) {  
 	 	 i f ( h t t p _ r e q u e s t . s t a t u s = = 2 0 0 ) {  
 	 	 	 a l e r t ( " X M L ‡echÍT”^" ) ;  
 	 	 } e l s e {  
 	 	 	 a l e r t ( " ¨`@b÷‹Bl„vu˜b—	g_8^0" ) ;  
 	 	 }  
 	 }  
 } 
