ÿþ/ *  
 	 S C R I P T   J Q U E R Y   P O U R   M O D I F I E R   L E   D E S I G N   D ' U N   S I T E  
 * /  
  
 v a r   c u r r e n t C s s L e f t   =   " 5 0 % " ;  
 v a r   c u r r e n t C s s M a r g i n L e f t   =   " - 4 9 7 p x " ;  
  
 j Q u e r y ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( ) {  
 	  
  
  
          
         / /   m e n u   a n i m ýÿs  
         j Q u e r y ( " # m e n u _ g a u c h e   a . l i e n 2 ,   # m e n u _ g a u c h e   a . l i e n 1 " ) . m o u s e e n t e r ( f u n c t i o n ( ) {  
                 j Q u e r y ( t h i s ) . c s s ( " c o l o r " ,   " b l a c k " ) ;  
                 i f   ( j Q u e r y ( t h i s ) . a t t r ( " h r e f " )   = =   " h t t p : / / w w w . m a s t e r t u r f . n e t " )  
                 	 r e t u r n ;  
                 j Q u e r y ( t h i s ) . a n i m a t e ( {   b a c k g r o u n d P o s i t i o n :   " 5 p x   5 p x "   } ,   1 5   ) ;                  
         } ) . m o u s e l e a v e ( f u n c t i o n ( ) {                  
                 j Q u e r y ( t h i s ) . c s s ( " c o l o r " ,   " # 2 a 2 a 2 a " ) ;  
                 i f   ( j Q u e r y ( t h i s ) . a t t r ( " h r e f " )   = =   " h t t p : / / w w w . m a s t e r t u r f . n e t " )  
                 	 r e t u r n ;  
                 j Q u e r y ( t h i s ) . s t o p ( t r u e ,   f a l s e ) ;  
                 j Q u e r y ( t h i s ) . a n i m a t e ( {   b a c k g r o u n d P o s i t i o n :   " 2 p x   5 p x "   } ,   1 5   ) ;  
                 i f   ( j Q u e r y ( t h i s ) . c s s ( " f o n t - w e i g h t " ) = =   " b o l d " )  
                 	 r e t u r n ;  
         } ) ;  
          
          
         / /   r e c e n t r e r   l e   s i t e  
         R e C e n t e r S i t e ( ) ;  
         j Q u e r y ( w i n d o w ) . b i n d ( ' r e s i z e ' ,   f u n c t i o n ( )   {  
         	 R e C e n t e r S i t e ( ) ;  
 	 } ) ;  
 	  
 	 / /   s ýÿl e c t i o n n e r   l a   p a g e   e n   c o u r s   d a n s   l e   m e n u   d e   g a u c h e  
 	 j Q u e r y ( " # m e n u _ g a u c h e   a . l i e n 2 ,   # m e n u _ g a u c h e   a . l i e n 1 " ) . e a c h ( f u n c t i o n ( i )   {  
 	 	 v a r   p a g e _ c o u r a n t e   =   d o c u m e n t . l o c a t i o n . p a t h n a m e   +   d o c u m e n t . l o c a t i o n . s e a r c h   +   d o c u m e n t . l o c a t i o n . h a s h ;  
 	 	 v a r   h r e f   =   j Q u e r y ( t h i s ) . a t t r ( " h r e f " ) ;  
 	 	 i f   ( p a g e _ c o u r a n t e . i n d e x O f ( h r e f )   ! =   - 1 )  
 	 	 {  
 	 	 	 j Q u e r y ( t h i s ) . c s s ( " c o l o r " ,   " b l a c k " ) ;  
 	 	 	 j Q u e r y ( t h i s ) . c s s ( " f o n t - w e i g h t " ,   " b o l d " ) ;  
 	 	 }  
 	 } ) ;  
 	  
 	 / /   s ýÿp a r e r   l e s   l i g n e s   d e s   t a b l e a u x   p o u r   p l u s   d e   c l a r t ýÿ 
 	 j Q u e r y ( " . l i s t C o u r s e s ,   . l i s t R e u n i o n s ,   . l i s t e P l u s J o u e " ) . c s s ( " b o r d e r " ,   " 1 p x   s o l i d   # e b e b e b " ) ;  
 	 j Q u e r y ( " . l i s t C o u r s e s   t r ,   . l i s t R e u n i o n s   t r ,   . l i s t e P l u s J o u e   t r " ) . e a c h ( f u n c t i o n   ( i n d e x )   {  
                 i f   ( i n d e x % 2   = =   1 )  
                         j Q u e r y ( t h i s ) . c s s ( " b a c k g r o u n d - c o l o r " ,   " # e 8 e 8 e 8 " ) ;  
         } ) ;  
          
 	  
 	 / /   c h a n g e r   l e   t a r g e t   d e s   l i e n s   d e s   a c t u a l i t e s  
 	 j Q u e r y ( " . r s s B o x I t e m T i t l e " ) . a t t r ( " t a r g e t " ,   " _ b l a n k " ) ;  
 	  
 	  
 } ) ;  
  
  
 f u n c t i o n   R e C e n t e r S i t e ( )  
 {  
 	 i f   ( j Q u e r y ( ' # p a g e ' ) . o f f s e t ( ) . l e f t   <   0   & &   j Q u e r y ( ' # p a g e ' ) . c s s ( " l e f t " )   ! =   " 0 p x " )  
 	 {  
 	 	 j Q u e r y ( ' # p a g e ' ) . c s s ( " l e f t " ,   " 0 p x " ) ;  
 	 	 j Q u e r y ( ' # p a g e ' ) . c s s ( " m a r g i n - l e f t " ,   " 0 p x " ) ;  
 	 }  
 	 e l s e   i f   ( j Q u e r y ( ' # p a g e ' ) . c s s ( " l e f t " )   ! =   c u r r e n t C s s L e f t   & &   j Q u e r y ( ' b o d y ' ) . w i d t h ( )   >   9 9 5 )  
 	 {  
 	 	 j Q u e r y ( ' # p a g e ' ) . c s s ( " l e f t " ,   c u r r e n t C s s L e f t ) ;  
 	 	 j Q u e r y ( ' # p a g e ' ) . c s s ( " m a r g i n - l e f t " ,   c u r r e n t C s s M a r g i n L e f t ) ;  
 	 }  
 } 
