þÿ $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) {  
 	 $ ( " . g l i d e c o n t e n t " ) . h o v e r ( f u n c t i o n ( )   {  
 	 	 $ ( t h i s ) . c h i l d r e n ( " . g l i d e m e t a " ) . a n i m a t e ( { o p a c i t y :   " s h o w " } ,   " s l o w " ) ;  
 	 } ,   f u n c t i o n ( )   {  
 	 	 $ ( t h i s ) . c h i l d r e n ( " . g l i d e m e t a " ) . a n i m a t e ( { o p a c i t y :   " h i d e " } ,   " f a s t " ) ;  
 	 } ) ;  
 } ) ;
