ÿþ 
 f u n c t i o n   a j a x L o a d e r ( u r l , i d )  
 {  
 i f   ( d o c u m e n t . g e t E l e m e n t B y I d )   {  
 v a r   x   =   ( w i n d o w . A c t i v e X O b j e c 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 " )   :   n e w   X M L H t t p R e q u e s t ( ) ;  
 }  
 i f   ( x )  
 {  
 x . o n r e a d y s t a t e c h a n g e   =   f u n c t i o n ( )  
 {  
 i f   ( x . r e a d y S t a t e   = =   4   & &   x . s t a t u s   = =   2 0 0 )  
 {  
 e l   =   d o c u m e n t . g e t E l e m e n t B y I d ( i d ) ;  
 e l . i n n e r T e x t   =   x . r e s p o n s e T e x t ;  
 / / a l e r t ( x . r e s p o n s e T e x t ) ;  
 }  
 }  
 d o c u m e n t . g e t E l e m e n t B y I d ( i d ) . i n n e r H T M L = " < c e n t e r > < b r > < b r > < i m g   s r c = o b j e c t / i c o n 2 / i c o n / l o a d i n g . g i f   a l i g n = a b s m i d d l e > < f o n t   c l a s s = T i t l e 2 4 > & n b s p ; & n b s p ; L o a d i n g . . . . < / f o n t > < / c e n t e r > < b r > < b r > " ;  
 u r l = u r l   +   " ? d u m m y = "   +   n e w   D a t e ( ) . g e t T i m e ( ) ;     / / ã‰zlp½‰hVë_ÖS 
  
  
 x . o p e n ( " G E T " ,   u r l ,   t r u e ) ;  
 x . s e n d ( n u l l ) ;  
 }  
 }  
 
