ÿþ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 2 =   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 " ) ;  
 	 	 }  
 	 } ) ;  
 }  
 
