ÿþ$ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) { 
 
 	 $ ( " # s i d e   a . t o g g l e n e x t m o r e " ) . c l i c k (   f u n c t i o n ( e v e n t ) { 
 
 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 	 	 $ ( " # s i d e   . t o g g l e d " ) 
 	 	 . s l i d e T o g g l e ( " f a s t " ) 
 	 	 . r e m o v e C l a s s ( " t o g g l e d " ) ; 
 
 	 	 v a r   n e x t D i v   =   $ ( t h i s ) . p a r e n t ( ) . n e x t ( ) ; 
 
 	 	 i f   ( ! n e x t D i v . h a s C l a s s ( " o p e n e d " ) )   { 
 	 	 	 n e x t D i v . s l i d e T o g g l e ( " f a s t " ) 
 	 	 	 . a d d C l a s s ( " t o g g l e d " ) ; 
 	 	 } 
 	 } ) ; 
 
 
 	 $ ( " a . t o g g l e n e x t " ) . c l i c k (   f u n c t i o n ( e v e n t ) { 
 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 	 	 v a r   n e x t D i v   =   $ ( t h i s ) . p a r e n t ( ) . n e x t ( ) ; 
 	 	 n e x t D i v . s l i d e T o g g l e ( " f a s t " ) ; 
 
 	 } ) ; 
 
 
 
 
 
 
 	 $ ( " # f e a t u r e d e n t r i e s   i m g . r e c e n t f o t o " ) . m o u s e o v e r (   f u n c t i o n   ( )   { 
 	 	 $ ( t h i s ) . c s s ( " b o r d e r " , " 2 p x   s o l i d   # 0 0 9 F B F " ) ; 
 	 	 v a r   f o t o T i t l e   =   $ ( t h i s ) . p a r e n t ( ) . a t t r ( " t i t l e " ) ; 
 	 	 v a r   f o t o L i n k   =   $ ( t h i s ) . p a r e n t ( ) . a t t r ( " h r e f " ) ; 
 	 	 v a r   f o t o D e s c r i p t i o n   =   $ ( t h i s ) . a t t r ( " a l t " ) ; 
 	 	 v a r   f o t o H t m l   =   ' < h 3 > < a   h r e f = " ' + f o t o L i n k + ' " > '   +   f o t o T i t l e   +   ' < / a > < / h 3 > '   +   f o t o D e s c r i p t i o n ; 
 	 	 $ ( " # c u r r e n t f o t o t i t l e " ) . h t m l ( f o t o H t m l ) ; 
 
 	 } ) . m o u s e o u t (   f u n c t i o n   ( )   { 
 	 	 $ ( t h i s ) . c s s ( " b o r d e r " , " 2 p x   s o l i d   # f f f " ) ; 
 	 	 $ ( " # c u r r e n t f o t o t i t l e " ) . h t m l ( " " ) ; 
 
 
 
 	 } ) 
 	 / * 
 	 $ ( ' # f o t o c o n t e n t   i m g ' ) . e a c h ( f u n c t i o n ( )   {       
 	 v a r   d i f f   =   6 0 0   -   ( $ ( t h i s ) . w i d t h ( ) ) ; 
 	 i f   ( d i f f   >   0 ) 
 	 / /   	 $ ( " # f o t o c o n t e n t " ) . c s s ( " b o r d e r " , " 1 p x   s o l i d   # c c c " ) ; 
 	 $ ( " # f o t o c o n t e n t   i m g " ) . c s s ( { 
 	 " m a r g i n - l e f t " :   d i f f   /   2 , 
 	 " m a r g i n - t o p " :   " 5 p x " , 
 	 " m a r g i n - b o t t o m " :   " 5 p x " 
 	 } ) ; 
 	 } ) 
 	 * / 	 	 
 
 
 
 
 	 $ ( ' a . n e x t ' ) . c l i c k (   f u n c t i o n   ( e v e n t )   { 
 
 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 	 	 $ ( ' . s c r o l l m e ' ) . s c r o l l T o (   " + = 1 0 0 p x " ,   8 0 0   ) ; 
 
 	 } ) ; 
 
 
 
 	 $ ( ' a . p r e v ' ) . c l i c k (   f u n c t i o n   ( e v e n t )   { 
 
 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 	 	 $ ( ' . s c r o l l m e ' ) . s c r o l l T o (   " - = 1 0 0 p x " ,   8 0 0   ) ; 
 
 	 } ) ; 
 
 
 	 $ ( ' # t a g s ' ) 
 	 . c s s ( " o v e r f l o w " , " h i d d e n " ) 
 	 . m o u s e w h e e l ( f u n c t i o n ( e v e n t ,   d e l t a )   { 
 	 	 i f   ( d e l t a   >   0 )   { 
 	 	 	 g a p = " - = 2 0 p x " ;   } 
 	 	 	 e l s e   i f   ( d e l t a   <   0 )   { 
 	 	 	 	 g a p = " + = 2 0 p x " ;   } 
 	 	 	 	 $ ( ' . s c r o l l m e ' ) . s c r o l l T o (   g a p ,   3 0   ) ; 
 	 	 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 
 	 	 	 } ) ; 
 
 
 
 	 	 	 $ ( ' . g a l l e r y   i m g ' ) . c s s ( " m a r g i n - l e f t " ,   0 ) ; 
 	 	 	 v a r   p o s t T i t l e   =   $ ( ' h 1 # p o s t - t i t l e ' ) . t e x t ( ) ; 
 	 	 	 v a r   f i r s t f o t o   =   $ ( ' . g a l l e r y   a : f i r s t ' ) . a t t r ( ' h r e f ' ) ; 
 	 	 	 v a r   f i r s t f o t o T i t l e   =   $ ( ' . g a l l e r y   i m g : f i r s t ' ) . a t t r ( ' a l t ' ) ; 
 	 	 	 v a r   g a l l e r y L i n k   =   ' < d i v   c l a s s = " g a l l e r y H e a d e r " > < / d i v > < a   c l a s s = " l i g h t b o x "   h r e f = " ' + f i r s t f o t o + ' "     t i t l e = " ' + f i r s t f o t o T i t l e + ' "   i d = " o p e n G a l l e r y " > < i m g   s r c = " h t t p : / / w w w . f r a n c e s c o c o n t i . c o m / w p - c o n t e n t / t h e m e s / f r a n k / i m a g e s / s h o w s l i d e s h o w . p n g "   a l t = " ' + f i r s t f o t o T i t l e + ' "   c l a s s = " h i g h l i g h t   s h o w s l i d e s h o w " > < / a > < d i v   c l a s s = " g a l l e r y T i t l e " > L e   f o t o   d e l   s e t < / d i v > ' ; 
 
 
 
 
 
 	 	 	 $ ( ' a . l i g h t b o x ' ) . l i g h t B o x ( { f i x e d N a v i g a t i o n : f a l s e } ) 
 	 	 	 $ ( ' . g a l l e r y   a : f i r s t ' ) . r e m o v e C l a s s ( ' l i g h t b o x ' ) ; 
 	 	 	 $ ( ' . g a l l e r y ' ) . b e f o r e ( g a l l e r y L i n k ) ; 
 	 	 	 $ ( ' . g a l l e r y H e a d e r ' ) . c s s ( { 
 	 	 	 	 " b a c k g r o u n d - i m a g e " :   " u r l ( ' " + f i r s t f o t o + " ' ) " , 
 	 	 	 	 " b a c k g r o u n d - p o s i t i o n " :   " c e n t e r   c e n t e r " , 
 	 	 	 	 ' o p a c i t y ' : ' 0 . 6 5 ' 
 	 	 	 } ) ; 
 
 	 	 	 $ ( f u n c t i o n ( )   { 	 
 	 	 	 	 $ ( ' a . l i g h t b o x ' ) . l i g h t B o x ( { f i x e d N a v i g a t i o n : f a l s e } ) ; 
 	 	 	 	 $ ( ' d d . g a l l e r y - c a p t i o n   a ' ) 
 	 	 	 / / 	 . h t m l ( ' < i m g   s r c = " h t t p : / / w w w . f r a n c e s c o c o n t i . c o m / w p - c o n t e n t / t h e m e s / f r a n k / i m a g e s / p i c - p e r m a l i n k . j p g "   a l t = " p e r m a l i n k " > ' ) . c s s ( { 
 	 	 	 	 . h t m l ( ' L i n k ' ) . c s s ( { 
 	 	 	 	 	 " f l o a t " :   " r i g h t " , 
 	 	 	 	 	 " m a r g i n - r i g h t " : " 1 0 p x " 
 	 	 	 	 } ) ; 
 	 	 	 } ) ; 
 
 
 	 	 	 $ ( " . h i g h l i g h t " ) . m o u s e o v e r ( f u n c t i o n   ( ) 
 	 	 	 { 
 	 	 	 	 v a r   o r i g i n a l i m g   =   $ ( t h i s ) . a t t r ( " s r c " ) ; 
 	 	 	 	 v a r   i m g a r r = o r i g i n a l i m g . s p l i t ( " . " ) ; 
 	 	 	 	 v a r   e x t = " . " + i m g a r r [ i m g a r r . l e n g t h - 1 ] ; 
 	 	 	 	 i m g a r r . p o p ( ) ; 
 	 	 	 	 v a r   h o v e r i m g =   i m g a r r . j o i n ( " . " )   +   " _ h "   +   e x t ; 
 
 
 	 	 	 	 $ ( t h i s ) . a t t r ( " s r c " , h o v e r i m g ) ; 
 	 	 	 } ) ; 
 
 	 	 	 $ ( " . h i g h l i g h t " ) . m o u s e o u t ( f u n c t i o n   ( ) 
 	 	 	 { 
 	 	 	 	 v a r   h o v e r i m g   =   $ ( t h i s ) . a t t r ( " s r c " ) ; 
 	 	 	 	 v a r   i m g a r r = h o v e r i m g . s p l i t ( " _ h " ) ; 
 	 	 	 	 v a r   s i m g   =   i m g a r r [ 0 ] + i m g a r r [ 1 ] ; 
 	 	 	 	 / /   a l e r t   ( s i m g ) ; 
 	 	 	 	 $ ( t h i s ) . a t t r ( " s r c " , s i m g ) ; 
 	 	 	 } ) ; 
 
 
 
 
 
 
 	 	 	 $ ( ' # c o m m e n t b o x ' ) . h i d e ( ) ; 
 	 	 	 $ ( ' a . s h o w c o m m e n t s ' ) . c l i c k (   f u n c t i o n   ( e v e n t )   { 
 	 	 	 	 e v e n t . p r e v e n t D e f a u l t ( ) ; 
 	 	 	 	 $ ( ' # c o m m e n t b o x ' ) . s l i d e T o g g l e ( " f a s t " ,   f u n c t i o n   ( )   { 
 	 	 	 	 	 $ ( ' b o d y ' ) . s c r o l l T o (   " # c o m m e n t b o x " ,   5 3 0   ) ; 
 	 	 	 	 } ) ; 
 
 	 	 	 } ) ; 
 
 
 
 
 
 
 
 	 	 } ) ; 
