ÿþn t F e t c h F i l e   =   f u n c t i o n ( C l a s s N a m e , O N a m e )  
 {  
 	 $ . a j a x ( {  
 	 	 t y p e :   " P O S T " ,  
 	 	 u r l :   " E I P _ C o m _ F e t c h F i l e _ A d d C o o k i e . a s p x " ,  
 	 	 d a t a :   " C l a s s N a m e = " + C l a s s N a m e + " & O N a m e = " + e n c o d e U R I C o m p o n e n t ( O N a m e ) ,  
 	 	 s u c c e s s :   f u n c t i o n ( ) {  
 	 	 	   l o c a t i o n . r e p l a c e ( " E I P _ C o m _ F e t c h _ S t r e a m . a s p x " ) ;  
 	 	 }  
 	 } ) ;  
 }  
  
 n t F e t c h F i l e 3 =   f u n c t i o n ( C l a s s N a m e , O N a m e )  
 {  
 	 $ . a j a x ( {  
 	 	 t y p e :   " P O S T " ,  
 	 	 u r l :   " E I P _ C o m _ F e t c h F i l e _ A d d C o o k i e . a s p x " ,  
 	 	 d a t a :   " C l a s s N a m e = " + C l a s s N a m e + " & O N a m e = " + e n c o d e U R I C o m p o n e n t ( O N a m e ) ,  
 	 	 s u c c e s s :   f u n c t i o n ( ) {  
 	 	 	     l o c a t i o n . r e p l a c e ( " E I P _ C o m _ F e t c h _ S t r e a m . a s p x " ) ;  
 	 	 	   / / w i n d o w . o p e n ( " E I P _ C o m _ F e t c h _ S t r e a m . a s p x " ) ;  
 	 	 }  
 	 } ) ;  
 }  
  
 f u n c t i o n   c r e a t e A J A X ( )    
 {  
     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 2 )    
               { 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 ; }  
 }  
  
  
 n t F e t c h F i l e 2 =   f u n c t i o n ( C l a s s N a m e , O N a m e )  
 {  
 	 x m l H t t p = c r e a t e A J A X ( ) ;  
   	 v a r   U R L S = " E I P _ C o m _ F e t c h F i l e _ A d d C o o k i e . a s p x ? C l a s s N a m e = " + C l a s s N a m e + " & O N a m e = " + e n c o d e U R I C o m p o n e n t ( O N a m e ) ;  
   	 x m l H t t p . o p e n ( " G E T " ,   U R L S ,   f a l s e ) ;  
   	 x m l H t t p . 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 ' ,   ' t e x t / x m l ' )  
   	 x m l H t t p . s e n d ( n u l l ) ;  
   	 x m l R e s u l t   =   x m l H t t p . r e s p o n s e T e x t ;  
   	 i f   ( x m l H t t p . r e a d y S t a t e = = 4   | |   x m l H t t p . r e a d y S t a t e = = " c o m p l e t e " )    
   	 {    
 	 	   w i n d o w . o p e n ( " E I P _ C o m _ F e t c h _ S t r e a m . a s p x ? d t = " + n e w   D a t e ( ) . g e t T i m e ( ) ) ;  
   	 }  
 	 	  
 } 
