ÿþ/ /   h t t p : / / j i b b e r i n g . c o m / 2 0 0 2 / 4 / x m l h t t p . j s  
 f u n c t i o n   n e w _ x m l h t t p ( )  
 {  
 	 v a r   x m l h t t p ;  
 	     t r y   {  
 	     x m l h t t p = 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   {  
 	         x m l h t t p = 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 )   {  
 	       x m l h t t p = f a l s e ;  
 	     }  
 	   }  
 	   x m l h t t p = f a l s e ;  
 	    
 	 i f   ( ! x m l h t t p   & &   t y p e o f   X M L H t t p R e q u e s t ! = ' u n d e f i n e d ' )   {  
 	   t r y   {  
 	     x m l h t t p   =   n e w   X M L H t t p R e q u e s t ( ) ;  
 	   }   c a t c h   ( e )   {  
 	     x m l h t t p = f a l s e ;  
 	   }  
 	 }  
 	 r e t u r n   x m l h t t p ;  
 }  
 
