ÿþ$ ( ' # c y c l e _ T F A ' ) . c y c l e ( {  
         f x :             ' s c r o l l D o w n ' ,  
         s p e e d I n :     2 0 0 0 ,  
         s p e e d O u t :   5 0 0 ,  
         e a s e I n :     ' b o u n c e o u t ' ,  
         e a s e O u t :   ' b a c k i n ' ,  
         d e l a y :     - 2 0 0 0 ,  
 p r e v :   ' # a v a n t ' ,  
 n e x t :   ' # a p r e s ' ,  
 } ) ;  
   $ ( ' # p a u s e ' ) . c l i c k ( f u n c t i o n ( )   {  
         $ ( ' # c y c l e _ T F A ' ) . c y c l e ( ' p a u s e ' ) ;   r e t u r n   f a l s e ;  
 } ) ;  
 $ ( ' # p l a y ' ) . c l i c k ( f u n c t i o n ( )   {  
         $ ( ' # c y c l e _ T F A ' ) . c y c l e ( ' r e s u m e ' ) ;   r e t u r n   f a l s e ;  
 } ) ; 
