ÿþ/ * 
 *   J s o n   P l u g i n   ( f o r   j Q u e r y ) 
 *   @ r e q u i r e s   j Q u e r y   v 1 . 2   o r   l a t e r 
 * /  
 ( f u n c t i o n ( $ )   {  
         m   =   {  
                 ' \ b ' :   ' \ \ b ' ,  
                 ' \ t ' :   ' \ \ t ' ,  
                 ' \ n ' :   ' \ \ n ' ,  
                 ' \ f ' :   ' \ \ f ' ,  
                 ' \ r ' :   ' \ \ r ' ,  
                 ' " ' :   ' \ \ " ' ,  
                 ' \ \ ' :   ' \ \ \ \ '  
         } ,  
 	 $ . t o J S O N   =   f u n c t i o n ( v a l u e ,   w h i t e l i s t )   {  
                 v a r   a ,                     / /   T h e   a r r a y   h o l d i n g   t h e   p a r t i a l   t e x t s .  
 	 	 	 i ,                     / /   T h e   l o o p   c o u n t e r .  
 	 	 	 k ,                     / /   T h e   m e m b e r   k e y .  
 	 	 	 l ,                     / /   L e n g t h .  
 	 	 	 r   =   / [ " \ \ \ x 0 0 - \ x 1 f \ x 7 f - \ x 9 f ] / g ,  
 	 	 	 v ;                     / /   T h e   m e m b e r   v a l u e .  
  
                 s w i t c h   ( t y p e o f   v a l u e )   {  
                         c a s e   ' s t r i n g ' :  
                                 r e t u r n   r . t e s t ( v a l u e )   ?  
 	 	 	 	 ' " '   +   v a l u e . r e p l a c e ( r ,   f u n c t i o n ( a )   {  
                                         v a r   c   =   m [ a ] ;  
                                         i f   ( c )   {  
                                                 r e t u r n   c ;  
                                         }  
                                         c   =   a . c h a r C o d e A t ( ) ;  
                                         r e t u r n   ' \ \ u 0 0 '   +   M a t h . f l o o r ( c   /   1 6 ) . t o S t r i n g ( 1 6 )   +   ( c   %   1 6 ) . t o S t r i n g ( 1 6 ) ;  
                                 } )   +   ' " '   :  
 	 	 	 	 ' " '   +   v a l u e   +   ' " ' ;  
  
                         c a s e   ' n u m b e r ' :  
                                 r e t u r n   i s F i n i t e ( v a l u e )   ?   S t r i n g ( v a l u e )   :   ' n u l l ' ;  
  
                         c a s e   ' b o o l e a n ' :  
                         c a s e   ' n u l l ' :  
                                 r e t u r n   S t r i n g ( v a l u e ) ;  
  
                         c a s e   ' o b j e c t ' :  
                                 i f   ( ! v a l u e )   {  
                                         r e t u r n   ' n u l l ' ;  
                                 }  
                                 i f   ( t y p e o f   v a l u e . t o J S O N   = = =   ' f u n c t i o n ' )   {  
                                         r e t u r n   $ . t o J S O N ( v a l u e . t o J S O N ( ) ) ;  
                                 }  
                                 a   =   [ ] ;  
                                 i f   ( t y p e o f   v a l u e . l e n g t h   = = =   ' n u m b e r '   & &  
 	 	 	 	 	 ! ( v a l u e . p r o p e r t y I s E n u m e r a b l e ( ' l e n g t h ' ) ) )   {  
                                         l   =   v a l u e . l e n g t h ;  
                                         f o r   ( i   =   0 ;   i   <   l ;   i   + =   1 )   {  
                                                 a . p u s h ( $ . t o J S O N ( v a l u e [ i ] ,   w h i t e l i s t )   | |   ' n u l l ' ) ;  
                                         }  
                                         r e t u r n   ' [ '   +   a . j o i n ( ' , ' )   +   ' ] ' ;  
                                 }  
                                 i f   ( w h i t e l i s t )   {  
                                         l   =   w h i t e l i s t . l e n g t h ;  
                                         f o r   ( i   =   0 ;   i   <   l ;   i   + =   1 )   {  
                                                 k   =   w h i t e l i s t [ i ] ;  
                                                 i f   ( t y p e o f   k   = = =   ' s t r i n g ' )   {  
                                                         v   =   $ . t o J S O N ( v a l u e [ k ] ,   w h i t e l i s t ) ;  
                                                         i f   ( v )   {  
                                                                 a . p u s h ( $ . t o J S O N ( k )   +   ' : '   +   v ) ;  
                                                         }  
                                                 }  
                                         }  
                                 }   e l s e   {  
                                         f o r   ( k   i n   v a l u e )   {  
                                                 i f   ( t y p e o f   k   = = =   ' s t r i n g ' )   {  
                                                         v   =   $ . t o J S O N ( v a l u e [ k ] ,   w h i t e l i s t ) ;  
                                                         i f   ( v )   {  
                                                                 a . p u s h ( $ . t o J S O N ( k )   +   ' : '   +   v ) ;  
                                                         }  
                                                 }  
                                         }  
                                 }  
                                 r e t u r n   ' { '   +   a . j o i n ( ' , ' )   +   ' } ' ;  
                 }  
         } ;  
  
 } ) ( j Q u e r y ) ;  
 / * 
 *   F a c e b o x   ( f o r   j Q u e r y ) 
 *   v e r s i o n :   1 . 2   ( 0 5 / 0 5 / 2 0 0 8 ) 
 *   @ r e q u i r e s   j Q u e r y   v 1 . 2   o r   l a t e r 
 * /  
 ( f u n c t i o n ( $ )   {  
         $ . f a c e b o x   =   f u n c t i o n ( d a t a ,   k l a s s )   {  
                 $ . f a c e b o x . l o a d i n g ( ) ;  
  
                 i f   ( d a t a . a j a x )   f i l l F a c e b o x F r o m A j a x ( d a t a . a j a x ) ;  
                 e l s e   i f   ( d a t a . i m a g e )   f i l l F a c e b o x F r o m I m a g e ( d a t a . i m a g e ) ;  
                 e l s e   i f   ( d a t a . d i v )   f i l l F a c e b o x F r o m H r e f ( d a t a . d i v ) ;  
                 e l s e   i f   ( $ . i s F u n c t i o n ( d a t a ) )   d a t a . c a l l ( $ ) ;  
                 e l s e   $ . f a c e b o x . r e v e a l ( d a t a ,   k l a s s ) ;  
         }  
  
         / * 
         *   P u b l i c ,   $ . f a c e b o x   m e t h o d s 
         * /  
  
         $ . e x t e n d ( $ . f a c e b o x ,   {  
                 s e t t i n g s :   {  
                         o p a c i t y :   0 ,  
                         o v e r l a y :   t r u e ,  
                         l o a d i n g I m a g e :   ' / f a c e b o x / l o a d i n g . g i f ' ,  
                         c l o s e I m a g e :   ' / f a c e b o x / c l o s e l a b e l . g i f ' ,  
                         i m a g e T y p e s :   [ ' p n g ' ,   ' j p g ' ,   ' j p e g ' ,   ' g i f ' ] ,  
                         f a c e b o x H t m l :   ' \ 
                                 < d i v   i d = " f a c e b o x "   s t y l e = " d i s p l a y : n o n e ; " >   \ 
                                     < d i v   c l a s s = " p o p u p " >   \ 
                                         < t a b l e >   \ 
                                             < t b o d y >   \ 
                                                 < t r >   \ 
                                                     < t d   c l a s s = " t l " / > < t d   c l a s s = " b " / > < t d   c l a s s = " t r " / >   \ 
                                                 < / t r >   \ 
                                                 < t r >   \ 
                                                     < t d   c l a s s = " b " / >   \ 
                                                     < t d   c l a s s = " b o d y " >   \ 
                                                         < d i v   c l a s s = " c o n t e n t " >   \ 
                                                         < / d i v >   \ 
                                                         < d i v   c l a s s = " f o o t e r " >   \ 
                                                             < a   h r e f = " # "   c l a s s = " c l o s e " >   \ 
                                                                 < i m g   s r c = " / f a c e b o x / c l o s e l a b e l . g i f "   t i t l e = " "   c l a s s = " c l o s e _ i m a g e "   / >   \ 
                                                             < / a >   \ 
                                                         < / d i v >   \ 
                                                     < / t d >   \ 
                                                     < t d   c l a s s = " b " / >   \ 
                                                 < / t r >   \ 
                                                 < t r >   \ 
                                                     < t d   c l a s s = " b l " / > < t d   c l a s s = " b " / > < t d   c l a s s = " b r " / >   \ 
                                                 < / t r >   \ 
                                             < / t b o d y >   \ 
                                         < / t a b l e >   \ 
                                     < / d i v >   \ 
                                 < / d i v > '  
                 } ,  
  
                 l o a d i n g :   f u n c t i o n ( )   {  
                         i n i t ( ) ;  
                         i f   ( $ ( ' # f a c e b o x   . l o a d i n g ' ) . l e n g t h   = =   1 )   r e t u r n   t r u e ;  
  
                         s h o w O v e r l a y ( ) ;  
  
                         $ ( ' # f a c e b o x   . c o n t e n t ' ) . e m p t y ( ) ;  
                         $ ( ' # f a c e b o x   . b o d y ' ) . c h i l d r e n ( ) . h i d e ( ) . e n d ( ) . a p p e n d ( ' < d i v   c l a s s = " l o a d i n g " > < i m g   s r c = " '   +   $ . f a c e b o x . s e t t i n g s . l o a d i n g I m a g e   +   ' " / > < / d i v > ' ) ;  
  
                         $ ( ' # f a c e b o x ' ) . c s s ( {  
                                 t o p :   g e t P a g e S c r o l l ( ) [ 1 ]   +   ( g e t P a g e H e i g h t ( )   /   1 0 ) ,  
                                 l e f t :   3 8 5 . 5  
                         } ) . s h o w ( ) ;  
  
                         / /             $ ( d o c u m e n t ) . b i n d ( ' k e y d o w n . f a c e b o x ' ,   f u n c t i o n ( e )   {  
                         / /                 i f   ( e . k e y C o d e   = =   2 7 )   $ . f a c e b o x . c l o s e ( )  
                         / /                 r e t u r n   t r u e  
                         / /             } )  
                         $ ( d o c u m e n t ) . t r i g g e r ( ' l o a d i n g . f a c e b o x ' ) ;  
                 } ,  
  
                 r e v e a l :   f u n c t i o n ( d a t a ,   k l a s s )   {  
                         $ ( d o c u m e n t ) . t r i g g e r ( ' b e f o r e R e v e a l . f a c e b o x ' ) ;  
                         i f   ( k l a s s )   $ ( ' # f a c e b o x   . c o n t e n t ' ) . a d d C l a s s ( k l a s s ) ;  
                         $ ( ' # f a c e b o x   . c o n t e n t ' ) . a p p e n d ( d a t a ) ;  
                         $ ( ' # f a c e b o x   . l o a d i n g ' ) . r e m o v e ( ) ;  
                         / / $ ( ' # f a c e b o x   . b o d y ' ) . c h i l d r e n ( ) . f a d e I n ( ' n o r m a l ' )  
                         $ ( ' # f a c e b o x   . b o d y ' ) . c h i l d r e n ( ) . s h o w ( ) ;  
                         $ ( ' # f a c e b o x ' ) . c s s ( ' l e f t ' ,   $ ( w i n d o w ) . w i d t h ( )   /   2   -   ( $ ( ' # f a c e b o x   . p o p u p ' ) . w i d t h ( )   /   2 ) ) ;  
                         $ ( d o c u m e n t ) . t r i g g e r ( ' r e v e a l . f a c e b o x ' ) . t r i g g e r ( ' a f t e r R e v e a l . f a c e b o x ' ) ;  
                 } ,  
  
                 c l o s e :   f u n c t i o n ( )   {  
                         $ ( d o c u m e n t ) . t r i g g e r ( ' c l o s e . f a c e b o x ' ) ;  
                         r e t u r n   f a l s e ;  
                 }  
         } )  
  
         / * 
         *   P u b l i c ,   $ . f n   m e t h o d s 
         * /  
         $ . f n . f a c e b o x   =   f u n c t i o n ( s e t t i n g s )   {  
                 i n i t ( s e t t i n g s ) ;  
  
                 f u n c t i o n   c l i c k H a n d l e r ( )   {  
                         $ . f a c e b o x . l o a d i n g ( t r u e ) ;  
  
                         / /   s u p p o r t   f o r   r e l = " f a c e b o x . i n l i n e _ p o p u p "   s y n t a x ,   t o   a d d   a   c l a s s  
                         / /   a l s o   s u p p o r t s   d e p r e c a t e d   " f a c e b o x [ . i n l i n e _ p o p u p ] "   s y n t a x  
                         v a r   k l a s s   =   t h i s . r e l . m a t c h ( / f a c e b o x \ [ ? \ . ( \ w + ) \ ] ? / ) ;  
                         i f   ( k l a s s )   k l a s s   =   k l a s s [ 1 ] ;  
  
                         f i l l F a c e b o x F r o m H r e f ( t h i s . h r e f ,   k l a s s ) ;  
                         r e t u r n   f a l s e ;  
                 }  
  
                 r e t u r n   t h i s . c l i c k ( c l i c k H a n d l e r ) ;  
         }  
  
         / * 
         *   P r i v a t e   m e t h o d s 
         * /  
         / /   c a l l e d   o n e   t i m e   t o   s e t u p   f a c e b o x   o n   t h i s   p a g e  
         f u n c t i o n   i n i t ( s e t t i n g s )   {  
                 i f   ( $ . f a c e b o x . s e t t i n g s . i n i t e d )   r e t u r n   t r u e ;  
                 e l s e   $ . f a c e b o x . s e t t i n g s . i n i t e d   =   t r u e ;  
  
                 $ ( d o c u m e n t ) . t r i g g e r ( ' i n i t . f a c e b o x ' ) ;  
  
                 v a r   i m a g e T y p e s   =   $ . f a c e b o x . s e t t i n g s . i m a g e T y p e s . j o i n ( ' | ' ) ;  
                 $ . f a c e b o x . s e t t i n g s . i m a g e T y p e s R e g e x p   =   n e w   R e g E x p ( ' \ . '   +   i m a g e T y p e s   +   ' $ ' ,   ' i ' ) ;  
  
                 i f   ( s e t t i n g s )   $ . e x t e n d ( $ . f a c e b o x . s e t t i n g s ,   s e t t i n g s ) ;  
                 $ ( ' b o d y ' ) . a p p e n d ( $ . f a c e b o x . s e t t i n g s . f a c e b o x H t m l ) ;  
  
                 v a r   p r e l o a d   =   [ n e w   I m a g e ( ) ,   n e w   I m a g e ( ) ] ;  
                 p r e l o a d [ 0 ] . s r c   =   $ . f a c e b o x . s e t t i n g s . c l o s e I m a g e ;  
                 p r e l o a d [ 1 ] . s r c   =   $ . f a c e b o x . s e t t i n g s . l o a d i n g I m a g e ;  
  
                 $ ( ' # f a c e b o x ' ) . f i n d ( ' . b : f i r s t ,   . b l ,   . b r ,   . t l ,   . t r ' ) . e a c h ( f u n c t i o n ( )   {  
                         p r e l o a d . p u s h ( n e w   I m a g e ( ) ) ;  
                         p r e l o a d . s l i c e ( - 1 ) . s r c   =   $ ( t h i s ) . c s s ( ' b a c k g r o u n d - i m a g e ' ) . r e p l a c e ( / u r l \ ( ( . + ) \ ) / ,   ' $ 1 ' ) ;  
                 } )  
  
                 $ ( ' # f a c e b o x   . c l o s e ' ) . c l i c k ( $ . f a c e b o x . c l o s e ) ;  
                 $ ( ' # f a c e b o x   . c l o s e _ i m a g e ' ) . a t t r ( ' s r c ' ,   $ . f a c e b o x . s e t t i n g s . c l o s e I m a g e ) ;  
         }  
  
         / /   g e t P a g e S c r o l l ( )   b y   q u i r k s m o d e . c o m  
         f u n c t i o n   g e t P a g e S c r o l l ( )   {  
                 v a r   x S c r o l l ,   y S c r o l l ;  
                 i f   ( s e l f . p a g e Y O f f s e t )   {  
                         y S c r o l l   =   s e l f . p a g e Y O f f s e t ;  
                         x S c r o l l   =   s e l f . p a g e X O f f s e t ;  
                 }   e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p )   { 	   / /   E x p l o r e r   6   S t r i c t  
                         y S c r o l l   =   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p ;  
                         x S c r o l l   =   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l L e f t ;  
                 }   e l s e   i f   ( d o c u m e n t . b o d y )   { / /   a l l   o t h e r   E x p l o r e r s  
                         y S c r o l l   =   d o c u m e n t . b o d y . s c r o l l T o p ;  
                         x S c r o l l   =   d o c u m e n t . b o d y . s c r o l l L e f t ;  
                 }  
                 r e t u r n   n e w   A r r a y ( x S c r o l l ,   y S c r o l l ) ;  
         }  
  
         / /   A d a p t e d   f r o m   g e t P a g e S i z e ( )   b y   q u i r k s m o d e . c o m  
         f u n c t i o n   g e t P a g e H e i g h t ( )   {  
                 v a r   w i n d o w H e i g h t ;  
                 i f   ( s e l f . i n n e r H e i g h t )   { 	 / /   a l l   e x c e p t   E x p l o r e r  
                         w i n d o w H e i g h t   =   s e l f . i n n e r H e i g h t ;  
                 }   e l s e   i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t )   {   / /   E x p l o r e r   6   S t r i c t   M o d e  
                         w i n d o w H e i g h t   =   d o c u m e n t . d o c u m e n t E l e m e n t . c l i e n t H e i g h t ;  
                 }   e l s e   i f   ( d o c u m e n t . b o d y )   {   / /   o t h e r   E x p l o r e r s  
                         w i n d o w H e i g h t   =   d o c u m e n t . b o d y . c l i e n t H e i g h t ;  
                 }  
                 r e t u r n   w i n d o w H e i g h t ;  
         }  
  
         / /   F i g u r e s   o u t   w h a t   y o u   w a n t   t o   d i s p l a y   a n d   d i s p l a y s   i t  
         / /   f o r m a t s   a r e :  
         / /           d i v :   # i d  
         / /       i m a g e :   b l a h . e x t e n s i o n  
         / /         a j a x :   a n y t h i n g   e l s e  
         f u n c t i o n   f i l l F a c e b o x F r o m H r e f ( h r e f ,   k l a s s )   {  
                 / /   d i v  
                 i f   ( h r e f . m a t c h ( / # / ) )   {  
                         v a r   u r l   =   w i n d o w . l o c a t i o n . h r e f . s p l i t ( ' # ' ) [ 0 ] ;  
                         v a r   t a r g e t   =   h r e f . r e p l a c e ( u r l ,   ' ' ) ;  
                         $ . f a c e b o x . r e v e a l ( $ ( t a r g e t ) . c l o n e ( ) . s h o w ( ) ,   k l a s s ) ;  
  
                         / /   i m a g e  
                 }   e l s e   i f   ( h r e f . m a t c h ( $ . f a c e b o x . s e t t i n g s . i m a g e T y p e s R e g e x p ) )   {  
                         f i l l F a c e b o x F r o m I m a g e ( h r e f ,   k l a s s ) ;  
                         / /   a j a x  
                 }   e l s e   {  
                         f i l l F a c e b o x F r o m A j a x ( h r e f ,   k l a s s ) ;  
                 }  
         }  
  
         f u n c t i o n   f i l l F a c e b o x F r o m I m a g e ( h r e f ,   k l a s s )   {  
                 v a r   i m a g e   =   n e w   I m a g e ( ) ;  
                 i m a g e . o n l o a d   =   f u n c t i o n ( )   {  
                         $ . f a c e b o x . r e v e a l ( ' < d i v   c l a s s = " i m a g e " > < i m g   s r c = " '   +   i m a g e . s r c   +   ' "   / > < / d i v > ' ,   k l a s s ) ;  
                 }  
                 i m a g e . s r c   =   h r e f ;  
         }  
  
         f u n c t i o n   f i l l F a c e b o x F r o m A j a x ( h r e f ,   k l a s s )   {  
                 $ . g e t ( h r e f ,   f u n c t i o n ( d a t a )   {   $ . f a c e b o x . r e v e a l ( d a t a ,   k l a s s )   } ) ;  
         }  
  
         f u n c t i o n   s k i p O v e r l a y ( )   {  
                 r e t u r n   $ . f a c e b o x . s e t t i n g s . o v e r l a y   = =   f a l s e   | |   $ . f a c e b o x . s e t t i n g s . o p a c i t y   = = =   n u l l ;  
         }  
  
         f u n c t i o n   s h o w O v e r l a y ( )   {  
                 i f   ( s k i p O v e r l a y ( ) )   r e t u r n ;  
  
                 i f   ( $ ( ' f a c e b o x _ o v e r l a y ' ) . l e n g t h   = =   0 )  
                         $ ( " b o d y " ) . a p p e n d ( ' < d i v   i d = " f a c e b o x _ o v e r l a y "   c l a s s = " f a c e b o x _ h i d e " > < / d i v > ' ) ;  
  
                 $ ( ' # f a c e b o x _ o v e r l a y ' ) . h i d e ( ) . a d d C l a s s ( " f a c e b o x _ o v e r l a y B G " ) . c s s ( ' o p a c i t y ' ,   $ . f a c e b o x . s e t t i n g s . o p a c i t y ) . s h o w ( ) ;  
                 / / . c l i c k ( f u n c t i o n ( )   {   $ ( d o c u m e n t ) . t r i g g e r ( ' c l o s e . f a c e b o x ' )   } )  
                 / / . f a d e I n ( 2 0 0 )  
                 r e t u r n   f a l s e ;  
         }  
  
         f u n c t i o n   h i d e O v e r l a y ( )   {  
                 i f   ( s k i p O v e r l a y ( ) )   r e t u r n ;  
  
                 $ ( " # f a c e b o x _ o v e r l a y " ) . r e m o v e C l a s s ( " f a c e b o x _ o v e r l a y B G " ) ;  
                 $ ( " # f a c e b o x _ o v e r l a y " ) . a d d C l a s s ( " f a c e b o x _ h i d e " ) ;  
                 $ ( " # f a c e b o x _ o v e r l a y " ) . r e m o v e ( ) ;  
                 $ ( ' # f a c e b o x _ o v e r l a y ' ) . h i d e ( ) ;  
  
                 r e t u r n   f a l s e ;  
         }  
  
         / * 
         *   B i n d i n g s 
         * /  
         $ ( d o c u m e n t ) . b i n d ( ' c l o s e . f a c e b o x ' ,   f u n c t i o n ( )   {  
                 / / $ ( d o c u m e n t ) . u n b i n d ( ' k e y d o w n . f a c e b o x ' )  
                 $ ( ' # f a c e b o x ' ) . h i d e ( ) ;  
                 $ ( ' # f a c e b o x   . c o n t e n t ' ) . r e m o v e C l a s s ( ) . a d d C l a s s ( ' c o n t e n t ' ) ;  
                 h i d e O v e r l a y ( ) ;  
                 $ ( ' # f a c e b o x   . l o a d i n g ' ) . r e m o v e ( ) ;  
         } )  
 } ) ( j Q u e r y ) ;  
 / * 
 *   j Q u e r y . a h o v e   p l u g i n 
 *   V e r s i o n :   1 . 0 
 *   @ r e q u i r e s   j Q u e r y   v 1 . 2   o r   l a t e r 
 * /  
 ( f u n c t i o n ( $ )   {  
         $ . e x t e n d ( {  
                 a h o v e r :   {  
                         v e r s i o n :   1 . 0 ,  
                         d e f a u l t s :   {  
                                 t o g g l e S p e e d :   7 5 ,  
                                 t o g g l e E f f e c t :   ' b o t h ' ,  
                                 h o v e r E f f e c t :   n u l l ,  
                                 m o v e S p e e d :   2 5 0 ,  
                                 e a s i n g :   ' s w i n g ' ,  
                                 c l a s s N a m e :   ' a h o v e r '  
                         } ,  
                         e f f e c t s :   {  
                                 ' w i d t h ' :   {   w i d t h :   0   } ,  
                                 ' h e i g h t ' :   {   h e i g h t :   0   } ,  
                                 ' b o t h ' :   {   w i d t h :   0 ,   h e i g h t :   0   }  
                         }  
                 }  
         } ) ;  
  
         $ . f n . e x t e n d ( {  
                 a h o v e r :   f u n c t i o n ( o p t i o n s )   {  
                         v a r   o p t i o n s   =   $ . e x t e n d ( { } ,   $ . a h o v e r . d e f a u l t s ,   o p t i o n s ) ;  
                         v a r   e f f e c t   =   (  
                                 ( t y p e o f   o p t i o n s . t o g g l e E f f e c t   = =   ' s t r i n g ' )   ?  
                                 $ . a h o v e r . e f f e c t s [ o p t i o n s . t o g g l e E f f e c t ]   :   o p t i o n s . t o g g l e E f f e c t  
                         ) ;  
                         v a r   p a r e n t   =   t h i s . o f f s e t P a r e n t ( ) ;  
                         r e t u r n   t h i s . h o v e r (  
                                 f u n c t i o n ( e )   {  
                                 v a r   o v e r   =   $ ( t h i s ) ;  
                                 v a r   o v e r S i z e   =   {  
                                         w i d t h :   o v e r . o u t e r W i d t h ( ) ,  
                                         h e i g h t :   o v e r . o u t e r H e i g h t ( )  
                                 } ;  
                                 v a r   o v e r O f f s e t   =   o v e r . o f f s e t ( ) ;  
                                 v a r   p a r e n t O f f s e t   =   p a r e n t . o f f s e t ( ) ;  
  
                                 v a r   u n d e r   =   $ ( ' d i v . '   +   o p t i o n s . c l a s s N a m e ,   p a r e n t ) . s t o p ( ) ;  
                                 v a r   c r e a t e d   =   ( u n d e r . l e n g t h   = =   0 ) ;  
                                 i f   ( c r e a t e d )   {  
                                         u n d e r   =   $ ( ' < d i v > & n b s p ; < / d i v > ' )  
                                                         . a d d C l a s s ( o p t i o n s . c l a s s N a m e )  
                                                         . a p p e n d T o ( p a r e n t ) . c s s ( o v e r S i z e ) ;  
                                 }  
  
                                 v a r   u n d e r O f f s e t   =   {  
                                         l e f t :   o v e r O f f s e t . l e f t   -   p a r e n t O f f s e t . l e f t   -  
                                                         ( u n d e r . o u t e r W i d t h ( )   -   u n d e r . w i d t h ( ) )   /   2 ,  
                                         t o p :   o v e r O f f s e t . t o p   -   p a r e n t O f f s e t . t o p   -  
                                                         ( u n d e r . o u t e r H e i g h t ( )   -   u n d e r . h e i g h t ( ) )   /   2  
                                 }  
  
                                 i f   ( c r e a t e d )   {  
                                         u n d e r . c s s ( u n d e r O f f s e t ) . c s s ( e f f e c t ) . a n i m a t e ( o v e r S i z e ,   {  
                                                 q u e u e :   f a l s e ,  
                                                 d u r a t i o n :   o p t i o n s . t o g g l e S p e e d ,  
                                                 e a s i n g :   o p t i o n s . e a s i n g  
                                         } ) ;  
                                 }  
                                 e l s e   {  
                                         v a r   u n d e r C S S   =   $ . e x t e n d ( { } ,   o v e r S i z e ,   u n d e r O f f s e t ) ;  
                                         u n d e r . a n i m a t e ( u n d e r C S S ,   {  
                                                 q u e u e :   f a l s e ,  
                                                 d u r a t i o n :   o p t i o n s . m o v e S p e e d ,  
                                                 e a s i n g :   o p t i o n s . e a s i n g  
                                         } ) ;  
                                 }  
                                 i f   ( $ . i s F u n c t i o n ( o p t i o n s . h o v e r E f f e c t ) )   {  
                                         u n d e r . q u e u e ( o p t i o n s . h o v e r E f f e c t ) ;  
                                 }  
                         } ,  
                                 f u n c t i o n ( e )   {  
                                 $ ( ' d i v . '   +   o p t i o n s . c l a s s N a m e ,   p a r e n t ) . a n i m a t e ( e f f e c t ,   {  
                                         q u e u e :   f a l s e ,  
                                         d u r a t i o n :   o p t i o n s . t o g g l e S p e e d ,  
                                         e a s i n g :   o p t i o n s . e a s i n g ,  
                                         c o m p l e t e :   f u n c t i o n ( )   {   $ ( t h i s ) . r e m o v e ( ) ;   }  
                                 } ) ;  
                         }  
                         ) ;  
                 }  
         } ) ;  
 } ) ( j Q u e r y ) ;  
 / * 
 *   W a t e r m a r k   p l u g i n   ( f o r   j Q u e r y ) 
 *   V e r s i o n :   1 . 0 
 *   @ r e q u i r e s   j Q u e r y   v 1 . 2   o r   l a t e r 
 *   C r e a t e d   b y   b a l d w i n   f o r   " S u n B l o g "   (   h t t p : / / w w w . d n n s u n . c o m   ) 
 * /  
 ( f u n c t i o n ( $ )   {  
         $ . f n . w a t e r m a r k   =   f u n c t i o n ( o p t i o n s )   {  
                 / /   b u i l d   m a i n   o p t i o n s   b e f o r e   e l e m e n t   i t e r a t i o n  
                 v a r   o p t s   =   $ . e x t e n d ( { } ,   $ . f n . w a t e r m a r k . d e f a u l t s ,   o p t i o n s ) ;  
  
                 r e t u r n   t h i s . e a c h ( f u n c t i o n ( )   {  
                         v a r   t a r g e t   =   $ ( t h i s ) ;  
  
                         f u n c t i o n   c l e a r ( )   {  
                                 i f   ( t a r g e t . v a l ( )   = =   o p t s . d e f a u l t T e x t  
                                         & &   t a r g e t . h a s C l a s s ( o p t s . w a t e r m a r k C s s ) )   {  
                                         t a r g e t . v a l ( " " ) . r e m o v e C l a s s ( o p t s . w a t e r m a r k C s s ) ;  
                                 }  
                         }  
  
                         f u n c t i o n   r e n d e r D e f a u l t ( )   {  
                                 i f   ( $ . t r i m ( t a r g e t . v a l ( ) )   = = =   ' ' )   {  
                                         t a r g e t . v a l ( o p t s . d e f a u l t T e x t ) . a d d C l a s s ( o p t s . w a t e r m a r k C s s ) ;  
                                 }  
                         }  
  
                         / /   B i n d   t h e   r e l a t e d   e v e n t   h a n d l e r s  
                         t a r g e t . f o c u s ( c l e a r ) ;  
                         t a r g e t . b l u r ( r e n d e r D e f a u l t ) ;  
                         t a r g e t . c h a n g e ( r e n d e r D e f a u l t ) ;  
  
                         r e n d e r D e f a u l t ( ) ;  
                 } ) ;  
         } ;  
  
         / /   p l u g i n   d e f a u l t s   s e t t i n g s  
         $ . f n . w a t e r m a r k . d e f a u l t s   =   {  
                 d e f a u l t T e x t :   ' s e a r c h ' ,  
                 w a t e r m a r k C s s :   ' w a t e r m a r k '  
         } ;  
 } ) ( j Q u e r y ) ;  
  
 / /   j Q u e r y   R a t e r   P l u g i n   1 . 1   C o p y r i g h t   2 0 0 8   J a r r e t t   V a n c e   h t t p : / / j v a n c e . c o m  
 ( f u n c t i o n ( $ )   {  
         $ . f n . r a t e r   =   f u n c t i o n ( o p t i o n s )   {  
                 v a r   o p t s   =   $ . e x t e n d ( { } ,   $ . f n . r a t e r . d e f a u l t s ,   o p t i o n s ) ;  
                 r e t u r n   t h i s . e a c h ( f u n c t i o n ( )   {  
                         v a r   $ t h i s   =   $ ( t h i s ) ;  
                         v a r   $ o n   =   $ t h i s . f i n d ( ' . u i - r a t e r - s t a r s O n ' ) ;  
                         v a r   $ o f f   =   $ t h i s . f i n d ( ' . u i - r a t e r - s t a r s O f f ' ) ;  
                         i f   ( o p t s . s i z e   = =   u n d e f i n e d )   o p t s . s i z e   =   $ o f f . h e i g h t ( ) ;  
                         i f   ( o p t s . r a t i n g   = =   u n d e f i n e d )   o p t s . r a t i n g   =   $ o n . w i d t h ( )   /   o p t s . s i z e ;  
                         i f   ( o p t s . i d   = =   u n d e f i n e d )   o p t s . i d   =   $ t h i s . a t t r ( ' i d ' ) ;  
  
                         $ o f f . m o u s e m o v e ( f u n c t i o n ( e )   {  
                                 v a r   l e f t   =   e . c l i e n t X   -   $ o f f . o f f s e t ( ) . l e f t ;  
                                 v a r   w i d t h   =   $ o f f . w i d t h ( )   -   ( $ o f f . w i d t h ( )   -   l e f t ) ;  
                                 w i d t h   =   M a t h . m i n ( M a t h . c e i l ( w i d t h   /   ( o p t s . s i z e   /   o p t s . s t e p ) )   *   o p t s . s i z e   /   o p t s . s t e p ,   o p t s . s i z e   *   o p t s . r a t i n g s . l e n g t h )  
                                 $ o n . w i d t h ( w i d t h ) ;  
                                 v a r   r   =   M a t h . r o u n d ( $ o n . w i d t h ( )   /   $ o f f . w i d t h ( )   *   ( o p t s . r a t i n g s . l e n g t h   *   o p t s . s t e p ) )   /   o p t s . s t e p ;  
                                 $ t h i s . a t t r ( ' t i t l e ' ,   o p t s . r a t i n g s [ r   -   1 ]   = =   u n d e f i n e d   ?   r   :   o p t s . r a t i n g s [ r   -   1 ] ) ;  
                         } ) . h o v e r ( f u n c t i o n ( e )   {   $ o n . a d d C l a s s ( ' u i - r a t e r - s t a r s H o v e r ' ) ;   } ,   f u n c t i o n ( e )   {  
                                 $ o n . r e m o v e C l a s s ( ' u i - r a t e r - s t a r s H o v e r ' ) ;   $ o n . w i d t h ( o p t s . r a t i n g   *   o p t s . s i z e ) ;  
                         } ) . c l i c k ( f u n c t i o n ( e )   {  
                                 v a r   r   =   M a t h . r o u n d ( $ o n . w i d t h ( )   /   $ o f f . w i d t h ( )   *   ( o p t s . r a t i n g s . l e n g t h   *   o p t s . s t e p ) )   /   o p t s . s t e p ;  
                                 $ . f n . r a t e r . r a t e ( $ t h i s ,   o p t s ,   r ) ;  
                         } ) . c s s ( ' c u r s o r ' ,   ' p o i n t e r ' ) ;   $ o n . c s s ( ' c u r s o r ' ,   ' p o i n t e r ' ) ;  
                 } ) ;  
         } ;  
  
         $ . f n . r a t e r . d e f a u l t s   =   {  
                 p o s t H r e f :   l o c a t i o n . h r e f ,  
                 r a t i n g s :   [ ' B a d ' ,   ' B o r i n g ' ,   ' A v e r a g e ' ,   ' G o o d ' ,   ' G r e a t ' ] ,  
                 s t e p :   1  
         } ;  
  
         $ . f n . r a t e r . r a t e   =   f u n c t i o n ( $ t h i s ,   o p t s ,   r a t i n g )   {  
                 v a r   $ o n   =   $ t h i s . f i n d ( ' . u i - r a t e r - s t a r s O n ' ) ;  
                 v a r   $ o f f   =   $ t h i s . f i n d ( ' . u i - r a t e r - s t a r s O f f ' ) ;  
                 $ o f f . f a d e T o ( 6 0 0 ,   0 . 4 ,   f u n c t i o n ( )   {  
                         $ . a j a x ( {  
                                 u r l :   o p t s . p o s t H r e f ,  
                                 t y p e :   " P O S T " ,  
                                 d a t a :   ' i d = '   +   o p t s . i d   +   ' & r a t i n g = '   +   r a t i n g ,  
                                 c o m p l e t e :   f u n c t i o n ( r e q )   {  
                                         i f   ( r e q . s t a t u s   = =   2 0 0 )   {   / / s u c c e s s  
                                                 i f   ( r e q . r e s p o n s e T e x t   = =   " H A S R A T E D " )   {  
                                                         a l e r t ( " Y o u   a l r e a d y   r a t e d   t h i s   p o s t " ) ;  
                                                 }   e l s e   {  
                                                         o p t s . r a t i n g   =   p a r s e F l o a t ( r e q . r e s p o n s e T e x t ) ;  
                                                         $ o f f . u n b i n d ( ' c l i c k ' ) . u n b i n d ( ' m o u s e m o v e ' ) . u n b i n d ( ' m o u s e e n t e r ' ) . u n b i n d ( ' m o u s e l e a v e ' ) ;  
                                                         $ o f f . c s s ( ' c u r s o r ' ,   ' d e f a u l t ' ) ;   $ o n . c s s ( ' c u r s o r ' ,   ' d e f a u l t ' ) ;  
                                                         $ o f f . f a d e T o ( 6 0 0 ,   0 . 1 ,   f u n c t i o n ( )   {  
                                                                 $ o n . r e m o v e C l a s s ( ' u i - r a t e r - s t a r s H o v e r ' ) . w i d t h ( o p t s . r a t i n g   *   o p t s . s i z e ) ;  
                                                                 v a r   $ c o u n t   =   $ t h i s . f i n d ( ' . u i - r a t e r - r a t e C o u n t ' ) ;  
                                                                 $ c o u n t . t e x t ( p a r s e I n t ( $ c o u n t . t e x t ( ) )   +   1 ) ;  
                                                                 $ t h i s . f i n d ( ' . u i - r a t e r - r a t i n g ' ) . t e x t ( o p t s . r a t i n g . t o F i x e d ( 1 ) ) ;  
                                                                 $ o f f . f a d e T o ( 5 0 0 ,   1 ) ;  
                                                                 $ t h i s . a t t r ( ' t i t l e ' ,   ' Y o u r   r a t i n g :   '   +   r a t i n g . t o F i x e d ( 1 ) ) ;  
                                                         } ) ;  
  
                                                         a l e r t ( " Y o u r   r a t i n g   h a s   b e e n   r e g i s t e r e d .   T h a n k   y o u ! " ) ;  
                                                 }  
                                         }   e l s e   {   / / f a i l u r e  
                                                 / / a l e r t ( r e q . r e s p o n s e T e x t ) ;  
                                                 a l e r t ( " A n   e r r o r   o c c u r e d   w h i l e   r e g i s t e r i n g   y o u r   r a t i n g .   P l e a s e   t r y   a g a i n " ) ;  
                                                 $ o f f . f a d e T o ( 2 2 0 0 ,   1 ) ;  
                                         }  
                                 }  
                         } ) ;  
                 } ) ;  
         } ;  
 } ) ( j Q u e r y ) ;  
 / *   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
 s 3 C a p c h a 	  
 D e v e l o p p e d   B y :   B o b a n   K a r i ai k   - >   h t t p : / / w w w . s e r i e 3 . i n f o /  
 I c o n s   a n d   c s s :   M é s z á r o s   R ó b e r t   - >   h t t p : / / w w w . p e r s p e c t i v e d . c o m /  
 V e r s i o n :   1 . 0  
  
 C o p y r i g h t :   F e e l   f r e e   t o   r e d i s t r i b u t e   t h e   s c r i p t / m o d i f y   i t ,   a s  
 l o n g   a s   y o u   l e a v e   m y   i n f o s   a t   t h e   t o p .  
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   * /  
 ( f u n c t i o n ( $ )   {  
         j Q u e r y . f n . e x t e n d ( {  
                 c h e c k :   f u n c t i o n ( )   {  
                         r e t u r n   t h i s . e a c h ( f u n c t i o n ( )   {   t h i s . c h e c k e d   =   t r u e ;   } ) ;  
                 } ,  
                 u n c h e c k :   f u n c t i o n ( )   {  
                         r e t u r n   t h i s . e a c h ( f u n c t i o n ( )   {   t h i s . c h e c k e d   =   f a l s e ;   } ) ;  
                 }  
         } ) ;  
  
  
         $ . f n . s 3 C a p c h a   =   f u n c t i o n ( v a r s )   {  
                 v a r   e l e m e n t   =   t h i s ;  
                 v a r   s p a n s   =   $ ( " # "   +   e l e m e n t [ 0 ] . i d   +   "   d i v   s p a n " ) ;  
                 v a r   r a d i o s   =   $ ( " # "   +   e l e m e n t [ 0 ] . i d   +   "   d i v   s p a n   i n p u t " ) ;  
                 v a r   i m a g e s   =   $ ( " # "   +   e l e m e n t [ 0 ] . i d   +   "   d i v   . i m g " ) ;  
                 / /   h i d e   r a d i o s   / /  
                 s p a n s . c s s ( {   ' d i s p l a y ' :   ' n o n e '   } ) ;  
                 / /   s h o w   i m a g e s   / /  
                 i m a g e s . c s s ( {   ' d i s p l a y ' :   ' b l o c k '   } ) ;  
  
                 i m a g e s . e a c h ( f u n c t i o n ( i )   {  
                         $ ( i m a g e s [ i ] ) . c l i c k ( f u n c t i o n ( )   {  
                                 i m a g e s . c s s ( {   ' b a c k g r o u n d - p o s i t i o n ' :   ' b o t t o m   l e f t '   } ) ;  
                                 $ ( i m a g e s [ i ] ) . c s s ( {   ' b a c k g r o u n d - p o s i t i o n ' :   ' t o p   l e f t '   } ) ;  
                                 $ ( r a d i o s [ i ] ) . c h e c k ( ) ;  
                         } ) ;  
                 } ) ;  
  
         }  
  
 } ) ( j Q u e r y ) ;  
 / * *  
 *   S W F O b j e c t   v 1 . 4 :   F l a s h   P l a y e r   d e t e c t i o n   a n d   e m b e d   -   h t t p : / / b l o g . d e c o n c e p t . c o m / s w f o b j e c t /  
 *  
 *   S W F O b j e c t   i s   ( c )   2 0 0 6   G e o f f   S t e a r n s   a n d   i s   r e l e a s e d   u n d e r   t h e   M I T   L i c e n s e :  
 *   h t t p : / / w w w . o p e n s o u r c e . o r g / l i c e n s e s / m i t - l i c e n s e . p h p  
 *  
 *   * * S W F O b j e c t   i s   t h e   S W F   e m b e d   s c r i p t   f o r m a r l y   k n o w n   a s   F l a s h O b j e c t .   T h e   n a m e   w a s   c h a n g e d   f o r  
 *       l e g a l   r e a s o n s .  
 * /  
 i f   ( t y p e o f   d e c o n c e p t   = =   " u n d e f i n e d " )   {   v a r   d e c o n c e p t   =   n e w   O b j e c t ( ) ;   }  
 i f   ( t y p e o f   d e c o n c e p t . u t i l   = =   " u n d e f i n e d " )   {   d e c o n c e p t . u t i l   =   n e w   O b j e c t ( ) ;   }  
 i f   ( t y p e o f   d e c o n c e p t . S W F O b j e c t U t i l   = =   " u n d e f i n e d " )   {   d e c o n c e p t . S W F O b j e c t U t i l   =   n e w   O b j e c t ( ) ;   }  
 d e c o n c e p t . S W F O b j e c t   =   f u n c t i o n ( _ 1 ,   i d ,   w ,   h ,   _ 5 ,   c ,   _ 7 ,   _ 8 ,   _ 9 ,   _ a ,   _ b )   {  
         i f   ( ! d o c u m e n t . c r e a t e E l e m e n t   | |   ! d o c u m e n t . g e t E l e m e n t B y I d )   {   r e t u r n ;   }  
         t h i s . D E T E C T _ K E Y   =   _ b   ?   _ b   :   " d e t e c t f l a s h " ;  
         t h i s . s k i p D e t e c t   =   d e c o n c e p t . u t i l . g e t R e q u e s t P a r a m e t e r ( t h i s . D E T E C T _ K E Y ) ;  
         t h i s . p a r a m s   =   n e w   O b j e c t ( ) ;  
         t h i s . v a r i a b l e s   =   n e w   O b j e c t ( ) ;  
         t h i s . a t t r i b u t e s   =   n e w   A r r a y ( ) ;  
         i f   ( _ 1 )   {   t h i s . s e t A t t r i b u t e ( " s w f " ,   _ 1 ) ;   }  
         i f   ( i d )   {   t h i s . s e t A t t r i b u t e ( " i d " ,   i d ) ;   }  
         i f   ( w )   {   t h i s . s e t A t t r i b u t e ( " w i d t h " ,   w ) ;   }  
         i f   ( h )   {   t h i s . s e t A t t r i b u t e ( " h e i g h t " ,   h ) ;   }  
         i f   ( _ 5 )   {   t h i s . s e t A t t r i b u t e ( " v e r s i o n " ,   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( _ 5 . t o S t r i n g ( ) . s p l i t ( " . " ) ) ) ;   }  
         t h i s . i n s t a l l e d V e r   =   d e c o n c e p t . S W F O b j e c t U t i l . g e t P l a y e r V e r s i o n ( t h i s . g e t A t t r i b u t e ( " v e r s i o n " ) ,   _ 7 ) ;  
         i f   ( c )   {   t h i s . a d d P a r a m ( " b g c o l o r " ,   c ) ;   }  
         v a r   q   =   _ 8   ?   _ 8   :   " h i g h " ;  
         t h i s . a d d P a r a m ( " q u a l i t y " ,   q ) ;  
         t h i s . s e t A t t r i b u t e ( " u s e E x p r e s s I n s t a l l " ,   _ 7 ) ;  
         t h i s . s e t A t t r i b u t e ( " d o E x p r e s s I n s t a l l " ,   f a l s e ) ;  
         v a r   _ d   =   ( _ 9 )   ?   _ 9   :   w i n d o w . l o c a t i o n ;  
         t h i s . s e t A t t r i b u t e ( " x i R e d i r e c t U r l " ,   _ d ) ;  
         t h i s . s e t A t t r i b u t e ( " r e d i r e c t U r l " ,   " " ) ;  
         i f   ( _ a )   {   t h i s . s e t A t t r i b u t e ( " r e d i r e c t U r l " ,   _ a ) ;   }  
 } ;  
 d e c o n c e p t . S W F O b j e c t . p r o t o t y p e   =   {   s e t A t t r i b u t e :   f u n c t i o n ( _ e ,   _ f )   {  
                 t h i s . a t t r i b u t e s [ _ e ]   =   _ f ;  
         } ,   g e t A t t r i b u t e :   f u n c t i o n ( _ 1 0 )   {  
                 r e t u r n   t h i s . a t t r i b u t e s [ _ 1 0 ] ;  
         } ,   a d d P a r a m :   f u n c t i o n ( _ 1 1 ,   _ 1 2 )   {  
                 t h i s . p a r a m s [ _ 1 1 ]   =   _ 1 2 ;  
         } ,   g e t P a r a m s :   f u n c t i o n ( )   {  
                 r e t u r n   t h i s . p a r a m s ;  
         } ,   a d d V a r i a b l e :   f u n c t i o n ( _ 1 3 ,   _ 1 4 )   {  
                 t h i s . v a r i a b l e s [ _ 1 3 ]   =   _ 1 4 ;  
         } ,   g e t V a r i a b l e :   f u n c t i o n ( _ 1 5 )   {  
                 r e t u r n   t h i s . v a r i a b l e s [ _ 1 5 ] ;  
         } ,   g e t V a r i a b l e s :   f u n c t i o n ( )   {  
                 r e t u r n   t h i s . v a r i a b l e s ;  
         } ,   g e t V a r i a b l e P a i r s :   f u n c t i o n ( )   {  
                 v a r   _ 1 6   =   n e w   A r r a y ( ) ;  
                 v a r   k e y ;  
                 v a r   _ 1 8   =   t h i s . g e t V a r i a b l e s ( ) ;  
                 f o r   ( k e y   i n   _ 1 8 )   {  
                         _ 1 6 . p u s h ( k e y   +   " = "   +   _ 1 8 [ k e y ] ) ;  
                 }  
                 r e t u r n   _ 1 6 ;  
         } ,   g e t S W F H T M L :   f u n c t i o n ( )   {  
                 v a r   _ 1 9   =   " " ;  
                 i f   ( n a v i g a t o r . p l u g i n s   & &   n a v i g a t o r . m i m e T y p e s   & &   n a v i g a t o r . m i m e T y p e s . l e n g t h )   {  
                         i f   ( t h i s . g e t A t t r i b u t e ( " d o E x p r e s s I n s t a l l " ) )   {   t h i s . a d d V a r i a b l e ( " M M p l a y e r T y p e " ,   " P l u g I n " ) ;   }  
                         _ 1 9   =   " < e m b e d   t y p e = \ " a p p l i c a t i o n / x - s h o c k w a v e - f l a s h \ "   s r c = \ " "   +   t h i s . g e t A t t r i b u t e ( " s w f " )   +   " \ "   w i d t h = \ " "   +   t h i s . g e t A t t r i b u t e ( " w i d t h " )   +   " \ "   h e i g h t = \ " "   +   t h i s . g e t A t t r i b u t e ( " h e i g h t " )   +   " \ " " ;  
                         _ 1 9   + =   "   i d = \ " "   +   t h i s . g e t A t t r i b u t e ( " i d " )   +   " \ "   n a m e = \ " "   +   t h i s . g e t A t t r i b u t e ( " i d " )   +   " \ "   " ;  
                         v a r   _ 1 a   =   t h i s . g e t P a r a m s ( ) ;  
                         f o r   ( v a r   k e y   i n   _ 1 a )   {   _ 1 9   + =   [ k e y ]   +   " = \ " "   +   _ 1 a [ k e y ]   +   " \ "   " ;   }  
                         v a r   _ 1 c   =   t h i s . g e t V a r i a b l e P a i r s ( ) . j o i n ( " & " ) ;  
                         i f   ( _ 1 c . l e n g t h   >   0 )   {   _ 1 9   + =   " f l a s h v a r s = \ " "   +   _ 1 c   +   " \ " " ;   }  
                         _ 1 9   + =   " / > " ;  
                 }   e l s e   {  
                         i f   ( t h i s . g e t A t t r i b u t e ( " d o E x p r e s s I n s t a l l " ) )   {   t h i s . a d d V a r i a b l e ( " M M p l a y e r T y p e " ,   " A c t i v e X " ) ;   }  
                         _ 1 9   =   " < o b j e c t   i d = \ " "   +   t h i s . g e t A t t r i b u t e ( " i d " )   +   " \ "   c l a s s i d = \ " c l s i d : D 2 7 C D B 6 E - A E 6 D - 1 1 c f - 9 6 B 8 - 4 4 4 5 5 3 5 4 0 0 0 0 \ "   w i d t h = \ " "   +   t h i s . g e t A t t r i b u t e ( " w i d t h " )   +   " \ "   h e i g h t = \ " "   +   t h i s . g e t A t t r i b u t e ( " h e i g h t " )   +   " \ " > " ;  
                         _ 1 9   + =   " < p a r a m   n a m e = \ " m o v i e \ "   v a l u e = \ " "   +   t h i s . g e t A t t r i b u t e ( " s w f " )   +   " \ "   / > " ;  
                         v a r   _ 1 d   =   t h i s . g e t P a r a m s ( ) ;  
                         f o r   ( v a r   k e y   i n   _ 1 d )   {   _ 1 9   + =   " < p a r a m   n a m e = \ " "   +   k e y   +   " \ "   v a l u e = \ " "   +   _ 1 d [ k e y ]   +   " \ "   / > " ;   }  
                         v a r   _ 1 f   =   t h i s . g e t V a r i a b l e P a i r s ( ) . j o i n ( " & " ) ;  
                         i f   ( _ 1 f . l e n g t h   >   0 )   {   _ 1 9   + =   " < p a r a m   n a m e = \ " f l a s h v a r s \ "   v a l u e = \ " "   +   _ 1 f   +   " \ "   / > " ;   }  
                         _ 1 9   + =   " < / o b j e c t > " ;  
                 }  
                 r e t u r n   _ 1 9 ;  
         } ,   w r i t e :   f u n c t i o n ( _ 2 0 )   {  
                 i f   ( t h i s . g e t A t t r i b u t e ( " u s e E x p r e s s I n s t a l l " ) )   {  
                         v a r   _ 2 1   =   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( [ 6 ,   0 ,   6 5 ] ) ;  
                         i f   ( t h i s . i n s t a l l e d V e r . v e r s i o n I s V a l i d ( _ 2 1 )   & &   ! t h i s . i n s t a l l e d V e r . v e r s i o n I s V a l i d ( t h i s . g e t A t t r i b u t e ( " v e r s i o n " ) ) )   {  
                                 t h i s . s e t A t t r i b u t e ( " d o E x p r e s s I n s t a l l " ,   t r u e ) ;  
                                 t h i s . a d d V a r i a b l e ( " M M r e d i r e c t U R L " ,   e s c a p e ( t h i s . g e t A t t r i b u t e ( " x i R e d i r e c t U r l " ) ) ) ;  
                                 d o c u m e n t . t i t l e   =   d o c u m e n t . t i t l e . s l i c e ( 0 ,   4 7 )   +   "   -   F l a s h   P l a y e r   I n s t a l l a t i o n " ;  
                                 t h i s . a d d V a r i a b l e ( " M M d o c t i t l e " ,   d o c u m e n t . t i t l e ) ;  
                         }  
                 }  
                 i f   ( t h i s . s k i p D e t e c t   | |   t h i s . g e t A t t r i b u t e ( " d o E x p r e s s I n s t a l l " )   | |   t h i s . i n s t a l l e d V e r . v e r s i o n I s V a l i d ( t h i s . g e t A t t r i b u t e ( " v e r s i o n " ) ) )   {  
                         v a r   n   =   ( t y p e o f   _ 2 0   = =   " s t r i n g " )   ?   d o c u m e n t . g e t E l e m e n t B y I d ( _ 2 0 )   :   _ 2 0 ;  
                         n . i n n e r H T M L   =   t h i s . g e t S W F H T M L ( ) ;  
                         r e t u r n   t r u e ;  
                 }   e l s e   {  
                         i f   ( t h i s . g e t A t t r i b u t e ( " r e d i r e c t U r l " )   ! =   " " )   {   d o c u m e n t . l o c a t i o n . r e p l a c e ( t h i s . g e t A t t r i b u t e ( " r e d i r e c t U r l " ) ) ;   }  
                 }  
                 r e t u r n   f a l s e ;  
         }  
 } ;  
 d e c o n c e p t . S W F O b j e c t U t i l . g e t P l a y e r V e r s i o n   =   f u n c t i o n ( _ 2 3 ,   _ 2 4 )   {  
         v a r   _ 2 5   =   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( [ 0 ,   0 ,   0 ] ) ;  
         i f   ( n a v i g a t o r . p l u g i n s   & &   n a v i g a t o r . m i m e T y p e s . l e n g t h )   {  
                 v a r   x   =   n a v i g a t o r . p l u g i n s [ " S h o c k w a v e   F l a s h " ] ;  
                 i f   ( x   & &   x . d e s c r i p t i o n )   {   _ 2 5   =   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( x . d e s c r i p t i o n . r e p l a c e ( / ( [ a - z ] | [ A - Z ] | \ s ) + / ,   " " ) . r e p l a c e ( / ( \ s + r | \ s + b [ 0 - 9 ] + ) / ,   " . " ) . s p l i t ( " . " ) ) ;   }  
         }   e l s e   {  
                 t r y   {  
                         v a r   a x o   =   n e w   A c t i v e X O b j e c t ( " S h o c k w a v e F l a s h . S h o c k w a v e F l a s h " ) ;  
                         f o r   ( v a r   i   =   3 ;   a x o   ! =   n u l l ;   i + + )   {  
                                 a x o   =   n e w   A c t i v e X O b j e c t ( " S h o c k w a v e F l a s h . S h o c k w a v e F l a s h . "   +   i ) ;  
                                 _ 2 5   =   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( [ i ,   0 ,   0 ] ) ;  
                         }  
                 }  
                 c a t c h   ( e )   {   }  
                 i f   ( _ 2 3   & &   _ 2 5 . m a j o r   >   _ 2 3 . m a j o r )   {   r e t u r n   _ 2 5 ;   }  
                 i f   ( ! _ 2 3   | |   ( ( _ 2 3 . m i n o r   ! =   0   | |   _ 2 3 . r e v   ! =   0 )   & &   _ 2 5 . m a j o r   = =   _ 2 3 . m a j o r )   | |   _ 2 5 . m a j o r   ! =   6   | |   _ 2 4 )   {  
                         t r y   {   _ 2 5   =   n e w   d e c o n c e p t . P l a y e r V e r s i o n ( a x o . G e t V a r i a b l e ( " $ v e r s i o n " ) . s p l i t ( "   " ) [ 1 ] . s p l i t ( " , " ) ) ;   }  
                         c a t c h   ( e )   {   }  
                 }  
         }  
         r e t u r n   _ 2 5 ;  
 } ;  
 d e c o n c e p t . P l a y e r V e r s i o n   =   f u n c t i o n ( _ 2 9 )   {  
         t h i s . m a j o r   =   p a r s e I n t ( _ 2 9 [ 0 ] )   ! =   n u l l   ?   p a r s e I n t ( _ 2 9 [ 0 ] )   :   0 ;  
         t h i s . m i n o r   =   p a r s e I n t ( _ 2 9 [ 1 ] )   | |   0 ;  
         t h i s . r e v   =   p a r s e I n t ( _ 2 9 [ 2 ] )   | |   0 ;  
 } ;  
 d e c o n c e p t . P l a y e r V e r s i o n . p r o t o t y p e . v e r s i o n I s V a l i d   =   f u n c t i o n ( f v )   {  
         i f   ( t h i s . m a j o r   <   f v . m a j o r )   {   r e t u r n   f a l s e ;   }  
         i f   ( t h i s . m a j o r   >   f v . m a j o r )   {   r e t u r n   t r u e ;   }  
         i f   ( t h i s . m i n o r   <   f v . m i n o r )   {   r e t u r n   f a l s e ;   }  
         i f   ( t h i s . m i n o r   >   f v . m i n o r )   {   r e t u r n   t r u e ;   }  
         i f   ( t h i s . r e v   <   f v . r e v )   {   r e t u r n   f a l s e ;   }   r e t u r n   t r u e ;  
 } ;  
 d e c o n c e p t . u t i l   =   {   g e t R e q u e s t P a r a m e t e r :   f u n c t i o n ( _ 2 b )   {  
                 v a r   q   =   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 ;  
                 i f   ( q )   {  
                         v a r   _ 2 d   =   q . i n d e x O f ( _ 2 b   +   " = " ) ;  
                         v a r   _ 2 e   =   ( q . i n d e x O f ( " & " ,   _ 2 d )   >   - 1 )   ?   q . i n d e x O f ( " & " ,   _ 2 d )   :   q . l e n g t h ;  
                         i f   ( q . l e n g t h   >   1   & &   _ 2 d   >   - 1 )   {  
                                 r e t u r n   q . s u b s t r i n g ( q . i n d e x O f ( " = " ,   _ 2 d )   +   1 ,   _ 2 e ) ;  
                         }  
                 }   r e t u r n   " " ;  
         }  
 } ;  
 i f   ( A r r a y . p r o t o t y p e . p u s h   = =   n u l l )   {  
         A r r a y . p r o t o t y p e . p u s h   =   f u n c t i o n ( _ 2 f )   {  
                 t h i s [ t h i s . l e n g t h ]   =   _ 2 f ;  
                 r e t u r n   t h i s . l e n g t h ;  
         } ;  
 }  
 v a r   g e t Q u e r y P a r a m V a l u e   =   d e c o n c e p t . u t i l . g e t R e q u e s t P a r a m e t e r ;  
 v a r   F l a s h O b j e c t   =   d e c o n c e p t . S W F O b j e c t ;   / /   f o r   b a c k w a r d s   c o m p a t i b i l i t y  
 v a r   S W F O b j e c t   =   d e c o n c e p t . S W F O b j e c t ; 
