ÿþ$ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   { 
 	 i f ( $ ( ) . c y c l e ) { 
 	 	 $ ( ' # h e a d e r _ s l i d e s h o w ' ) . c y c l e ( { 
 	 	 	 f x :   ' f a d e ' , 
 	 	 	 s p e e d :   1 5 0 0 , 
 	 	 	 t i m e o u t :   4 0 0 0 
 	 	 } ) ; 
 	 
 	 	 
 	 	 i f   ( $ ( ' # s l i d e s h o w ' ) . l e n g t h   ! =   0 )   { 
 	 	 	 $ ( ' # s l i d e s h o w ' ) . c y c l e ( { 
 	 	 	 	 f x :   ' f a d e ' , 
 	 	 	 	 s p e e d :   5 0 0 , 
 	 	 	 	 t i m e o u t :   8 0 0 0 , 
 	 	 	 	 c l e a r t y p e :   t r u e , 
 	 	 	 	 p a g e r :   ' # s l i d e s h o w _ p a g e r ' 
 	 	 	 } ) ; 
 	 	 } 
 	 } 
 	 / / s o c i a l 
 	 $ ( ' . s o c _ t a b ' ) . h o v e r ( f u n c t i o n ( ) 
 	 	 {   $ ( t h i s ) . s t o p ( ) . a n i m a t e ( { h e i g h t :   ' 4 0 p x ' } ,   3 0 0 ) ; 
 	 } ,   f u n c t i o n ( ) 
 	 	 {   $ ( t h i s ) . s t o p ( ) . a n i m a t e ( { h e i g h t :   ' 2 0 p x ' } ,   1 0 0 ) ; 
 	 } ) ; 
 	 
 	 
 	 / /   a c c o r d i o n 
 	 $ ( ' . t r i g g e r : l a s t ' ) . a d d C l a s s ( ' l a s t ' ) ; 
 	 
 	 $ ( ' # f u n d r a i s e r s   . i t e m ' ) . h i d e ( ) ; 
 	 $ ( ' . t r i g g e r : f i r s t ' ) . a d d C l a s s ( ' a c t i v e ' ) . n e x t ( ) . s h o w ( ) ; 
 
 	 $ ( ' . t r i g g e r ' ) . c l i c k ( f u n c t i o n ( ) { 
 	         i f (   $ ( t h i s ) . n e x t ( ) . i s ( ' : h i d d e n ' )   )   { 
 	         	 $ ( ' . t r i g g e r ' ) . r e m o v e C l a s s ( ' a c t i v e ' ) . n e x t ( ) . s l i d e U p ( ) ; 
 	         	 $ ( t h i s ) . t o g g l e C l a s s ( ' a c t i v e ' ) . n e x t ( ) . s l i d e D o w n ( ) ;   
 	         } 
 	         r e t u r n   f a l s e ; 
 	 } ) ; 
 	 
 	 
 	 
 	 / / r e m o v e s   d i v i d e r   f r o m   t h e   l a s t   e l e m e n t   o f   t h e   n a v 
 	 $ ( ' # n a v   u l . n a v 1 > l i : l a s t - c h i l d ' ) . c s s ( { 
 	         ' b a c k g r o u n d - i m a g e ' :   ' n o n e ' , 
 	         ' m a r g i n - r i g h t '   :   0 
 	 } ) ; 
 	         	 
 	         
 	 / / r e m o v e s   t h e   s u b n a v   i f   i t   i s n ' t   p r e s e n t 
 	 i f   ( $ ( " # s u b n a v   u l   l i . o n " ) . c h i l d r e n ( " u l " ) . l e n g t h   = =   0 )   { 
 	         $ ( " # s u b n a v _ a r e a " ) . r e m o v e ( ) ; 
 	 } 
 	 
 	 / / c h a n g e s   t h e   p a g e   w i d t h   o n   p a g e s   w / o   a   s u b n a v   a r e a 
 	 i f   ( $ ( " # s u b n a v _ a r e a " ) . c h i l d r e n ( ) . s i z e ( )   = =   0 )   { 	 	 	 	 	 
 	         $ ( " # m a i n _ c o n t e n t " ) . c s s ( { 
 	 	 	 " w i d t h " :   " a u t o " , 
 	         	 " p a d d i n g - l e f t " :   " 2 0 p x " , 
 	         	 " p a d d i n g - r i g h t " :   " 2 0 p x " , 
 	         	 " f l o a t " :   " n o n e " 
 	         } ) ; 
 	 } 
 	 
 } ) ; 
 
