ÿþ/ /   J a v a S c r i p t   D o c u m e n t  
  
 v a r   $   =   j Q u e r y ;  
  
 / /   r e p l a c e   l o g o   f o n t s  
 / / C u f o n . r e p l a c e ( " h 1   a   . b a s e " ,   {   f o n t F a m i l y :   " g u n p l a y " ,   h o v e r :   t r u e   } ) ;  
 / / C u f o n . r e p l a c e ( " h 1   a   . 3 d " ,   {   f o n t F a m i l y :   " a v e n i r " ,   h o v e r :   t r u e   } ) ;  
  
 / /   r e p l a c e   t a g l i n e   f o n t  
 C u f o n . r e p l a c e ( " # h e a d e r   . l o g o   p " ,   {   f o n t F a m i l y :   " u n i v e r s " ,   h o v e r :   t r u e   } ) ;  
  
 / /   r e p l a c e   h e a d e r   f o n t s  
 C u f o n . r e p l a c e ( " h 2 ,   h 3 " ,   {   f o n t F a m i l y :   " u n i v e r s " ,   h o v e r :   t r u e   } ) ;  
  
 / /   r e p l a c e   a   f o n t s  
 C u f o n . r e p l a c e ( " # h e a d e r   . n a v   l i   a ,   # f e a t u r e d   l i   a ,   u l # p o r t f o l i o - f i l t e r   l i   a " ,   {   f o n t F a m i l y :   " u n i v e r s " ,   h o v e r :   t r u e   } ) ;  
  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 	 $ ( " i m g " ) . e a c h ( f u n c t i o n ( )   {  
 	 	 $ ( t h i s ) . p a r e n t ( " a " ) . h o v e r ( f u n c t i o n ( ) {  
 	 	 	 $ ( " i m g " , t h i s ) . s t o p ( ) . f a d e T o ( 2 0 0 ,   0 . 6 ) ;  
 	 	 } , f u n c t i o n ( ) {  
 	 	 	 $ ( " i m g " ,   t h i s ) . s t o p ( ) . f a d e T o ( 5 0 0 ,   1 ) ;  
 	 	 } ) ;  
 	 } )  
 } ) ;  
  
  
 / /   s l i d e s h o w   b u t t o n s  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 	 $ ( " . n e x t ,   . p r e v " ) . c s s ( " o p a c i t y " ,   0 . 5 ) ;  
 	 	 $ ( " . n e x t ,   . p r e v " ) . h o v e r ( f u n c t i o n ( ) {  
 	 	 	 $ ( t h i s ) . s t o p ( ) . f a d e T o ( 3 0 0 , 1 ) ;  
 	 	 } , f u n c t i o n ( ) {  
 	 	 	 $ ( t h i s ) . s t o p ( ) . f a d e T o ( 3 0 0 , 0 . 5 ) ;  
 	 } ) ;  
 } ) ;  
  
  
 / /   c o n t a c t   s l i d e   t o g g l e  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 	 / *   $ ( " # c o n t a c t " ) . h i d e ( ) ;   * /  
 	 	 $ ( " . c o n t a c t " ) . c l i c k ( f u n c t i o n ( )   {  
 	 	 $ ( " # c o n t a c t " ) . s l i d e T o g g l e ( 5 0 0 ) ;  
   	 r e t u r n   f a l s e ;  
     } ) ;  
 } ) ;  
  
  
 / /   s h o w r e e l   f a d e   t o g g l e  
 j Q u e r y . f n . f a d e T o g g l e   =   f u n c t i o n ( s p e e d ,   e a s i n g ,   c a l l b a c k )   {  
 r e t u r n   t h i s . a n i m a t e ( { o p a c i t y :   " t o g g l e " } ,   s p e e d ,   e a s i n g ,   c a l l b a c k ) ;      
 } ;  
  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 	 / * $ ( " # s h o w r e e l " ) . h i d e ( ) ; * /  
 	 	 $ ( " . s h o w r e e l " ) . c l i c k ( f u n c t i o n ( )   {  
 	 	  
 	 	 	 $ ( " # s h o w r e e l " ) . f a d e T o g g l e ( " s l o w " ) ;  
 	 	 	 	  
   	 r e t u r n   f a l s e ;  
     } ) ;  
 } ) ; 
