ÿþv a r   o n l i n e _ c h e c k e r ;  
  
 f u n c t i o n   s t a r t _ o n l i n e _ c h e c k ( )   {  
 	 o n l i n e _ c h e c k e r   =   n e w   P e r i o d i c a l E x e c u t e r ( g e t _ o n l i n e _ u s e r s ,   5 ) ;  
 	 g e t _ o n l i n e _ u s e r s ( ) ;  
 }  
  
 f u n c t i o n   g e t _ o n l i n e _ u s e r s ( )   {  
 	 v a r   d o _ o n l i n e _ u s e r s _ a j a x   =   n e w   A j a x . R e q u e s t ( s e r v e r ,   { m e t h o d :   ' g e t ' ,   p a r a m e t e r s :   ' o p = l i s t _ o n l i n e & h i d = '   +   c u r r e n t _ h o u s e _ i d ,   o n C o m p l e t e :   s h o w _ o n l i n e _ u s e r s } ) ;  
 }  
  
 f u n c t i o n   s h o w _ o n l i n e _ u s e r s ( r e q u e s t )   {  
 	 r e s   =   S t r i n g ( r e q u e s t . r e s p o n s e T e x t ) . s p l i t ( " \ t " ) ;  
 	 $ ( ' o n l i n e _ u s e r s _ l i s t ' ) . i n n e r H T M L   =   r e s [ 0 ] ;  
 	 $ ( ' o n l i n e _ u s e r s _ c o u n t ' ) . i n n e r H T M L   =   r e s [ 1 ] ;  
 } 
