ÿþs f H o v e r   =   f u n c t i o n ( )   {  
 	 v a r   s f E l s   =   d o c u m e n t . g e t E l e m e n t B y I d ( " l e f t " ) . g e t E l e m e n t s B y T a g N a m e ( " l i " ) ;  
 	 f o r   ( v a r   i = 0 ;   i < s f E l s . l e n g t h ;   i + + )   {  
 	 	 s f E l s [ i ] . o n m o u s e o v e r = f u n c t i o n ( )   {  
 	 	 	 t h i s . c l a s s N a m e + = " s f h o v e r " ;  
 	 	 }  
 	 	 s f E l s [ i ] . o n m o u s e o u t = f u n c t i o n ( )   {  
 	 	 	 t h i s . c l a s s N a m e = t h i s . c l a s s N a m e . r e p l a c e ( n e w   R e g E x p ( " s f h o v e r \ \ b " ) ,   " " ) ;  
 	 	 }  
 	 }  
 }  
 i f   ( w i n d o w . a t t a c h E v e n t )   w i n d o w . a t t a c h E v e n t ( " o n l o a d " ,   s f H o v e r ) ; 
