ÿþ$ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
  
 	 / / W h e n   p a g e   l o a d s . . .  
 	 $ ( " . t a b _ c o n t e n t " ) . h i d e ( ) ;   / / H i d e   a l l   c o n t e n t  
 	 $ ( " u l . t a b s   l i : f i r s t " ) . a d d C l a s s ( " a c t i v e " ) . s h o w ( ) ;   / / A c t i v a t e   f i r s t   t a b  
 	 $ ( " . t a b _ c o n t e n t : f i r s t " ) . s h o w ( ) ;   / / S h o w   f i r s t   t a b   c o n t e n t  
  
 	 / / O n   C l i c k   E v e n t  
 	 $ ( " u l . t a b s   l i " ) . c l i c k ( f u n c t i o n ( )   {  
  
 	 	 $ ( " u l . t a b s   l i " ) . r e m o v e C l a s s ( " a c t i v e " ) ;   / / R e m o v e   a n y   " a c t i v e "   c l a s s  
 	 	 $ ( t h i s ) . a d d C l a s s ( " a c t i v e " ) ;   / / A d d   " a c t i v e "   c l a s s   t o   s e l e c t e d   t a b  
 	 	 $ ( " . t a b _ c o n t e n t " ) . h i d e ( ) ;   / / H i d e   a l l   t a b   c o n t e n t  
  
 	 	 v a r   a c t i v e T a b   =   $ ( t h i s ) . f i n d ( " a " ) . a t t r ( " h r e f " ) ;   / / F i n d   t h e   h r e f   a t t r i b u t e   v a l u e   t o   i d e n t i f y   t h e   a c t i v e   t a b   +   c o n t e n t  
 	 	 $ ( a c t i v e T a b ) . f a d e I n ( ) ;   / / F a d e   i n   t h e   a c t i v e   I D   c o n t e n t  
 	 	 r e t u r n   f a l s e ;  
 	 } ) ;  
  
 } ) ;  
  
  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
  
 	 / / W h e n   p a g e   l o a d s . . .  
 	 $ ( " . t a b _ c o n t e n t 2 " ) . h i d e ( ) ;   / / H i d e   a l l   c o n t e n t  
 	 $ ( " u l . t a b s 2   l i : f i r s t " ) . a d d C l a s s ( " a c t i v e " ) . s h o w ( ) ;   / / A c t i v a t e   f i r s t   t a b  
 	 $ ( " . t a b _ c o n t e n t 2 : f i r s t " ) . s h o w ( ) ;   / / S h o w   f i r s t   t a b   c o n t e n t  
  
 	 / / O n   C l i c k   E v e n t  
 	 $ ( " u l . t a b s 2   l i " ) . c l i c k ( f u n c t i o n ( )   {  
  
 	 	 $ ( " u l . t a b s 2   l i " ) . r e m o v e C l a s s ( " a c t i v e " ) ;   / / R e m o v e   a n y   " a c t i v e "   c l a s s  
 	 	 $ ( t h i s ) . a d d C l a s s ( " a c t i v e " ) ;   / / A d d   " a c t i v e "   c l a s s   t o   s e l e c t e d   t a b  
 	 	 $ ( " . t a b _ c o n t e n t 2 " ) . h i d e ( ) ;   / / H i d e   a l l   t a b   c o n t e n t  
  
 	 	 v a r   a c t i v e T a b   =   $ ( t h i s ) . f i n d ( " a " ) . a t t r ( " h r e f " ) ;   / / F i n d   t h e   h r e f   a t t r i b u t e   v a l u e   t o   i d e n t i f y   t h e   a c t i v e   t a b   +   c o n t e n t  
 	 	 $ ( a c t i v e T a b ) . f a d e I n ( ) ;   / / F a d e   i n   t h e   a c t i v e   I D   c o n t e n t  
 	 	 r e t u r n   f a l s e ;  
 	 } ) ;  
  
 } ) ; 
