ÿþ/ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  
 s c a l a b l e   I n m a n   F l a s h   R e p l a c e m e n t   ( s I F R )   v e r s i o n   3 ,   r e v i s i o n   4 3 6 .  
  
 C o p y r i g h t   2 0 0 6      2 0 0 8   M a r k   W u b b e n ,   < h t t p : / / n o v e m b e r b o r n . n e t / >  
  
 O l d e r   v e r s i o n s :  
 *   I F R   b y   S h a u n   I n m a n  
 *   s I F R   1 . 0   b y   M i k e   D a v i d s o n ,   S h a u n   I n m a n   a n d   T o m a s   J o g i n  
 *   s I F R   2 . 0   b y   M i k e   D a v i d s o n ,   S h a u n   I n m a n ,   T o m a s   J o g i n   a n d   M a r k   W u b b e n  
  
 S e e   a l s o   < h t t p : / / n o v e m b e r b o r n . n e t / s i f r 3 >   a n d   < h t t p : / / w i k i . n o v e m b e r b o r n . n e t / s i f r 3 > .  
  
 T h i s   s o f t w a r e   i s   l i c e n s e d   a n d   p r o v i d e d   u n d e r   t h e   C C - G N U   L G P L .  
 S e e   < h t t p : / / c r e a t i v e c o m m o n s . o r g / l i c e n s e s / L G P L / 2 . 1 / >  
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 v a r   s I F R = n e w   f u n c t i o n ( ) { v a r   O = t h i s ; v a r   E = { A C T I V E : " s I F R - a c t i v e " , R E P L A C E D : " s I F R - r e p l a c e d " , I G N O R E : " s I F R - i g n o r e " , A L T E R N A T E : " s I F R - a l t e r n a t e " , C L A S S : " s I F R - c l a s s " , L A Y O U T : " s I F R - l a y o u t " , F L A S H : " s I F R - f l a s h " , F I X _ F O C U S : " s I F R - f i x f o c u s " , D U M M Y : " s I F R - d u m m y " } ; E . I G N O R E _ C L A S S E S = [ E . R E P L A C E D , E . I G N O R E , E . A L T E R N A T E ] ; t h i s . M I N _ F O N T _ S I Z E = 6 ; t h i s . M A X _ F O N T _ S I Z E = 1 2 6 ; t h i s . F L A S H _ P A D D I N G _ B O T T O M = 5 ; t h i s . V E R S I O N = " 4 3 6 " ; t h i s . i s A c t i v e = f a l s e ; t h i s . i s E n a b l e d = t r u e ; t h i s . f i x H o v e r = t r u e ; t h i s . a u t o I n i t i a l i z e = t r u e ; t h i s . s e t P r e f e t c h C o o k i e = t r u e ; t h i s . c o o k i e P a t h = " / " ; t h i s . d o m a i n s = [ ] ; t h i s . f o r c e W i d t h = t r u e ; t h i s . f i t E x a c t l y = f a l s e ; t h i s . f o r c e T e x t T r a n s f o r m = t r u e ; t h i s . u s e D o m L o a d e d = t r u e ; t h i s . u s e S t y l e C h e c k = f a l s e ; t h i s . h a s F l a s h C l a s s S e t = f a l s e ; t h i s . r e p a i n t O n R e s i z e = t r u e ; t h i s . r e p l a c e m e n t s = [ ] ; v a r   L = 0 ; v a r   R = f a l s e ; f u n c t i o n   Y ( ) { } f u n c t i o n   D ( c ) { f u n c t i o n   d ( e ) { r e t u r n   e . t o L o c a l e U p p e r C a s e ( ) } t h i s . n o r m a l i z e = f u n c t i o n ( e ) { r e t u r n   e . r e p l a c e ( / \ n | \ r | \ x A 0 / g , D . S I N G L E _ W H I T E S P A C E ) . r e p l a c e ( / \ s + / g , D . S I N G L E _ W H I T E S P A C E ) } ; t h i s . t e x t T r a n s f o r m = f u n c t i o n ( e , f ) { s w i t c h ( e ) { c a s e " u p p e r c a s e " : r e t u r n   f . t o L o c a l e U p p e r C a s e ( ) ; c a s e " l o w e r c a s e " : r e t u r n   f . t o L o c a l e L o w e r C a s e ( ) ; c a s e " c a p i t a l i z e " : r e t u r n   f . r e p l a c e ( / ^ \ w | \ s \ w / g , d ) } r e t u r n   f } ; t h i s . t o H e x S t r i n g = f u n c t i o n ( e ) { i f ( e . c h a r A t ( 0 ) ! = " # " | | e . l e n g t h ! = 4 & & e . l e n g t h ! = 7 ) { r e t u r n   e } e = e . s u b s t r i n g ( 1 ) ; r e t u r n " 0 x " + ( e . l e n g t h = = 3 ? e . r e p l a c e ( / ( . ) ( . ) ( . ) / , " $ 1 $ 1 $ 2 $ 2 $ 3 $ 3 " ) : e ) } ; t h i s . t o J s o n = f u n c t i o n ( g , f ) { v a r   e = " " ; s w i t c h ( t y p e o f ( g ) ) { c a s e " s t r i n g " : e = ' " ' + f ( g ) + ' " ' ; b r e a k ; c a s e " n u m b e r " : c a s e " b o o l e a n " : e = g . t o S t r i n g ( ) ; b r e a k ; c a s e " o b j e c t " : e = [ ] ; f o r ( v a r   h   i n   g ) { i f ( g [ h ] = = O b j e c t . p r o t o t y p e [ h ] ) { c o n t i n u e } e . p u s h ( ' " ' + h + ' " : ' + t h i s . t o J s o n ( g [ h ] ) ) } e = " { " + e . j o i n ( " , " ) + " } " ; b r e a k } r e t u r n   e } ; t h i s . c o n v e r t C s s A r g = f u n c t i o n ( e ) { i f ( ! e ) { r e t u r n { } } i f ( t y p e o f ( e ) = = " o b j e c t " ) { i f ( e . c o n s t r u c t o r = = A r r a y ) { e = e . j o i n ( " " ) } e l s e { r e t u r n   e } } v a r   l = { } ; v a r   m = e . s p l i t ( " } " ) ; f o r ( v a r   h = 0 ; h < m . l e n g t h ; h + + ) { v a r   k = m [ h ] . m a t c h ( / ( [ ^ \ s { ] + ) \ s * \ { ( . + ) \ s * ; ? \ s * / ) ; i f ( ! k | | k . l e n g t h ! = 3 ) { c o n t i n u e } i f ( ! l [ k [ 1 ] ] ) { l [ k [ 1 ] ] = { } } v a r   g = k [ 2 ] . s p l i t ( " ; " ) ; f o r ( v a r   f = 0 ; f < g . l e n g t h ; f + + ) { v a r   n = g [ f ] . m a t c h ( / \ s * ( [ ^ : \ s ] + ) \ s * \ : \ s * ( [ ^ ; ] + ) / ) ; i f ( ! n | | n . l e n g t h ! = 3 ) { c o n t i n u e } l [ k [ 1 ] ] [ n [ 1 ] ] = n [ 2 ] . r e p l a c e ( / \ s + $ / , " " ) } } r e t u r n   l } ; t h i s . e x t r a c t F r o m C s s = f u n c t i o n ( g , f , i , e ) { v a r   h = n u l l ; i f ( g & & g [ f ] & & g [ f ] [ i ] ) { h = g [ f ] [ i ] ; i f ( e ) { d e l e t e   g [ f ] [ i ] } } r e t u r n   h } ; t h i s . c s s T o S t r i n g = f u n c t i o n ( f ) { v a r   g = [ ] ; f o r ( v a r   e   i n   f ) { v a r   j = f [ e ] ; i f ( j = = O b j e c t . p r o t o t y p e [ e ] ) { c o n t i n u e } g . p u s h ( e , " { " ) ; f o r ( v a r   i   i n   j ) { i f ( j [ i ] = = O b j e c t . p r o t o t y p e [ i ] ) { c o n t i n u e } v a r   h = j [ i ] ; i f ( D . U N I T _ R E M O V A L _ P R O P E R T I E S [ i ] ) { h = p a r s e I n t ( h , 1 0 ) } g . p u s h ( i , " : " , h , " ; " ) } g . p u s h ( " } " ) } r e t u r n   g . j o i n ( " " ) } ; t h i s . e s c a p e = f u n c t i o n ( e ) { r e t u r n   e s c a p e ( e ) . r e p l a c e ( / \ + / g , " % 2 B " ) } ; t h i s . e n c o d e V a r s = f u n c t i o n ( e ) { r e t u r n   e . j o i n ( " & " ) . r e p l a c e ( / % / g , " % 2 5 " ) } ; t h i s . c o p y P r o p e r t i e s = f u n c t i o n ( g , f ) { f o r ( v a r   e   i n   g ) { i f ( f [ e ] = = = u n d e f i n e d ) { f [ e ] = g [ e ] } } r e t u r n   f } ; t h i s . d o m a i n = f u n c t i o n ( ) { v a r   f = " " ; t r y { f = d o c u m e n t . d o m a i n } c a t c h ( g ) { } r e t u r n   f } ; t h i s . d o m a i n M a t c h e s = f u n c t i o n ( h , g ) { i f ( g = = " * " | | g = = h ) { r e t u r n   t r u e } v a r   f = g . l a s t I n d e x O f ( " * " ) ; i f ( f > - 1 ) { g = g . s u b s t r ( f + 1 ) ; v a r   e = h . l a s t I n d e x O f ( g ) ; i f ( e > - 1 & & ( e + g . l e n g t h ) = = h . l e n g t h ) { r e t u r n   t r u e } } r e t u r n   f a l s e } ; t h i s . u r i E n c o d e = f u n c t i o n ( e ) { r e t u r n   e n c o d e U R I ( d e c o d e U R I C o m p o n e n t ( e ) ) } ; t h i s . d e l a y = f u n c t i o n ( f , h , g ) { v a r   e = A r r a y . p r o t o t y p e . s l i c e . c a l l ( a r g u m e n t s , 3 ) ; s e t T i m e o u t ( f u n c t i o n ( ) { h . a p p l y ( g , e ) } , f ) } } D . U N I T _ R E M O V A L _ P R O P E R T I E S = { l e a d i n g : t r u e , " m a r g i n - l e f t " : t r u e , " m a r g i n - r i g h t " : t r u e , " t e x t - i n d e n t " : t r u e } ; D . S I N G L E _ W H I T E S P A C E = "   " ; f u n c t i o n   U ( e ) { v a r   d = t h i s ; f u n c t i o n   c ( g , j , h ) { v a r   k = d . g e t S t y l e A s I n t ( g , j , e . u a . i e ) ; i f ( k = = 0 ) { k = g [ h ] ; f o r ( v a r   f = 3 ; f < a r g u m e n t s . l e n g t h ; f + + ) { k - = d . g e t S t y l e A s I n t ( g , a r g u m e n t s [ f ] , t r u e ) } } r e t u r n   k } t h i s . g e t B o d y = f u n c t i o n ( ) { r e t u r n   d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " b o d y " ) [ 0 ] | | n u l l } ; t h i s . q u e r y S e l e c t o r A l l = f u n c t i o n ( f ) { r e t u r n   w i n d o w . p a r s e S e l e c t o r ( f ) } ; t h i s . a d d C l a s s = f u n c t i o n ( f , g ) { i f ( g ) { g . c l a s s N a m e = ( ( g . c l a s s N a m e | | " " ) = = " " ? " " : g . c l a s s N a m e + "   " ) + f } } ; t h i s . r e m o v e C l a s s = f u n c t i o n ( f , g ) { i f ( g ) { g . c l a s s N a m e = g . c l a s s N a m e . r e p l a c e ( n e w   R e g E x p ( " ( ^ | \ \ s ) " + f + " ( \ \ s | $ ) " ) , " " ) . r e p l a c e ( / ^ \ s + | ( \ s ) \ s + / g , " $ 1 " ) } } ; t h i s . h a s C l a s s = f u n c t i o n ( f , g ) { r e t u r n   n e w   R e g E x p ( " ( ^ | \ \ s ) " + f + " ( \ \ s | $ ) " ) . t e s t ( g . c l a s s N a m e ) } ; t h i s . h a s O n e O f C l a s s s e s = f u n c t i o n ( h , g ) { f o r ( v a r   f = 0 ; f < h . l e n g t h ; f + + ) { i f ( t h i s . h a s C l a s s ( h [ f ] , g ) ) { r e t u r n   t r u e } } r e t u r n   f a l s e } ; t h i s . a n c e s t o r H a s C l a s s = f u n c t i o n ( g , f ) { g = g . p a r e n t N o d e ; w h i l e ( g & & g . n o d e T y p e = = 1 ) { i f ( t h i s . h a s C l a s s ( f , g ) ) { r e t u r n   t r u e } g = g . p a r e n t N o d e } r e t u r n   f a l s e } ; t h i s . c r e a t e = f u n c t i o n ( f , g ) { v a r   h = d o c u m e n t . c r e a t e E l e m e n t N S ? d o c u m e n t . c r e a t e E l e m e n t N S ( U . X H T M L _ N S , f ) : d o c u m e n t . c r e a t e E l e m e n t ( f ) ; i f ( g ) { h . c l a s s N a m e = g } r e t u r n   h } ; t h i s . g e t C o m p u t e d S t y l e = f u n c t i o n ( h , i ) { v a r   f ; i f ( d o c u m e n t . d e f a u l t V i e w & & d o c u m e n t . d e f a u l t V i e w . g e t C o m p u t e d S t y l e ) { v a r   g = d o c u m e n t . d e f a u l t V i e w . g e t C o m p u t e d S t y l e ( h , n u l l ) ; f = g ? g [ i ] : n u l l } e l s e { i f ( h . c u r r e n t S t y l e ) { f = h . c u r r e n t S t y l e [ i ] } } r e t u r n   f | | " " } ; t h i s . g e t S t y l e A s I n t = f u n c t i o n ( g , i , f ) { v a r   h = t h i s . g e t C o m p u t e d S t y l e ( g , i ) ; i f ( f & & ! / p x $ / . t e s t ( h ) ) { r e t u r n   0 } r e t u r n   p a r s e I n t ( h ) | | 0 } ; t h i s . g e t W i d t h F r o m S t y l e = f u n c t i o n ( f ) { r e t u r n   c ( f , " w i d t h " , " o f f s e t W i d t h " , " p a d d i n g R i g h t " , " p a d d i n g L e f t " , " b o r d e r R i g h t W i d t h " , " b o r d e r L e f t W i d t h " ) } ; t h i s . g e t H e i g h t F r o m S t y l e = f u n c t i o n ( f ) { r e t u r n   c ( f , " h e i g h t " , " o f f s e t H e i g h t " , " p a d d i n g T o p " , " p a d d i n g B o t t o m " , " b o r d e r T o p W i d t h " , " b o r d e r B o t t o m W i d t h " ) } ; t h i s . g e t D i m e n s i o n s = f u n c t i o n ( j ) { v a r   h = j . o f f s e t W i d t h ; v a r   f = j . o f f s e t H e i g h t ; i f ( h = = 0 | | f = = 0 ) { f o r ( v a r   g = 0 ; g < j . c h i l d N o d e s . l e n g t h ; g + + ) { v a r   k = j . c h i l d N o d e s [ g ] ; i f ( k . n o d e T y p e ! = 1 ) { c o n t i n u e } h = M a t h . m a x ( h , k . o f f s e t W i d t h ) ; f = M a t h . m a x ( f , k . o f f s e t H e i g h t ) } } r e t u r n { w i d t h : h , h e i g h t : f } } ; t h i s . g e t V i e w p o r t = f u n c t i o n ( ) { r e t u r n { w i d t h : w i n d o w . i n n e r W i d t h | | 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 W i d t h | | t h i s . g e t B o d y ( ) . c l i e n t W i d t h , h e i g h t : w i n d o w . i n n e r 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 | | t h i s . g e t B o d y ( ) . c l i e n t H e i g h t } } ; t h i s . b l u r E l e m e n t = f u n c t i o n ( g ) { t r y { g . b l u r ( ) ; r e t u r n } c a t c h ( h ) { } v a r   f = t h i s . c r e a t e ( " i n p u t " ) ; f . s t y l e . w i d t h = " 0 p x " ; f . s t y l e . h e i g h t = " 0 p x " ; g . p a r e n t N o d e . a p p e n d C h i l d ( f ) ; f . f o c u s ( ) ; f . b l u r ( ) ; f . p a r e n t N o d e . r e m o v e C h i l d ( f ) } } U . X H T M L _ N S = " h t t p : / / w w w . w 3 . o r g / 1 9 9 9 / x h t m l " ; f u n c t i o n   H ( r ) { v a r   g = n a v i g a t o r . u s e r A g e n t . t o L o w e r C a s e ( ) ; v a r   q = ( n a v i g a t o r . p r o d u c t | | " " ) . t o L o w e r C a s e ( ) ; v a r   h = n a v i g a t o r . p l a t f o r m . t o L o w e r C a s e ( ) ; t h i s . p a r s e V e r s i o n = H . p a r s e V e r s i o n ; t h i s . m a c i n t o s h = / ^ m a c / . t e s t ( h ) ; t h i s . w i n d o w s = / ^ w i n / . t e s t ( h ) ; t h i s . l i n u x = / ^ l i n u x / . t e s t ( h ) ; t h i s . q u i c k t i m e = f a l s e ; t h i s . o p e r a = / o p e r a / . t e s t ( g ) ; t h i s . k o n q u e r o r = / k o n q u e r o r / . t e s t ( g ) ; t h i s . i e = f a l s e / * @ c c _ o n | | t r u e @ * / ; t h i s . i e S u p p o r t e d = t h i s . i e & & ! / p p c | s m a r t p h o n e | i e m o b i l e | m s i e \ s 5 \ . 5 / . t e s t ( g ) / * @ c c _ o n & & @ _ j s c r i p t _ v e r s i o n > = 5 . 5 @ * / ; t h i s . i e W i n = t h i s . i e & & t h i s . w i n d o w s / * @ c c _ o n & & @ _ j s c r i p t _ v e r s i o n > = 5 . 1 @ * / ; t h i s . w i n d o w s = t h i s . w i n d o w s & & ( ! t h i s . i e | | t h i s . i e W i n ) ; t h i s . i e M a c = t h i s . i e & & t h i s . m a c i n t o s h / * @ c c _ o n & & @ _ j s c r i p t _ v e r s i o n < 5 . 1 @ * / ; t h i s . m a c i n t o s h = t h i s . m a c i n t o s h & & ( ! t h i s . i e | | t h i s . i e M a c ) ; t h i s . s a f a r i = / s a f a r i / . t e s t ( g ) ; t h i s . w e b k i t = ! t h i s . k o n q u e r o r & & / a p p l e w e b k i t / . t e s t ( g ) ; t h i s . k h t m l = t h i s . w e b k i t | | t h i s . k o n q u e r o r ; t h i s . g e c k o = ! t h i s . k h t m l & & q = = " g e c k o " ; t h i s . i e V e r s i o n = t h i s . i e & & / . * m s i e \ s ( \ d \ . \ d ) / . e x e c ( g ) ? t h i s . p a r s e V e r s i o n ( R e g E x p . $ 1 ) : " 0 " ; t h i s . o p e r a V e r s i o n = t h i s . o p e r a & & / . * o p e r a ( \ s | \ / ) ( \ d + \ . \ d + ) / . e x e c ( g ) ? t h i s . p a r s e V e r s i o n ( R e g E x p . $ 2 ) : " 0 " ; t h i s . w e b k i t V e r s i o n = t h i s . w e b k i t & & / . * a p p l e w e b k i t \ / ( \ d + ) . * / . e x e c ( g ) ? t h i s . p a r s e V e r s i o n ( R e g E x p . $ 1 ) : " 0 " ; t h i s . g e c k o V e r s i o n = t h i s . g e c k o & & / . * r v : \ s * ( [ ^ \ ) ] + ) \ ) \ s + g e c k o / . e x e c ( g ) ? t h i s . p a r s e V e r s i o n ( R e g E x p . $ 1 ) : " 0 " ; t h i s . k o n q u e r o r V e r s i o n = t h i s . k o n q u e r o r & & / . * k o n q u e r o r \ / ( [ \ d \ . ] + ) . * / . e x e c ( g ) ? t h i s . p a r s e V e r s i o n ( R e g E x p . $ 1 ) : " 0 " ; t h i s . f l a s h V e r s i o n = 0 ; i f ( t h i s . i e W i n ) { v a r   l ; v a r   o = f a l s e ; t r y { l = 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 . 7 " ) } c a t c h ( m ) { t r y { l = 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 . 6 " ) ; t h i s . f l a s h V e r s i o n = t h i s . p a r s e V e r s i o n ( " 6 " ) ; l . A l l o w S c r i p t A c c e s s = " a l w a y s " } c a t c h ( m ) { o = t h i s . f l a s h V e r s i o n = = t h i s . p a r s e V e r s i o n ( " 6 " ) } i f ( ! o ) { t r y { l = 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 " ) } c a t c h ( m ) { } } } i f ( ! o & & l ) { t h i s . f l a s h V e r s i o n = t h i s . p a r s e V e r s i o n ( ( l . G e t V a r i a b l e ( " $ v e r s i o n " ) | | " " ) . r e p l a c e ( / ^ \ D + ( \ d + ) \ D + ( \ d + ) \ D + ( \ d + ) . * / g , " $ 1 . $ 2 . $ 3 " ) ) } } e l s e { 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 . p l u g i n s [ " S h o c k w a v e   F l a s h " ] ) { v a r   n = 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 " ] . d e s c r i p t i o n . r e p l a c e ( / ^ . * \ s + ( \ S + \ s + \ S + $ ) / , " $ 1 " ) ; v a r   p = n . r e p l a c e ( / ^ \ D * ( \ d + \ . \ d + ) . * $ / , " $ 1 " ) ; i f ( / r / . t e s t ( n ) ) { p + = n . r e p l a c e ( / ^ . * r ( \ d * ) . * $ / , " . $ 1 " ) } e l s e { i f ( / d / . t e s t ( n ) ) { p + = " . 0 " } } t h i s . f l a s h V e r s i o n = t h i s . p a r s e V e r s i o n ( p ) ; v a r   j = f a l s e ; f o r ( v a r   k = 0 , c = t h i s . f l a s h V e r s i o n > = H . M I N _ F L A S H _ V E R S I O N ; c & & k < n a v i g a t o r . m i m e T y p e s . l e n g t h ; k + + ) { v a r   f = n a v i g a t o r . m i m e T y p e s [ k ] ; i f ( f . 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 " ) { c o n t i n u e } i f ( f . e n a b l e d P l u g i n ) { j = t r u e ; i f ( f . e n a b l e d P l u g i n . d e s c r i p t i o n . t o L o w e r C a s e ( ) . i n d e x O f ( " q u i c k t i m e " ) > - 1 ) { c = f a l s e ; t h i s . q u i c k t i m e = t r u e } } } i f ( t h i s . q u i c k t i m e | | ! j ) { t h i s . f l a s h V e r s i o n = t h i s . p a r s e V e r s i o n ( " 0 " ) } } } t h i s . f l a s h = t h i s . f l a s h V e r s i o n > = H . M I N _ F L A S H _ V E R S I O N ; t h i s . t r a n s p a r e n c y S u p p o r t = t h i s . m a c i n t o s h | | t h i s . w i n d o w s | | t h i s . l i n u x & & ( t h i s . f l a s h V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 1 0 " ) & & ( t h i s . g e c k o & & t h i s . g e c k o V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 1 . 9 " ) | | t h i s . o p e r a ) ) ; t h i s . c o m p u t e d S t y l e S u p p o r t = t h i s . i e | | ! ! d o c u m e n t . d e f a u l t V i e w . g e t C o m p u t e d S t y l e ; t h i s . f i x F o c u s = t h i s . g e c k o & & t h i s . w i n d o w s ; t h i s . n a t i v e D o m L o a d e d = t h i s . g e c k o | | t h i s . w e b k i t & & t h i s . w e b k i t V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 5 2 5 " ) | | t h i s . k o n q u e r o r & & t h i s . k o n q u e r o r M a j o r > t h i s . p a r s e V e r s i o n ( " 0 3 " ) | | t h i s . o p e r a ; t h i s . m u s t C h e c k S t y l e = t h i s . k h t m l | | t h i s . o p e r a ; t h i s . f o r c e P a g e L o a d = t h i s . w e b k i t & & t h i s . w e b k i t V e r s i o n < t h i s . p a r s e V e r s i o n ( " 5 2 3 " ) ; t h i s . p r o p e r D o c u m e n t = t y p e o f ( d o c u m e n t . l o c a t i o n ) = = " o b j e c t " ; t h i s . s u p p o r t e d = t h i s . f l a s h & & t h i s . p r o p e r D o c u m e n t & & ( ! t h i s . i e | | t h i s . i e S u p p o r t e d ) & & t h i s . c o m p u t e d S t y l e S u p p o r t & & ( ! t h i s . o p e r a | | t h i s . o p e r a V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 9 . 6 1 " ) ) & & ( ! t h i s . w e b k i t | | t h i s . w e b k i t V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 4 1 2 " ) ) & & ( ! t h i s . g e c k o | | t h i s . g e c k o V e r s i o n > = t h i s . p a r s e V e r s i o n ( " 1 . 8 . 0 . 1 2 " ) ) & & ( ! t h i s . k o n q u e r o r ) } H . p a r s e V e r s i o n = f u n c t i o n ( c ) { r e t u r n   c . r e p l a c e ( / ( ^ | \ D ) ( \ d + ) ( ? = \ D | $ ) / g , f u n c t i o n ( f , e , g ) { f = e ; f o r ( v a r   d = 4 - g . l e n g t h ; d > = 0 ; d - - ) { f + = " 0 " } r e t u r n   f + g } ) } ; H . M I N _ F L A S H _ V E R S I O N = H . p a r s e V e r s i o n ( " 8 " ) ; f u n c t i o n   F ( c ) { t h i s . f i x = c . u a . i e W i n & & w i n d o w . l o c a t i o n . h a s h ! = " " ; v a r   d ; t h i s . c a c h e = f u n c t i o n ( ) { d = d o c u m e n t . t i t l e } ; f u n c t i o n   e ( ) { d o c u m e n t . t i t l e = d } t h i s . r e s t o r e = f u n c t i o n ( ) { i f ( t h i s . f i x ) { s e t T i m e o u t ( e , 0 ) } } } f u n c t i o n   S ( l ) { v a r   e = n u l l ; f u n c t i o n   c ( ) { t r y { i f ( l . u a . i e | | d o c u m e n t . r e a d y S t a t e ! = " l o a d e d " & & d o c u m e n t . r e a d y S t a t e ! = " c o m p l e t e " ) { 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 S c r o l l ( " l e f t " ) } } c a t c h ( n ) { r e t u r n   s e t T i m e o u t ( c , 1 0 ) } i ( ) } f u n c t i o n   i ( ) { i f ( l . u s e S t y l e C h e c k ) { h ( ) } e l s e { i f ( ! l . u a . m u s t C h e c k S t y l e ) { d ( n u l l , t r u e ) } } } f u n c t i o n   h ( ) { e = l . d o m . c r e a t e ( " d i v " , E . D U M M Y ) ; l . d o m . g e t B o d y ( ) . a p p e n d C h i l d ( e ) ; m ( ) } f u n c t i o n   m ( ) { i f ( l . d o m . g e t C o m p u t e d S t y l e ( e , " m a r g i n L e f t " ) = = " 4 2 p x " ) { g ( ) } e l s e { s e t T i m e o u t ( m , 1 0 ) } } f u n c t i o n   g ( ) { i f ( e & & e . p a r e n t N o d e ) { e . p a r e n t N o d e . r e m o v e C h i l d ( e ) } e = n u l l ; d ( n u l l , t r u e ) } f u n c t i o n   d ( n , o ) { l . i n i t i a l i z e ( o ) ; i f ( n & & n . t y p e = = " l o a d " ) { i f ( d o c u m e n t . r e m o v e E v e n t L i s t e n e r ) { d o c u m e n t . r e m o v e E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " , d , f a l s e ) } i f ( w i n d o w . r e m o v e E v e n t L i s t e n e r ) { w i n d o w . r e m o v e E v e n t L i s t e n e r ( " l o a d " , d , f a l s e ) } } } f u n c t i o n   j ( ) { l . p r e p a r e C l e a r R e f e r e n c e s ( ) ; i f ( d o c u m e n t . r e a d y S t a t e = = " i n t e r a c t i v e " ) { d o c u m e n t . a t t a c h E v e n t ( " o n s t o p " , f ) ; s e t T i m e o u t ( f u n c t i o n ( ) { d o c u m e n t . d e t a c h E v e n t ( " o n s t o p " , f ) } , 0 ) } } f u n c t i o n   f ( ) { d o c u m e n t . d e t a c h E v e n t ( " o n s t o p " , f ) ; k ( ) } f u n c t i o n   k ( ) { l . c l e a r R e f e r e n c e s ( ) } t h i s . a t t a c h = f u n c t i o n ( ) { i f ( w i n d o w . a d d E v e n t L i s t e n e r ) { w i n d o w . a d d E v e n t L i s t e n e r ( " l o a d " , d , f a l s e ) } e l s e { w i n d o w . a t t a c h E v e n t ( " o n l o a d " , d ) } i f ( ! l . u s e D o m L o a d e d | | l . u a . f o r c e P a g e L o a d | | l . u a . i e & & w i n d o w . t o p ! = w i n d o w ) { r e t u r n } i f ( l . u a . n a t i v e D o m L o a d e d ) { d o c u m e n t . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " , i , f a l s e ) } e l s e { i f ( l . u a . i e | | l . u a . k h t m l ) { c ( ) } } } ; t h i s . a t t a c h U n l o a d = f u n c t i o n ( ) { i f ( ! l . u a . i e ) { r e t u r n } w i n d o w . a t t a c h E v e n t ( " o n b e f o r e u n l o a d " , j ) ; w i n d o w . a t t a c h E v e n t ( " o n u n l o a d " , k ) } } v a r   Q = " s i f r F e t c h " ; f u n c t i o n   N ( c ) { v a r   e = f a l s e ; t h i s . f e t c h M o v i e s = f u n c t i o n ( f ) { i f ( c . s e t P r e f e t c h C o o k i e & & n e w   R e g E x p ( " ; ? " + Q + " = t r u e ; ? " ) . t e s t ( d o c u m e n t . c o o k i e ) ) { r e t u r n } t r y { e = t r u e ; d ( f ) } c a t c h ( g ) { } i f ( c . s e t P r e f e t c h C o o k i e ) { d o c u m e n t . c o o k i e = Q + " = t r u e ; p a t h = " + c . c o o k i e P a t h } } ; t h i s . c l e a r = f u n c t i o n ( ) { i f ( ! e ) { r e t u r n } t r y { v a r   f = d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " s c r i p t " ) ; f o r ( v a r   g = f . l e n g t h - 1 ; g > = 0 ; g - - ) { v a r   h = f [ g ] ; i f ( h . t y p e = = " s i f r / p r e f e t c h " ) { h . p a r e n t N o d e . r e m o v e C h i l d ( h ) } } } c a t c h ( j ) { } } ; f u n c t i o n   d ( f ) { f o r ( v a r   g = 0 ; g < f . l e n g t h ; g + + ) { d o c u m e n t . w r i t e ( ' < s c r i p t   d e f e r   t y p e = " s i f r / p r e f e t c h "   s r c = " ' + f [ g ] . s r c + ' " > < \ / s c r i p t > ' ) } } } f u n c t i o n   b ( e ) { v a r   g = e . u a . i e ; v a r   f = g & & e . u a . f l a s h V e r s i o n < e . u a . p a r s e V e r s i o n ( " 9 . 0 . 1 1 5 " ) ; v a r   d = { } ; v a r   c = { } ; t h i s . f i x F l a s h = f ; t h i s . r e g i s t e r = f u n c t i o n ( h ) { i f ( ! g ) { r e t u r n } v a r   i = h . g e t A t t r i b u t e ( " i d " ) ; t h i s . c l e a n u p ( i , f a l s e ) ; c [ i ] = h ; d e l e t e   d [ i ] ; i f ( f ) { w i n d o w [ i ] = h } } ; t h i s . r e s e t = f u n c t i o n ( ) { i f ( ! g ) { r e t u r n   f a l s e } f o r ( v a r   j = 0 ; j < e . r e p l a c e m e n t s . l e n g t h ; j + + ) { v a r   h = e . r e p l a c e m e n t s [ j ] ; v a r   k = c [ h . i d ] ; i f ( ! d [ h . i d ] & & ( ! k . p a r e n t N o d e | | k . p a r e n t N o d e . n o d e T y p e = = 1 1 ) ) { h . r e s e t M o v i e ( ) ; d [ h . i d ] = t r u e } } r e t u r n   t r u e } ; t h i s . c l e a n u p = f u n c t i o n ( l , h ) { v a r   i = c [ l ] ; i f ( ! i ) { r e t u r n } f o r ( v a r   k   i n   i ) { i f ( t y p e o f ( i [ k ] ) = = " f u n c t i o n " ) { i [ k ] = n u l l } } c [ l ] = n u l l ; i f ( f ) { w i n d o w [ l ] = n u l l } i f ( i . p a r e n t N o d e ) { i f ( h & & i . p a r e n t N o d e . n o d e T y p e = = 1 ) { v a r   j = d o c u m e n t . c r e a t e E l e m e n t ( " d i v " ) ; j . s t y l e . w i d t h = i . o f f s e t W i d t h + " p x " ; j . s t y l e . h e i g h t = i . o f f s e t H e i g h t + " p x " ; i . p a r e n t N o d e . r e p l a c e C h i l d ( j , i ) } e l s e { i . p a r e n t N o d e . r e m o v e C h i l d ( i ) } } } ; t h i s . p r e p a r e C l e a r R e f e r e n c e s = f u n c t i o n ( ) { i f ( ! f ) { r e t u r n } _ _ f l a s h _ u n l o a d H a n d l e r = f u n c t i o n ( ) { } ; _ _ f l a s h _ s a v e d U n l o a d H a n d l e r = f u n c t i o n ( ) { } } ; t h i s . c l e a r R e f e r e n c e s = f u n c t i o n ( ) { i f ( f ) { v a r   j = d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " o b j e c t " ) ; f o r ( v a r   h = j . l e n g t h - 1 ; h > = 0 ; h - - ) { c [ j [ h ] . g e t A t t r i b u t e ( " i d " ) ] = j [ h ] } } f o r ( v a r   k   i n   c ) { i f ( O b j e c t . p r o t o t y p e [ k ] ! = c [ k ] ) { t h i s . c l e a n u p ( k , t r u e ) } } } } f u n c t i o n   K ( d , g , f , c , e ) { t h i s . s I F R = d ; t h i s . i d = g ; t h i s . v a r s = f ; t h i s . m o v i e = n u l l ; t h i s . _ _ f o r c e W i d t h = c ; t h i s . _ _ e v e n t s = e ; t h i s . _ _ r e s i z i n g = 0 } K . p r o t o t y p e = { g e t F l a s h E l e m e n t : f u n c t i o n ( ) { r e t u r n   d o c u m e n t . g e t E l e m e n t B y I d ( t h i s . i d ) } , g e t A l t e r n a t e : f u n c t i o n ( ) { r e t u r n   d o c u m e n t . g e t E l e m e n t B y I d ( t h i s . i d + " _ a l t e r n a t e " ) } , g e t A n c e s t o r : f u n c t i o n ( ) { v a r   c = t h i s . g e t F l a s h E l e m e n t ( ) . p a r e n t N o d e ; r e t u r n   ! t h i s . s I F R . d o m . h a s C l a s s ( E . F I X _ F O C U S , c ) ? c : c . p a r e n t N o d e } , a v a i l a b l e : f u n c t i o n ( ) { v a r   c = t h i s . g e t F l a s h E l e m e n t ( ) ; r e t u r n   c & & c . p a r e n t N o d e } , c a l l : f u n c t i o n ( c ) { v a r   d = t h i s . g e t F l a s h E l e m e n t ( ) ; i f ( ! d [ c ] ) { r e t u r n   f a l s e } r e t u r n   F u n c t i o n . p r o t o t y p e . a p p l y . c a l l ( d [ c ] , d , A r r a y . p r o t o t y p e . s l i c e . c a l l ( a r g u m e n t s , 1 ) ) } , a t t e m p t : f u n c t i o n ( ) { i f ( ! t h i s . a v a i l a b l e ( ) ) { r e t u r n   f a l s e } t r y { t h i s . c a l l . a p p l y ( t h i s , a r g u m e n t s ) } c a t c h ( c ) { i f ( t h i s . s I F R . d e b u g ) { t h r o w   c } r e t u r n   f a l s e } r e t u r n   t r u e } , u p d a t e V a r s : f u n c t i o n ( c , e ) { f o r ( v a r   d = 0 ; d < t h i s . v a r s . l e n g t h ; d + + ) { i f ( t h i s . v a r s [ d ] . s p l i t ( " = " ) [ 0 ] = = c ) { t h i s . v a r s [ d ] = c + " = " + e ; b r e a k } } v a r   f = t h i s . s I F R . u t i l . e n c o d e V a r s ( t h i s . v a r s ) ; t h i s . m o v i e . i n j e c t V a r s ( t h i s . g e t F l a s h E l e m e n t ( ) , f ) ; t h i s . m o v i e . i n j e c t V a r s ( t h i s . m o v i e . h t m l , f ) } , s t o r e S i z e : f u n c t i o n ( c , d ) { t h i s . m o v i e . s e t S i z e ( c , d ) ; t h i s . u p d a t e V a r s ( c , d ) } , f i r e E v e n t : f u n c t i o n ( c ) { i f ( t h i s . a v a i l a b l e ( ) & & t h i s . _ _ e v e n t s [ c ] ) { t h i s . s I F R . u t i l . d e l a y ( 0 , t h i s . _ _ e v e n t s [ c ] , t h i s , t h i s ) } } , r e s i z e F l a s h E l e m e n t : f u n c t i o n ( c , d , e ) { i f ( ! t h i s . a v a i l a b l e ( ) ) { r e t u r n } t h i s . _ _ r e s i z i n g + + ; v a r   f = t h i s . g e t F l a s h E l e m e n t ( ) ; f . s e t A t t r i b u t e ( " h e i g h t " , c ) ; t h i s . g e t A n c e s t o r ( ) . s t y l e . m i n H e i g h t = " " ; t h i s . u p d a t e V a r s ( " r e n d e r h e i g h t " , c ) ; t h i s . s t o r e S i z e ( " h e i g h t " , c ) ; i f ( d ! = = n u l l ) { f . s e t A t t r i b u t e ( " w i d t h " , d ) ; t h i s . m o v i e . s e t S i z e ( " w i d t h " , d ) } i f ( t h i s . _ _ e v e n t s . o n R e p l a c e m e n t ) { t h i s . s I F R . u t i l . d e l a y ( 0 , t h i s . _ _ e v e n t s . o n R e p l a c e m e n t , t h i s , t h i s ) ; d e l e t e   t h i s . _ _ e v e n t s . o n R e p l a c e m e n t } i f ( e ) { t h i s . s I F R . u t i l . d e l a y ( 0 , f u n c t i o n ( ) { t h i s . a t t e m p t ( " s c a l e M o v i e " ) ; t h i s . _ _ r e s i z i n g - - } , t h i s ) } e l s e { t h i s . _ _ r e s i z i n g - - } } , b l u r F l a s h E l e m e n t : f u n c t i o n ( ) { i f ( t h i s . a v a i l a b l e ( ) ) { t h i s . s I F R . d o m . b l u r E l e m e n t ( t h i s . g e t F l a s h E l e m e n t ( ) ) } } , r e s e t M o v i e : f u n c t i o n ( ) { t h i s . s I F R . u t i l . d e l a y ( 0 , t h i s . m o v i e . r e s e t , t h i s . m o v i e , t h i s . g e t F l a s h E l e m e n t ( ) , t h i s . g e t A l t e r n a t e ( ) ) } , r e s i z e A f t e r S c a l e : f u n c t i o n ( ) { i f ( t h i s . a v a i l a b l e ( ) & & t h i s . _ _ r e s i z i n g = = 0 ) { t h i s . s I F R . u t i l . d e l a y ( 0 , t h i s . r e s i z e , t h i s ) } } , r e s i z e : f u n c t i o n ( ) { i f ( ! t h i s . a v a i l a b l e ( ) ) { r e t u r n } t h i s . _ _ r e s i z i n g + + ; v a r   g = t h i s . g e t F l a s h E l e m e n t ( ) ; v a r   f = g . o f f s e t W i d t h ; i f ( f = = 0 ) { r e t u r n } v a r   e = g . g e t A t t r i b u t e ( " w i d t h " ) ; v a r   l = g . g e t A t t r i b u t e ( " h e i g h t " ) ; v a r   m = t h i s . g e t A n c e s t o r ( ) ; v a r   o = t h i s . s I F R . d o m . g e t H e i g h t F r o m S t y l e ( m ) ; g . s t y l e . w i d t h = " 1 p x " ; g . s t y l e . h e i g h t = " 1 p x " ; m . s t y l e . m i n H e i g h t = o + " p x " ; v a r   c = t h i s . g e t A l t e r n a t e ( ) . c h i l d N o d e s ; v a r   n = [ ] ; f o r ( v a r   k = 0 ; k < c . l e n g t h ; k + + ) { v a r   h = c [ k ] . c l o n e N o d e ( t r u e ) ; n . p u s h ( h ) ; m . a p p e n d C h i l d ( h ) } v a r   d = t h i s . s I F R . d o m . g e t W i d t h F r o m S t y l e ( m ) ; f o r ( v a r   k = 0 ; k < n . l e n g t h ; k + + ) { m . r e m o v e C h i l d ( n [ k ] ) } g . s t y l e . w i d t h = g . s t y l e . h e i g h t = m . s t y l e . m i n H e i g h t = " " ; g . s e t A t t r i b u t e ( " w i d t h " , t h i s . _ _ f o r c e W i d t h ? d : e ) ; g . s e t A t t r i b u t e ( " h e i g h t " , l ) ; i f ( s I F R . u a . i e ) { g . s t y l e . d i s p l a y = " n o n e " ; v a r   j = g . o f f s e t H e i g h t ; g . s t y l e . d i s p l a y = " " } i f ( d ! = f ) { i f ( t h i s . _ _ f o r c e W i d t h ) { t h i s . s t o r e S i z e ( " w i d t h " , d ) } t h i s . a t t e m p t ( " r e s i z e " , d ) } t h i s . _ _ r e s i z i n g - - } , r e p l a c e T e x t : f u n c t i o n ( g , j ) { v a r   d = t h i s . s I F R . u t i l . e s c a p e ( g ) ; i f ( ! t h i s . a t t e m p t ( " r e p l a c e T e x t " , d ) ) { r e t u r n   f a l s e } t h i s . u p d a t e V a r s ( " c o n t e n t " , d ) ; v a r   f = t h i s . g e t A l t e r n a t e ( ) ; i f ( j ) { w h i l e ( f . f i r s t C h i l d ) { f . r e m o v e C h i l d ( f . f i r s t C h i l d ) } f o r ( v a r   c = 0 ; c < j . l e n g t h ; c + + ) { f . a p p e n d C h i l d ( j [ c ] ) } } e l s e { t r y { f . i n n e r H T M L = g } c a t c h ( h ) { } } r e t u r n   t r u e } , c h a n g e C S S : f u n c t i o n ( c ) { c = t h i s . s I F R . u t i l . e s c a p e ( t h i s . s I F R . u t i l . c s s T o S t r i n g ( t h i s . s I F R . u t i l . c o n v e r t C s s A r g ( c ) ) ) ; t h i s . u p d a t e V a r s ( " c s s " , c ) ; r e t u r n   t h i s . a t t e m p t ( " c h a n g e C S S " , c ) } , r e m o v e : f u n c t i o n ( ) { i f ( t h i s . m o v i e & & t h i s . a v a i l a b l e ( ) ) { t h i s . m o v i e . r e m o v e ( t h i s . g e t F l a s h E l e m e n t ( ) , t h i s . i d ) } } } ; v a r   X = n e w   f u n c t i o n ( ) { t h i s . c r e a t e = f u n c t i o n ( p , n , j , i , f , e , g , o , l , h , m ) { v a r   k = p . u a . i e ? d : c ; r e t u r n   n e w   k ( p , n , j , i , f , e , g , o , [ " f l a s h v a r s " , l , " w m o d e " , h , " b g c o l o r " , m , " a l l o w S c r i p t A c c e s s " , " a l w a y s " , " q u a l i t y " , " b e s t " ] ) } ; f u n c t i o n   c ( s , q , l , h , f , e , g , r , n ) { v a r   m = s . d o m . c r e a t e ( " o b j e c t " , E . F L A S H ) ; v a r   p = [ " 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 " , " i d " , f , " n a m e " , f , " d a t a " , e , " w i d t h " , g , " h e i g h t " , r ] ; f o r ( v a r   o = 0 ; o < p . l e n g t h ; o + = 2 ) { m . s e t A t t r i b u t e ( p [ o ] , p [ o + 1 ] ) } v a r   j = m ; i f ( h ) { j = W . c r e a t e ( " d i v " , E . F I X _ F O C U S ) ; j . a p p e n d C h i l d ( m ) } f o r ( v a r   o = 0 ; o < n . l e n g t h ; o + = 2 ) { i f ( n [ o ] = = " n a m e " ) { c o n t i n u e } v a r   k = W . c r e a t e ( " p a r a m " ) ; k . s e t A t t r i b u t e ( " n a m e " , n [ o ] ) ; k . s e t A t t r i b u t e ( " v a l u e " , n [ o + 1 ] ) ; m . a p p e n d C h i l d ( k ) } l . s t y l e . m i n H e i g h t = r + " p x " ; w h i l e ( l . f i r s t C h i l d ) { l . r e m o v e C h i l d ( l . f i r s t C h i l d ) } l . a p p e n d C h i l d ( j ) ; t h i s . h t m l = j . c l o n e N o d e ( t r u e ) } c . p r o t o t y p e = { r e s e t : f u n c t i o n ( e , f ) { e . p a r e n t N o d e . r e p l a c e C h i l d ( t h i s . h t m l . c l o n e N o d e ( t r u e ) , e ) } , r e m o v e : f u n c t i o n ( e , f ) { e . p a r e n t N o d e . r e m o v e C h i l d ( e ) } , s e t S i z e : f u n c t i o n ( e , f ) { t h i s . h t m l . s e t A t t r i b u t e ( e , f ) } , i n j e c t V a r s : f u n c t i o n ( e , g ) { v a r   h = e . g e t E l e m e n t s B y T a g N a m e ( " p a r a m " ) ; f o r ( v a r   f = 0 ; f < h . l e n g t h ; f + + ) { i f ( h [ f ] . g e t A t t r i b u t e ( " n a m e " ) = = " f l a s h v a r s " ) { h [ f ] . s e t A t t r i b u t e ( " v a l u e " , g ) ; b r e a k } } } } ; f u n c t i o n   d ( p , n , j , h , f , e , g , o , k ) { t h i s . d o m = p . d o m ; t h i s . b r o k e n = n ; t h i s . h t m l = ' < o b j e c t   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 "   i d = " ' + f + ' "   w i d t h = " ' + g + ' "   h e i g h t = " ' + o + ' "   c l a s s = " ' + E . F L A S H + ' " > < p a r a m   n a m e = " m o v i e "   v a l u e = " ' + e + ' " > < / p a r a m > < / o b j e c t > ' ; v a r   m = " " ; f o r ( v a r   l = 0 ; l < k . l e n g t h ; l + = 2 ) { m + = ' < p a r a m   n a m e = " ' + k [ l ] + ' "   v a l u e = " ' + k [ l + 1 ] + ' " > < / p a r a m > ' } t h i s . h t m l = t h i s . h t m l . r e p l a c e ( / ( < \ / o b j e c t > ) / , m + " $ 1 " ) ; j . s t y l e . m i n H e i g h t = o + " p x " ; j . i n n e r H T M L = t h i s . h t m l ; t h i s . b r o k e n . r e g i s t e r ( j . f i r s t C h i l d ) } d . p r o t o t y p e = { r e s e t : f u n c t i o n ( f , g ) { g = g . c l o n e N o d e ( t r u e ) ; v a r   e = f . p a r e n t N o d e ; e . i n n e r H T M L = t h i s . h t m l ; t h i s . b r o k e n . r e g i s t e r ( e . f i r s t C h i l d ) ; e . a p p e n d C h i l d ( g ) } , r e m o v e : f u n c t i o n ( e , f ) { t h i s . b r o k e n . c l e a n u p ( f ) } , s e t S i z e : f u n c t i o n ( e , f ) { t h i s . h t m l = t h i s . h t m l . r e p l a c e ( e = = " h e i g h t " ? / ( h e i g h t ) = " \ d + " / : / ( w i d t h ) = " \ d + " / , ' $ 1 = " ' + f + ' " ' ) } , i n j e c t V a r s : f u n c t i o n ( e , f ) { i f ( e ! = t h i s . h t m l ) { r e t u r n } t h i s . h t m l = t h i s . h t m l . r e p l a c e ( / ( f l a s h v a r s ( = | \ " \ s v a l u e = ) \ " ) [ ^ \ " ] + / , " $ 1 " + f ) } } } ; t h i s . e r r o r s = n e w   Y ( O ) ; v a r   A = t h i s . u t i l = n e w   D ( O ) ; v a r   W = t h i s . d o m = n e w   U ( O ) ; v a r   T = t h i s . u a = n e w   H ( O ) ; v a r   G = { f r a g m e n t I d e n t i f i e r : n e w   F ( O ) , p a g e L o a d : n e w   S ( O ) , p r e f e t c h : n e w   N ( O ) , b r o k e n F l a s h I E : n e w   b ( O ) } ; t h i s . _ _ r e s e t B r o k e n M o v i e s = G . b r o k e n F l a s h I E . r e s e t ; v a r   J = { k w a r g s : [ ] , r e p l a c e A l l : f u n c t i o n ( d ) { f o r ( v a r   c = 0 ; c < t h i s . k w a r g s . l e n g t h ; c + + ) { O . r e p l a c e ( t h i s . k w a r g s [ c ] ) } i f ( ! d ) { t h i s . k w a r g s = [ ] } } } ; t h i s . a c t i v a t e = f u n c t i o n ( ) { i f ( ! T . s u p p o r t e d | | ! t h i s . i s E n a b l e d | | t h i s . i s A c t i v e | | ! C ( ) | | a ( ) ) { r e t u r n } G . p r e f e t c h . f e t c h M o v i e s ( a r g u m e n t s ) ; t h i s . i s A c t i v e = t r u e ; t h i s . s e t F l a s h C l a s s ( ) ; G . f r a g m e n t I d e n t i f i e r . c a c h e ( ) ; G . p a g e L o a d . a t t a c h U n l o a d ( ) ; i f ( ! t h i s . a u t o I n i t i a l i z e ) { r e t u r n } G . p a g e L o a d . a t t a c h ( ) } ; t h i s . s e t F l a s h C l a s s = f u n c t i o n ( ) { i f ( t h i s . h a s F l a s h C l a s s S e t ) { r e t u r n } W . a d d C l a s s ( E . A C T I V E , W . g e t B o d y ( ) | | d o c u m e n t . d o c u m e n t E l e m e n t ) ; t h i s . h a s F l a s h C l a s s S e t = t r u e } ; t h i s . r e m o v e F l a s h C l a s s = f u n c t i o n ( ) { i f ( ! t h i s . h a s F l a s h C l a s s S e t ) { r e t u r n } W . r e m o v e C l a s s ( E . A C T I V E , W . g e t B o d y ( ) ) ; W . r e m o v e C l a s s ( E . A C T I V E , d o c u m e n t . d o c u m e n t E l e m e n t ) ; t h i s . h a s F l a s h C l a s s S e t = f a l s e } ; t h i s . i n i t i a l i z e = f u n c t i o n ( c ) { i f ( ! t h i s . i s A c t i v e | | ! t h i s . i s E n a b l e d ) { r e t u r n } i f ( R ) { i f ( ! c ) { J . r e p l a c e A l l ( f a l s e ) } r e t u r n } R = t r u e ; J . r e p l a c e A l l ( c ) ; i f ( O . r e p a i n t O n R e s i z e ) { i f ( w i n d o w . a d d E v e n t L i s t e n e r ) { w i n d o w . a d d E v e n t L i s t e n e r ( " r e s i z e " , Z , f a l s e ) } e l s e { w i n d o w . a t t a c h E v e n t ( " o n r e s i z e " , Z ) } } G . p r e f e t c h . c l e a r ( ) } ; t h i s . r e p l a c e = f u n c t i o n ( x , u ) { i f ( ! T . s u p p o r t e d ) { r e t u r n } i f ( u ) { x = A . c o p y P r o p e r t i e s ( x , u ) } i f ( ! R ) { r e t u r n   J . k w a r g s . p u s h ( x ) } i f ( t h i s . o n R e p l a c e m e n t S t a r t ) { t h i s . o n R e p l a c e m e n t S t a r t ( x ) } v a r   A M = x . e l e m e n t s | | W . q u e r y S e l e c t o r A l l ( x . s e l e c t o r ) ; i f ( A M . l e n g t h = = 0 ) { r e t u r n } v a r   w = M ( x . s r c ) ; v a r   A R = A . c o n v e r t C s s A r g ( x . c s s ) ; v a r   v = B ( x . f i l t e r s ) ; v a r   A N = x . f o r c e S i n g l e L i n e = = = t r u e ; v a r   A S = x . p r e v e n t W r a p = = = t r u e & & ! A N ; v a r   q = A N | | ( x . f i t E x a c t l y = = n u l l ? t h i s . f i t E x a c t l y : x . f i t E x a c t l y ) = = = t r u e ; v a r   A D = q | | ( x . f o r c e W i d t h = = n u l l ? t h i s . f o r c e W i d t h : x . f o r c e W i d t h ) = = = t r u e ; v a r   s = x . r a t i o s | | [ ] ; v a r   A E = x . p i x e l F o n t = = = t r u e ; v a r   r = p a r s e I n t ( x . t u n e H e i g h t ) | | 0 ; v a r   z = ! ! x . o n R e l e a s e | | ! ! x . o n R o l l O v e r | | ! ! x . o n R o l l O u t ; i f ( q ) { A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " t e x t - a l i g n " , t r u e ) } v a r   t = A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " f o n t - s i z e " , t r u e ) | | " 0 " ; v a r   e = A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " b a c k g r o u n d - c o l o r " , t r u e ) | | " # F F F F F F " ; v a r   o = A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " k e r n i n g " , t r u e ) | | " " ; v a r   A W = A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " o p a c i t y " , t r u e ) | | " 1 0 0 " ; v a r   k = A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " c u r s o r " , t r u e ) | | " d e f a u l t " ; v a r   A P = p a r s e I n t ( A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " l e a d i n g " ) ) | | 0 ; v a r   A J = x . g r i d F i t T y p e | | ( A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " t e x t - a l i g n " ) = = " r i g h t " ) ? " s u b p i x e l " : " p i x e l " ; v a r   h = t h i s . f o r c e T e x t T r a n s f o r m = = = f a l s e ? " n o n e " : A . e x t r a c t F r o m C s s ( A R , " . s I F R - r o o t " , " t e x t - t r a n s f o r m " , t r u e ) | | " n o n e " ; t = / ^ \ d + ( p x ) ? $ / . t e s t ( t ) ? p a r s e I n t ( t ) : 0 ; A W = p a r s e F l o a t ( A W ) < 1 ? 1 0 0 * p a r s e F l o a t ( A W ) : A W ; v a r   A C = x . m o d i f y C s s ? " " : A . c s s T o S t r i n g ( A R ) ; v a r   A G = x . w m o d e | | " " ; i f ( ! A G ) { i f ( x . t r a n s p a r e n t ) { A G = " t r a n s p a r e n t " } e l s e { i f ( x . o p a q u e ) { A G = " o p a q u e " } } } i f ( A G = = " t r a n s p a r e n t " ) { i f ( ! T . t r a n s p a r e n c y S u p p o r t ) { A G = " o p a q u e " } e l s e { e = " t r a n s p a r e n t " } } e l s e { i f ( e = = " t r a n s p a r e n t " ) { e = " # F F F F F F " } } f o r ( v a r   A V = 0 ; A V < A M . l e n g t h ; A V + + ) { v a r   A F = A M [ A V ] ; i f ( W . h a s O n e O f C l a s s s e s ( E . I G N O R E _ C L A S S E S , A F ) | | W . a n c e s t o r H a s C l a s s ( A F , E . A L T E R N A T E ) ) { c o n t i n u e } v a r   A O = W . g e t D i m e n s i o n s ( A F ) ; v a r   f = A O . h e i g h t ; v a r   c = A O . w i d t h ; v a r   A A = W . g e t C o m p u t e d S t y l e ( A F , " d i s p l a y " ) ; i f ( ! f | | ! c | | ! A A | | A A = = " n o n e " ) { c o n t i n u e } c = W . g e t W i d t h F r o m S t y l e ( A F ) ; v a r   n , A H ; i f ( ! t ) { v a r   A L = I ( A F ) ; n = M a t h . m i n ( t h i s . M A X _ F O N T _ S I Z E , M a t h . m a x ( t h i s . M I N _ F O N T _ S I Z E , A L . f o n t S i z e ) ) ; i f ( A E ) { n = M a t h . m a x ( 8 , 8 * M a t h . r o u n d ( n / 8 ) ) } A H = A L . l i n e s } e l s e { n = t ; A H = 1 } v a r   d = W . c r e a t e ( " s p a n " , E . A L T E R N A T E ) ; v a r   A X = A F . c l o n e N o d e ( t r u e ) ; A F . p a r e n t N o d e . a p p e n d C h i l d ( A X ) ; f o r ( v a r   A U = 0 , A T = A X . c h i l d N o d e s . l e n g t h ; A U < A T ; A U + + ) { v a r   m = A X . c h i l d N o d e s [ A U ] ; i f ( ! / ^ ( s t y l e | s c r i p t ) $ / i . t e s t ( m . n o d e N a m e ) ) { d . a p p e n d C h i l d ( m . c l o n e N o d e ( t r u e ) ) } } i f ( x . m o d i f y C o n t e n t ) { x . m o d i f y C o n t e n t ( A X , x . s e l e c t o r ) } i f ( x . m o d i f y C s s ) { A C = x . m o d i f y C s s ( A R , A X , x . s e l e c t o r ) } v a r   p = P ( A X , h , x . u r i E n c o d e ) ; A X . p a r e n t N o d e . r e m o v e C h i l d ( A X ) ; i f ( x . m o d i f y C o n t e n t S t r i n g ) { p . t e x t = x . m o d i f y C o n t e n t S t r i n g ( p . t e x t , x . s e l e c t o r ) } i f ( p . t e x t = = " " ) { c o n t i n u e } v a r   A K = M a t h . r o u n d ( A H * V ( n , s ) * n ) + t h i s . F L A S H _ P A D D I N G _ B O T T O M + r ; i f ( A H > 1 & & A P ) { A K + = M a t h . r o u n d ( ( A H - 1 ) * A P ) } v a r   A B = A D ? c : " 1 0 0 % " ; v a r   A I = " s I F R _ r e p l a c e m e n t _ " + L + + ; v a r   A Q = [ " i d = " + A I , " c o n t e n t = " + A . e s c a p e ( p . t e x t ) , " w i d t h = " + c , " r e n d e r h e i g h t = " + A K , " l i n k = " + A . e s c a p e ( p . p r i m a r y L i n k . h r e f | | " " ) , " t a r g e t = " + A . e s c a p e ( p . p r i m a r y L i n k . t a r g e t | | " " ) , " s i z e = " + n , " c s s = " + A . e s c a p e ( A C ) , " c u r s o r = " + k , " t u n e w i d t h = " + ( x . t u n e W i d t h | | 0 ) , " t u n e h e i g h t = " + r , " o f f s e t l e f t = " + ( x . o f f s e t L e f t | | " " ) , " o f f s e t t o p = " + ( x . o f f s e t T o p | | " " ) , " f i t e x a c t l y = " + q , " p r e v e n t w r a p = " + A S , " f o r c e s i n g l e l i n e = " + A N , " a n t i a l i a s t y p e = " + ( x . a n t i A l i a s T y p e | | " " ) , " t h i c k n e s s = " + ( x . t h i c k n e s s | | " " ) , " s h a r p n e s s = " + ( x . s h a r p n e s s | | " " ) , " k e r n i n g = " + o , " g r i d f i t t y p e = " + A J , " f l a s h f i l t e r s = " + v , " o p a c i t y = " + A W , " b l e n d m o d e = " + ( x . b l e n d M o d e | | " " ) , " s e l e c t a b l e = " + ( x . s e l e c t a b l e = = n u l l | | A G ! = " " & & ! s I F R . u a . m a c i n t o s h & & s I F R . u a . g e c k o & & s I F R . u a . g e c k o V e r s i o n > = s I F R . u a . p a r s e V e r s i o n ( " 1 . 9 " ) ? " t r u e " : x . s e l e c t a b l e = = = t r u e ) , " f i x h o v e r = " + ( t h i s . f i x H o v e r = = = t r u e ) , " e v e n t s = " + z , " d e l a y r u n = " + G . b r o k e n F l a s h I E . f i x F l a s h , " v e r s i o n = " + t h i s . V E R S I O N ] ; v a r   y = A . e n c o d e V a r s ( A Q ) ; v a r   g = n e w   K ( O , A I , A Q , A D , { o n R e p l a c e m e n t : x . o n R e p l a c e m e n t , o n R o l l O v e r : x . o n R o l l O v e r , o n R o l l O u t : x . o n R o l l O u t , o n R e l e a s e : x . o n R e l e a s e } ) ; g . m o v i e = X . c r e a t e ( s I F R , G . b r o k e n F l a s h I E , A F , T . f i x F o c u s & & x . f i x F o c u s , A I , w , A B , A K , y , A G , e ) ; t h i s . r e p l a c e m e n t s . p u s h ( g ) ; t h i s . r e p l a c e m e n t s [ A I ] = g ; i f ( x . s e l e c t o r ) { i f ( ! t h i s . r e p l a c e m e n t s [ x . s e l e c t o r ] ) { t h i s . r e p l a c e m e n t s [ x . s e l e c t o r ] = [ g ] } e l s e { t h i s . r e p l a c e m e n t s [ x . s e l e c t o r ] . p u s h ( g ) } } d . s e t A t t r i b u t e ( " i d " , A I + " _ a l t e r n a t e " ) ; A F . a p p e n d C h i l d ( d ) ; W . a d d C l a s s ( E . R E P L A C E D , A F ) } G . f r a g m e n t I d e n t i f i e r . r e s t o r e ( ) } ; t h i s . g e t R e p l a c e m e n t B y F l a s h E l e m e n t = f u n c t i o n ( d ) { f o r ( v a r   c = 0 ; c < O . r e p l a c e m e n t s . l e n g t h ; c + + ) { i f ( O . r e p l a c e m e n t s [ c ] . i d = = d . g e t A t t r i b u t e ( " i d " ) ) { r e t u r n   O . r e p l a c e m e n t s [ c ] } } } ; t h i s . r e d r a w = f u n c t i o n ( ) { f o r ( v a r   c = 0 ; c < O . r e p l a c e m e n t s . l e n g t h ; c + + ) { O . r e p l a c e m e n t s [ c ] . r e s e t M o v i e ( ) } } ; t h i s . p r e p a r e C l e a r R e f e r e n c e s = f u n c t i o n ( ) { G . b r o k e n F l a s h I E . p r e p a r e C l e a r R e f e r e n c e s ( ) } ; t h i s . c l e a r R e f e r e n c e s = f u n c t i o n ( ) { G . b r o k e n F l a s h I E . c l e a r R e f e r e n c e s ( ) ; G = n u l l ; J = n u l l ; d e l e t e   O . r e p l a c e m e n t s } ; f u n c t i o n   C ( ) { i f ( O . d o m a i n s . l e n g t h = = 0 ) { r e t u r n   t r u e } v a r   d = A . d o m a i n ( ) ; f o r ( v a r   c = 0 ; c < O . d o m a i n s . l e n g t h ; c + + ) { i f ( A . d o m a i n M a t c h e s ( d , O . d o m a i n s [ c ] ) ) { r e t u r n   t r u e } } r e t u r n   f a l s e } f u n c t i o n   a ( ) { i f ( d o c u m e n t . l o c a t i o n . p r o t o c o l = = " f i l e : " ) { i f ( O . d e b u g ) { O . e r r o r s . f i r e ( " i s F i l e " ) } r e t u r n   t r u e } r e t u r n   f a l s e } f u n c t i o n   M ( c ) { i f ( T . i e & & c . c h a r A t ( 0 ) = = " / " ) { c = w i n d o w . l o c a t i o n . t o S t r i n g ( ) . r e p l a c e ( / ( [ ^ : ] + ) ( : \ / ? \ / ? ) ( [ ^ \ / ] + ) . * / , " $ 1 $ 2 $ 3 " ) + c } r e t u r n   c } f u n c t i o n   V ( d , e ) { f o r ( v a r   c = 0 ; c < e . l e n g t h ; c + = 2 ) { i f ( d < = e [ c ] ) { r e t u r n   e [ c + 1 ] } } r e t u r n   e [ e . l e n g t h - 1 ] | | 1 } f u n c t i o n   B ( g ) { v a r   e = [ ] ; f o r ( v a r   d   i n   g ) { i f ( g [ d ] = = O b j e c t . p r o t o t y p e [ d ] ) { c o n t i n u e } v a r   c = g [ d ] ; d = [ d . r e p l a c e ( / f i l t e r / i , " " ) + " F i l t e r " ] ; f o r ( v a r   f   i n   c ) { i f ( c [ f ] = = O b j e c t . p r o t o t y p e [ f ] ) { c o n t i n u e } d . p u s h ( f + " : " + A . e s c a p e ( A . t o J s o n ( c [ f ] , A . t o H e x S t r i n g ) ) ) } e . p u s h ( d . j o i n ( " , " ) ) } r e t u r n   A . e s c a p e ( e . j o i n ( " ; " ) ) } f u n c t i o n   Z ( d ) { v a r   e = Z . v i e w p o r t ; v a r   c = W . g e t V i e w p o r t ( ) ; i f ( e & & c . w i d t h = = e . w i d t h & & c . h e i g h t = = e . h e i g h t ) { r e t u r n } Z . v i e w p o r t = c ; i f ( O . r e p l a c e m e n t s . l e n g t h = = 0 ) { r e t u r n } i f ( Z . t i m e r ) { c l e a r T i m e o u t ( Z . t i m e r ) } Z . t i m e r = s e t T i m e o u t ( f u n c t i o n ( ) { d e l e t e   Z . t i m e r ; f o r ( v a r   f = 0 ; f < O . r e p l a c e m e n t s . l e n g t h ; f + + ) { O . r e p l a c e m e n t s [ f ] . r e s i z e ( ) } } , 2 0 0 ) } f u n c t i o n   I ( f ) { v a r   g = W . g e t C o m p u t e d S t y l e ( f , " f o n t S i z e " ) ; v a r   d = g . i n d e x O f ( " p x " ) = = - 1 ; v a r   e = f . i n n e r H T M L ; i f ( d ) { f . i n n e r H T M L = " X " } f . s t y l e . p a d d i n g T o p = f . s t y l e . p a d d i n g B o t t o m = f . s t y l e . b o r d e r T o p W i d t h = f . s t y l e . b o r d e r B o t t o m W i d t h = " 0 p x " ; f . s t y l e . l i n e H e i g h t = " 2 e m " ; f . s t y l e . d i s p l a y = " b l o c k " ; g = d ? f . o f f s e t H e i g h t / 2 : p a r s e I n t ( g , 1 0 ) ; i f ( d ) { f . i n n e r H T M L = e } v a r   c = M a t h . r o u n d ( f . o f f s e t H e i g h t / ( 2 * g ) ) ; f . s t y l e . p a d d i n g T o p = f . s t y l e . p a d d i n g B o t t o m = f . s t y l e . b o r d e r T o p W i d t h = f . s t y l e . b o r d e r B o t t o m W i d t h = f . s t y l e . l i n e H e i g h t = f . s t y l e . d i s p l a y = " " ; i f ( i s N a N ( c ) | | ! i s F i n i t e ( c ) | | c = = 0 ) { c = 1 } r e t u r n { f o n t S i z e : g , l i n e s : c } } f u n c t i o n   P ( c , g , s ) { s = s | | A . u r i E n c o d e ; v a r   q = [ ] , m = [ ] ; v a r   k = n u l l ; v a r   e = c . c h i l d N o d e s ; v a r   o = f a l s e , p = f a l s e ; v a r   j = 0 ; w h i l e ( j < e . l e n g t h ) { v a r   f = e [ j ] ; i f ( f . n o d e T y p e = = 3 ) { v a r   t = A . t e x t T r a n s f o r m ( g , A . n o r m a l i z e ( f . n o d e V a l u e ) ) . r e p l a c e ( / < / g , " & l t ; " ) ; i f ( o & & p ) { t = t . r e p l a c e ( / ^ \ s + / , " " ) } m . p u s h ( t ) ; o = / \ s $ / . t e s t ( t ) ; p = f a l s e } i f ( f . n o d e T y p e = = 1 & & ! / ^ ( s t y l e | s c r i p t ) $ / i . t e s t ( f . n o d e N a m e ) ) { v a r   h = [ ] ; v a r   r = f . n o d e N a m e . t o L o w e r C a s e ( ) ; v a r   n = f . c l a s s N a m e | | " " ; i f ( / \ s + / . t e s t ( n ) ) { i f ( n . i n d e x O f ( E . C L A S S ) > - 1 ) { n = n . m a t c h ( " ( \ \ s | ^ ) " + E . C L A S S + " - ( [ ^ \ \ s $ ] * ) ( \ \ s | $ ) " ) [ 2 ] } e l s e { n = n . m a t c h ( / ^ ( [ ^ \ s ] + ) / ) [ 1 ] } } i f ( n ! = " " ) { h . p u s h ( ' c l a s s = " ' + n + ' " ' ) } i f ( r = = " a " ) { v a r   d = s ( f . g e t A t t r i b u t e ( " h r e f " ) | | " " ) ; v a r   l = f . g e t A t t r i b u t e ( " t a r g e t " ) | | " " ; h . p u s h ( ' h r e f = " ' + d + ' " ' , ' t a r g e t = " ' + l + ' " ' ) ; i f ( ! k ) { k = { h r e f : d , t a r g e t : l } } } m . p u s h ( " < " + r + ( h . l e n g t h > 0 ? "   " : " " ) + h . j o i n ( "   " ) + " > " ) ; p = t r u e ; i f ( f . h a s C h i l d N o d e s ( ) ) { q . p u s h ( j ) ; j = 0 ; e = f . c h i l d N o d e s ; c o n t i n u e } e l s e { i f ( ! / ^ ( b r | i m g ) $ / i . t e s t ( f . n o d e N a m e ) ) { m . p u s h ( " < / " , f . n o d e N a m e . t o L o w e r C a s e ( ) , " > " ) } } } i f ( q . l e n g t h > 0 & & ! f . n e x t S i b l i n g ) { d o { j = q . p o p ( ) ; e = f . p a r e n t N o d e . p a r e n t N o d e . c h i l d N o d e s ; f = e [ j ] ; i f ( f ) { m . p u s h ( " < / " , f . n o d e N a m e . t o L o w e r C a s e ( ) , " > " ) } } w h i l e ( j = = e . l e n g t h - 1 & & q . l e n g t h > 0 ) } j + + } r e t u r n { t e x t : m . j o i n ( " " ) . r e p l a c e ( / ^ \ s + | \ s + $ | \ s * ( < b r > ) \ s * / g , " $ 1 " ) , p r i m a r y L i n k : k | | { } } } } ;  
 v a r   p a r s e S e l e c t o r = ( f u n c t i o n ( ) { v a r   B = / \ s * , \ s * / ; v a r   A = / \ s * ( [ \ s > + ~ ( ) , ] | ^ | $ ) \ s * / g ; v a r   L = / ( [ \ s > + ~ , ] | [ ^ ( ] \ + | ^ ) ( [ # . : @ ] ) / g ; v a r   F = / ( ^ | \ ) ) [ ^ \ s > + ~ ] / g ; v a r   M = / ( \ ) | ^ ) / ; v a r   K = / [ \ s # . : > + ~ ( ) @ ] | [ ^ \ s # . : > + ~ ( ) @ ] + / g ; f u n c t i o n   H ( R , P ) { P = P | | d o c u m e n t . d o c u m e n t E l e m e n t ; v a r   S = R . s p l i t ( B ) , X = [ ] ; f o r ( v a r   U = 0 ; U < S . l e n g t h ; U + + ) { v a r   N = [ P ] , W = G ( S [ U ] ) ; f o r ( v a r   T = 0 ; T < W . l e n g t h ; ) { v a r   Q = W [ T + + ] , O = W [ T + + ] , V = " " ; i f ( W [ T ] = = " ( " ) { w h i l e ( W [ T + + ] ! = " ) " & & T < W . l e n g t h ) { V + = W [ T ] } V = V . s l i c e ( 0 , - 1 ) } N = I ( N , Q , O , V ) } X = X . c o n c a t ( N ) } r e t u r n   X } f u n c t i o n   G ( N ) { v a r   O = N . r e p l a c e ( A , " $ 1 " ) . r e p l a c e ( L , " $ 1 * $ 2 " ) . r e p l a c e ( F , D ) ; r e t u r n   O . m a t c h ( K ) | | [ ] } f u n c t i o n   D ( N ) { r e t u r n   N . r e p l a c e ( M , " $ 1   " ) } f u n c t i o n   I ( N , P , Q , O ) { r e t u r n ( H . s e l e c t o r s [ P ] ) ? H . s e l e c t o r s [ P ] ( N , Q , O ) : [ ] } v a r   E = { t o A r r a y : f u n c t i o n ( O ) { v a r   N = [ ] ; f o r ( v a r   P = 0 ; P < O . l e n g t h ; P + + ) { N . p u s h ( O [ P ] ) } r e t u r n   N } } ; v a r   C = { i s T a g : f u n c t i o n ( O , N ) { r e t u r n ( N = = " * " ) | | ( N . t o L o w e r C a s e ( ) = = O . n o d e N a m e . t o L o w e r C a s e ( ) ) } , p r e v i o u s S i b l i n g E l e m e n t : f u n c t i o n ( N ) { d o { N = N . p r e v i o u s S i b l i n g } w h i l e ( N & & N . n o d e T y p e ! = 1 ) ; r e t u r n   N } , n e x t S i b l i n g E l e m e n t : f u n c t i o n ( N ) { d o { N = N . n e x t S i b l i n g } w h i l e ( N & & N . n o d e T y p e ! = 1 ) ; r e t u r n   N } , h a s C l a s s : f u n c t i o n ( N , O ) { r e t u r n ( O . c l a s s N a m e | | " " ) . m a t c h ( " ( ^ | \ \ s ) " + N + " ( \ \ s | $ ) " ) } , g e t B y T a g : f u n c t i o n ( N , O ) { r e t u r n   O . g e t E l e m e n t s B y T a g N a m e ( N ) } } ; v a r   J = { " # " : f u n c t i o n ( N , P ) { f o r ( v a r   O = 0 ; O < N . l e n g t h ; O + + ) { i f ( N [ O ] . g e t A t t r i b u t e ( " i d " ) = = P ) { r e t u r n [ N [ O ] ] } } r e t u r n [ ] } , "   " : f u n c t i o n ( O , Q ) { v a r   N = [ ] ; f o r ( v a r   P = 0 ; P < O . l e n g t h ; P + + ) { N = N . c o n c a t ( E . t o A r r a y ( C . g e t B y T a g ( Q , O [ P ] ) ) ) } r e t u r n   N } , " > " : f u n c t i o n ( O , R ) { v a r   N = [ ] ; f o r ( v a r   Q = 0 , S ; Q < O . l e n g t h ; Q + + ) { S = O [ Q ] ; f o r ( v a r   P = 0 , T ; P < S . c h i l d N o d e s . l e n g t h ; P + + ) { T = S . c h i l d N o d e s [ P ] ; i f ( T . n o d e T y p e = = 1 & & C . i s T a g ( T , R ) ) { N . p u s h ( T ) } } } r e t u r n   N } , " . " : f u n c t i o n ( O , Q ) { v a r   N = [ ] ; f o r ( v a r   P = 0 , R ; P < O . l e n g t h ; P + + ) { R = O [ P ] ; i f ( C . h a s C l a s s ( [ Q ] , R ) ) { N . p u s h ( R ) } } r e t u r n   N } , " : " : f u n c t i o n ( N , P , O ) { r e t u r n ( H . p s e u d o C l a s s e s [ P ] ) ? H . p s e u d o C l a s s e s [ P ] ( N , O ) : [ ] } } ; H . s e l e c t o r s = J ; H . p s e u d o C l a s s e s = { } ; H . u t i l = E ; H . d o m = C ; r e t u r n   H } ) ( ) ;  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
  
 i f ( $ ( " . s c r o l l a b l e " ) . l e n g t h   >   0 ) {  
 	 $ ( " . s c r o l l a b l e " ) . s c r o l l a b l e ( {   c i r c u l a r : t r u e   } ) . n a v i g a t o r ( ) . a u t o s c r o l l ( {   i n t e r v a l :   1 0 0 0 0   } ) ;  
 }  
 / /   f u n c t i o n   t o   h a n d l e   a r r o w   n a v   o n   t h e   t a b b e d   b o x e s   i n   p r o d u c t   i n f o  
  
 	 $ ( ' # p r o d u c t s   . p r o d u c t - n a v   a ' ) . c l i c k ( f u n c t i o n ( )   {  
 	 	 v a r   l i n k R e f   =   $ ( t h i s ) . a t t r ( " h r e f " ) ; 	 	 	 	 	 	 	 	 	 	 	    
 	 	 v a r   $ t a b s   =   $ ( ' # p r o d u c t - t a b s - u l ' ) . t a b s ( ) ;    
 	  
 	 s w i t c h   ( l i n k R e f )  
 	 	 {  
 	 	 c a s e   " # i n t r o - b o x " :  
 	 	 	 $ t a b s . t a b s ( ' s e l e c t ' ,   0 ) ;  
 	 	 	 b r e a k ;  
 	 	 c a s e   " # p r o d u c t - b o x " :  
 	 	 	 $ t a b s . t a b s ( ' s e l e c t ' ,   1 ) ;  
 	 	 	 b r e a k ;  
 	 	 c a s e   " # u s e - b o x " :  
 	 	 	 $ t a b s . t a b s ( ' s e l e c t ' ,   2 ) ;  
 	 	 	 b r e a k ;  
 	 	 c a s e   " # o r d e r i n g - b o x " :  
 	 	 	 $ t a b s . t a b s ( ' s e l e c t ' ,   3 ) ;  
 	 	 	 b r e a k ;  
 	 	 d e f a u l t :  
 	 	 	 $ t a b s . t a b s ( ' s e l e c t ' ,   0 ) ;  
 	 	 }  
 	 r e t u r n   f a l s e ;  
 	 	  
 	 } ) ;  
  
 i f ( $ ( " # l a t e s t - n e w s " ) . l e n g t h   >   0 ) {  
 	 $ ( " # l a t e s t - n e w s   u l " ) . n e w s T i c k e r ( 5 0 0 0 ) ;  
 	 p a r s e S a m p l e s ( ) ;  
 }  
  
 i f ( $ ( " . i n s i d e - f e a t u r e - b o x   . f e a t u r e - t e x t " ) . l e n g t h   >   0 ) {  
 	 s l i d e T e x t ( ) ;  
 }  
  
 } ) ;   / / d o c u m e n t . r e a d y  
  
  
 / *   s I F R   C o n f i g   * /  
  
 v a r   f r u t i g e r 4 5   =   { s r c :   s t r T h e m e D i r   +   ' s w f / f r u t i g e r - 4 5 . s w f ' } ;  
 v a r   f r u t i g e r 5 5   =   { s r c :   s t r T h e m e D i r   +   ' s w f / f r u t i g e r - 5 5 . s w f ' } ;  
  
 s I F R . a c t i v a t e ( f r u t i g e r 4 5 ) ;  
 s I F R . a c t i v a t e ( f r u t i g e r 5 5 ) ;  
  
  
 $ ( d o c u m e n t ) . r e a d y ( f u n c t i o n ( )   {  
 	 	 	 	 	 	        
 r e p l a c e S I F R s ( ) ;  
  
 	 f u n c t i o n   r e p l a c e S I F R s ( )   {  
 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # h o m e - b o x e s   # f i r s t - h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # f f f f f f ;   } ' ,   ' a   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 ' ,  
 	 	     f i l t e r s :   {  
 	 	 	     D r o p S h a d o w :   {  
 	 	 	 	 k n o c k o u t :   f a l s e  
 	 	 	 	 , d i s t a n c e :   1  
 	 	 	 	 , c o l o r :   ' # 0 0 7 f 7 4 '  
 	 	 	 	 , s t r e n g t h :   1 0  
 	 	 	     }  
 	 	 	 }  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # h o m e - b o x e s   # s e c o n d - h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # f f f f f f ;   } ' ,   ' a   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 ' ,  
 	 	     f i l t e r s :   {  
 	 	 	     D r o p S h a d o w :   {  
 	 	 	 	 k n o c k o u t :   f a l s e  
 	 	 	 	 , d i s t a n c e :   1  
 	 	 	 	 , c o l o r :   ' # 0 0 7 f 7 4 '  
 	 	 	 	 , s t r e n g t h :   1 0  
 	 	 	     }  
 	 	 	 }  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # h o m e - b o x e s   # t h i r d - h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # f f f f f f ;   } ' ,   ' a   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 ' ,  
 	 	     f i l t e r s :   {  
 	 	 	     D r o p S h a d o w :   {  
 	 	 	 	 k n o c k o u t :   f a l s e  
 	 	 	 	 , d i s t a n c e :   1  
 	 	 	 	 , c o l o r :   ' # 0 0 7 f 7 4 '  
 	 	 	 	 , s t r e n g t h :   1 0  
 	 	 	     }  
 	 	 	 }  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . g e n e r i c   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . g e n e r i c   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . g e n e r i c   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # r i g h t - c o l   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 8 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - p a g e   . p r o d u c t - i n f o   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 8 b 8 0 ;   } ' ,   ' a   {   c o l o r :   # 0 0 8 b 8 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 8 b 8 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - p a g e   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - p a g e   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - p a g e   h 3 # p r o d u c t - t i t l e ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - l i s t i n g   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - l i s t i n g   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . p r o d u c t - l i s t i n g   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . i n t r o - t e x t   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # f f f f f f ;   } ' ,   ' a   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 ' ,  
 	 	     o f f s e t T o p :   ' - 2 ' ,  
 	 	     f i t E x a c t l y :   ' t r u e '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . s i t e m a p   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     f i t E x a c t l y :   ' t r u e '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   # s e a r c h - r e s u l t s   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . s e a r c h   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . s e a r c h   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . s e a r c h   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . s e a r c h - a d v a n c e d   p ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 4 2 3 f 3 8 ;   } ' ,   ' a   {   c o l o r :   # 4 2 3 f 3 8 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 4 2 3 f 3 8 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # i n s i d e - h p a g e - b o x   . i n s i d e - f e a t u r e - b o x   h 2   e m ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ;   t e x t - t r a n s f o r m : u p p e r c a s e   } ' , ' a   {   c o l o r :   # f f f f f f ;   t e x t - d e c o r a t i o n : n o n e ; } ' , ' a : h o v e r   {   c o l o r :   # d b d b d b ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 ' ,  
 	 	     f o r c e S i n g l e L i n e :   t r u e  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . e v e n t s   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . e v e n t s   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . e v e n t - d e t a i l s   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 5 3 9 a ;   w i d t h : 2 7 0 p x ;   } ' ,   ' a   {   c o l o r :   # 0 0 5 3 9 a ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 5 3 9 a ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 ' ,  
 	 	     f i t E x a c t l y :   t r u e  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . e v e n t s   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 5 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . n e w s   h 1 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . n e w s   h 2 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 0 0 6 f 6 6 ;   } ' ,   ' a   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 0 0 6 f 6 6 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 5 '  
 	 	 } ) ;  
 	 	  
 	 	 s I F R . r e p l a c e ( f r u t i g e r 4 5 ,   {  
 	 	     s e l e c t o r :   ' # c o n t e n t   . n e w s   h 3 ' ,  
 	 	     c s s :   [ ' . s I F R - r o o t   {   c o l o r :   # 3 f 4 0 5 0 ;   } ' ,   ' a   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : u n d e r l i n e } ' , ' a : h o v e r   {   c o l o r :   # 3 f 4 0 5 0 ;   t e x t - d e c o r a t i o n : n o n e ; } ' ] ,  
 	 	     w m o d e :   ' t r a n s p a r e n t ' ,  
 	 	     t u n e H e i g h t :   ' - 6 ' ,  
 	 	     o f f s e t T o p :   ' - 2 '  
 	 	 } ) ;  
 	  
 	 }  
  
 } ) ;   / / d o c u m e n t . r e a d y  
  
  
 f u n c t i o n   s l i d e T e x t ( ) {  
 	 / /   f u n c t i o n   f o r   t h e   t e x t   o v e r l a y   s l i d i n g   b o x e s  
 	 	 $ ( " . f e a t u r e - t e x t " ) . c s s ( " t o p " , " 9 0 p x " ) ;  
 	 	 / / v a r   m y P o s   =   $ ( " . f e a t u r e - t e x t " ) . c s s ( " t o p " ) ;  
 	  
 	 $ ( " . f e a t u r e - t e x t " ) . h o v e r (  
             f u n c t i o n   ( )   {  
                 $ ( t h i s ) . a n i m a t e ( {    
                 t o p :   " 3 0 p x "  
             } ,   3 0 0   ) ;  
             } ,    
             f u n c t i o n   ( )   {  
                 $ ( t h i s ) . a n i m a t e ( {    
                 t o p :   " 9 0 p x "  
             } ,   3 0 0   ) ;  
             }  
         ) ;  
 	  
 }   / / s l i d e T e x t  
  
 / *  
   *   j Q u e r y   T o o l t i p   p l u g i n   1 . 3  
   *  
   *   h t t p : / / b a s s i s t a n c e . d e / j q u e r y - p l u g i n s / j q u e r y - p l u g i n - t o o l t i p /  
   *   h t t p : / / d o c s . j q u e r y . c o m / P l u g i n s / T o o l t i p  
   *  
   *   C o p y r i g h t   ( c )   2 0 0 6   -   2 0 0 8   J ö r n   Z a e f f e r e r  
   *  
   *   $ I d :   j q u e r y . t o o l t i p . j s   5 7 4 1   2 0 0 8 - 0 6 - 2 1   1 5 : 2 2 : 1 6 Z   j o e r n . z a e f f e r e r   $  
   *    
   *   D u a l   l i c e n s e d   u n d e r   t h e   M I T   a n d   G P L   l i c e n s e s :  
   *       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  
   *       h t t p : / / w w w . g n u . o r g / l i c e n s e s / g p l . h t m l  
   * /  
    
 ; ( f u n c t i o n ( $ )   {  
 	  
 	 	 / /   t h e   t o o l t i p   e l e m e n t  
 	 v a r   h e l p e r   =   { } ,  
 	 	 / /   t h e   c u r r e n t   t o o l t i p p e d   e l e m e n t  
 	 	 c u r r e n t ,  
 	 	 / /   t h e   t i t l e   o f   t h e   c u r r e n t   e l e m e n t ,   u s e d   f o r   r e s t o r i n g  
 	 	 t i t l e ,  
 	 	 / /   t i m e o u t   i d   f o r   d e l a y e d   t o o l t i p s  
 	 	 t I D ,  
 	 	 / /   I E   5 . 5   o r   6  
 	 	 I E   =   $ . b r o w s e r . m s i e   & &   / M S I E \ s ( 5 \ . 5 | 6 \ . ) / . t e s t ( n a v i g a t o r . u s e r A g e n t ) ,  
 	 	 / /   f l a g   f o r   m o u s e   t r a c k i n g  
 	 	 t r a c k   =   f a l s e ;  
 	  
 	 $ . t o o l t i p   =   {  
 	 	 b l o c k e d :   f a l s e ,  
 	 	 d e f a u l t s :   {  
 	 	 	 d e l a y :   2 0 0 ,  
 	 	 	 f a d e :   f a l s e ,  
 	 	 	 s h o w U R L :   t r u e ,  
 	 	 	 e x t r a C l a s s :   " " ,  
 	 	 	 t o p :   1 5 ,  
 	 	 	 l e f t :   1 5 ,  
 	 	 	 i d :   " t o o l t i p "  
 	 	 } ,  
 	 	 b l o c k :   f u n c t i o n ( )   {  
 	 	 	 $ . t o o l t i p . b l o c k e d   =   ! $ . t o o l t i p . b l o c k e d ;  
 	 	 }  
 	 } ;  
 	  
 	 $ . f n . e x t e n d ( {  
 	 	 t o o l t i p :   f u n c t i o n ( s e t t i n g s )   {  
 	 	 	 s e t t i n g s   =   $ . e x t e n d ( { } ,   $ . t o o l t i p . d e f a u l t s ,   s e t t i n g s ) ;  
 	 	 	 c r e a t e H e l p e r ( s e t t i n g s ) ;  
 	 	 	 r e t u r n   t h i s . e a c h ( f u n c t i o n ( )   {  
 	 	 	 	 	 $ . d a t a ( t h i s ,   " t o o l t i p " ,   s e t t i n g s ) ;  
 	 	 	 	 	 t h i s . t O p a c i t y   =   h e l p e r . p a r e n t . c s s ( " o p a c i t y " ) ;  
 	 	 	 	 	 / /   c o p y   t o o l t i p   i n t o   i t s   o w n   e x p a n d o   a n d   r e m o v e   t h e   t i t l e  
 	 	 	 	 	 t h i s . t o o l t i p T e x t   =   t h i s . t i t l e ;  
 	 	 	 	 	 $ ( t h i s ) . r e m o v e A t t r ( " t i t l e " ) ;  
 	 	 	 	 	 / /   a l s o   r e m o v e   a l t   a t t r i b u t e   t o   p r e v e n t   d e f a u l t   t o o l t i p   i n   I E  
 	 	 	 	 	 t h i s . a l t   =   " " ;  
 	 	 	 	 } )  
 	 	 	 	 . m o u s e o v e r ( s a v e )  
 	 	 	 	 . m o u s e o u t ( h i d e )  
 	 	 	 	 . c l i c k ( h i d e ) ;  
 	 	 } ,  
 	 	 f i x P N G :   I E   ?   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   ( )   {  
 	 	 	 	 v a r   i m a g e   =   $ ( t h i s ) . c s s ( ' b a c k g r o u n d I m a g e ' ) ;  
 	 	 	 	 i f   ( i m a g e . m a t c h ( / ^ u r l \ ( [ " ' ] ? ( . * \ . p n g ) [ " ' ] ? \ ) $ / i ) )   {  
 	 	 	 	 	 i m a g e   =   R e g E x p . $ 1 ;  
 	 	 	 	 	 $ ( t h i s ) . c s s ( {  
 	 	 	 	 	 	 ' b a c k g r o u n d I m a g e ' :   ' n o n e ' ,  
 	 	 	 	 	 	 ' f i l t e r ' :   " p r o g i d : D X I m a g e T r a n s f o r m . M i c r o s o f t . A l p h a I m a g e L o a d e r ( e n a b l e d = t r u e ,   s i z i n g M e t h o d = c r o p ,   s r c = ' "   +   i m a g e   +   " ' ) "  
 	 	 	 	 	 } ) . e a c h ( f u n c t i o n   ( )   {  
 	 	 	 	 	 	 v a r   p o s i t i o n   =   $ ( t h i s ) . c s s ( ' p o s i t i o n ' ) ;  
 	 	 	 	 	 	 i f   ( p o s i t i o n   ! =   ' a b s o l u t e '   & &   p o s i t i o n   ! =   ' r e l a t i v e ' )  
 	 	 	 	 	 	 	 $ ( t h i s ) . c s s ( ' p o s i t i o n ' ,   ' r e l a t i v e ' ) ;  
 	 	 	 	 	 } ) ;  
 	 	 	 	 }  
 	 	 	 } ) ;  
 	 	 }   :   f u n c t i o n ( )   {   r e t u r n   t h i s ;   } ,  
 	 	 u n f i x P N G :   I E   ?   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 s s ( { ' f i l t e r ' :   ' ' ,   b a c k g r o u n d I m a g e :   ' ' } ) ;  
 	 	 	 } ) ;  
 	 	 }   :   f u n c t i o n ( )   {   r e t u r n   t h i s ;   } ,  
 	 	 h i d e W h e n E m p t y :   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 ) [   $ ( t h i s ) . h t m l ( )   ?   " s h o w "   :   " h i d e "   ] ( ) ;  
 	 	 	 } ) ;  
 	 	 } ,  
 	 	 u r l :   f u n c t i o n ( )   {  
 	 	 	 r e t u r n   t h i s . a t t r ( ' h r e f ' )   | |   t h i s . a t t r ( ' s r c ' ) ;  
 	 	 }  
 	 } ) ;  
 	  
 	 f u n c t i o n   c r e a t e H e l p e r ( s e t t i n g s )   {  
 	 	 / /   t h e r e   c a n   b e   o n l y   o n e   t o o l t i p   h e l p e r  
 	 	 i f (   h e l p e r . p a r e n t   )  
 	 	 	 r e t u r n ;  
 	 	 / /   c r e a t e   t h e   h e l p e r ,   h 3   f o r   t i t l e ,   d i v   f o r   u r l  
 	 	 h e l p e r . p a r e n t   =   $ ( ' < d i v   i d = " '   +   s e t t i n g s . i d   +   ' " > < h 3 > < / h 3 > < d i v   c l a s s = " b o d y " > < / d i v > < d i v   c l a s s = " u r l " > < / d i v > < / d i v > ' )  
 	 	 	 / /   a d d   t o   d o c u m e n t  
 	 	 	 . a p p e n d T o ( d o c u m e n t . b o d y )  
 	 	 	 / /   h i d e   i t   a t   f i r s t  
 	 	 	 . h i d e ( ) ;  
 	 	 	  
 	 	 / /   a p p l y   b g i f r a m e   i f   a v a i l a b l e  
 	 	 i f   (   $ . f n . b g i f r a m e   )  
 	 	 	 h e l p e r . p a r e n t . b g i f r a m e ( ) ;  
 	 	  
 	 	 / /   s a v e   r e f e r e n c e s   t o   t i t l e   a n d   u r l   e l e m e n t s  
 	 	 h e l p e r . t i t l e   =   $ ( ' h 3 ' ,   h e l p e r . p a r e n t ) ;  
 	 	 h e l p e r . b o d y   =   $ ( ' d i v . b o d y ' ,   h e l p e r . p a r e n t ) ;  
 	 	 h e l p e r . u r l   =   $ ( ' d i v . u r l ' ,   h e l p e r . p a r e n t ) ;  
 	 }  
 	  
 	 f u n c t i o n   s e t t i n g s ( e l e m e n t )   {  
 	 	 r e t u r n   $ . d a t a ( e l e m e n t ,   " t o o l t i p " ) ;  
 	 }  
 	  
 	 / /   m a i n   e v e n t   h a n d l e r   t o   s t a r t   s h o w i n g   t o o l t i p s  
 	 f u n c t i o n   h a n d l e ( e v e n t )   {  
 	 	 / /   s h o w   h e l p e r ,   e i t h e r   w i t h   t i m e o u t   o r   o n   i n s t a n t  
 	 	 i f (   s e t t i n g s ( t h i s ) . d e l a y   )  
 	 	 	 t I D   =   s e t T i m e o u t ( s h o w ,   s e t t i n g s ( t h i s ) . d e l a y ) ;  
 	 	 e l s e  
 	 	 	 s h o w ( ) ;  
 	 	  
 	 	 / /   i f   s e l e c t e d ,   u p d a t e   t h e   h e l p e r   p o s i t i o n   w h e n   t h e   m o u s e   m o v e s  
 	 	 t r a c k   =   ! ! s e t t i n g s ( t h i s ) . t r a c k ;  
 	 	 $ ( d o c u m e n t . b o d y ) . b i n d ( ' m o u s e m o v e ' ,   u p d a t e ) ;  
 	 	 	  
 	 	 / /   u p d a t e   a t   l e a s t   o n c e  
 	 	 u p d a t e ( e v e n t ) ;  
 	 }  
 	  
 	 / /   s a v e   e l e m e n t s   t i t l e   b e f o r e   t h e   t o o l t i p   i s   d i s p l a y e d  
 	 f u n c t i o n   s a v e ( )   {  
 	 	 / /   i f   t h i s   i s   t h e   c u r r e n t   s o u r c e ,   o r   i t   h a s   n o   t i t l e   ( o c c u r s   w i t h   c l i c k   e v e n t ) ,   s t o p  
 	 	 i f   (   $ . t o o l t i p . b l o c k e d   | |   t h i s   = =   c u r r e n t   | |   ( ! t h i s . t o o l t i p T e x t   & &   ! s e t t i n g s ( t h i s ) . b o d y H a n d l e r )   )  
 	 	 	 r e t u r n ;  
  
 	 	 / /   s a v e   c u r r e n t  
 	 	 c u r r e n t   =   t h i s ;  
 	 	 t i t l e   =   t h i s . t o o l t i p T e x t ;  
 	 	  
 	 	 i f   (   s e t t i n g s ( t h i s ) . b o d y H a n d l e r   )   {  
 	 	 	 h e l p e r . t i t l e . h i d e ( ) ;  
 	 	 	 v a r   b o d y C o n t e n t   =   s e t t i n g s ( t h i s ) . b o d y H a n d l e r . c a l l ( t h i s ) ;  
 	 	 	 i f   ( b o d y C o n t e n t . n o d e T y p e   | |   b o d y C o n t e n t . j q u e r y )   {  
 	 	 	 	 h e l p e r . b o d y . e m p t y ( ) . a p p e n d ( b o d y C o n t e n t )  
 	 	 	 }   e l s e   {  
 	 	 	 	 h e l p e r . b o d y . h t m l (   b o d y C o n t e n t   ) ;  
 	 	 	 }  
 	 	 	 h e l p e r . b o d y . s h o w ( ) ;  
 	 	 }   e l s e   i f   (   s e t t i n g s ( t h i s ) . s h o w B o d y   )   {  
 	 	 	 v a r   p a r t s   =   t i t l e . s p l i t ( s e t t i n g s ( t h i s ) . s h o w B o d y ) ;  
 	 	 	 h e l p e r . t i t l e . h t m l ( p a r t s . s h i f t ( ) ) . s h o w ( ) ;  
 	 	 	 h e l p e r . b o d y . e m p t y ( ) ;  
 	 	 	 f o r ( v a r   i   =   0 ,   p a r t ;   ( p a r t   =   p a r t s [ i ] ) ;   i + + )   {  
 	 	 	 	 i f ( i   >   0 )  
 	 	 	 	 	 h e l p e r . b o d y . a p p e n d ( " < b r / > " ) ;  
 	 	 	 	 h e l p e r . b o d y . a p p e n d ( p a r t ) ;  
 	 	 	 }  
 	 	 	 h e l p e r . b o d y . h i d e W h e n E m p t y ( ) ;  
 	 	 }   e l s e   {  
 	 	 	 h e l p e r . t i t l e . h t m l ( t i t l e ) . s h o w ( ) ;  
 	 	 	 h e l p e r . b o d y . h i d e ( ) ;  
 	 	 }  
 	 	  
 	 	 / /   i f   e l e m e n t   h a s   h r e f   o r   s r c ,   a d d   a n d   s h o w   i t ,   o t h e r w i s e   h i d e   i t  
 	 	 i f (   s e t t i n g s ( t h i s ) . s h o w U R L   & &   $ ( t h i s ) . u r l ( )   )  
 	 	 	 h e l p e r . u r l . h t m l (   $ ( t h i s ) . u r l ( ) . r e p l a c e ( ' h t t p : / / ' ,   ' ' )   ) . s h o w ( ) ;  
 	 	 e l s e    
 	 	 	 h e l p e r . u r l . h i d e ( ) ;  
 	 	  
 	 	 / /   a d d   a n   o p t i o n a l   c l a s s   f o r   t h i s   t i p  
 	 	 h e l p e r . p a r e n t . a d d C l a s s ( s e t t i n g s ( t h i s ) . e x t r a C l a s s ) ;  
  
 	 	 / /   f i x   P N G   b a c k g r o u n d   f o r   I E  
 	 	 i f   ( s e t t i n g s ( t h i s ) . f i x P N G   )  
 	 	 	 h e l p e r . p a r e n t . f i x P N G ( ) ;  
 	 	 	  
 	 	 h a n d l e . a p p l y ( t h i s ,   a r g u m e n t s ) ;  
 	 }  
 	  
 	 / /   d e l e t e   t i m e o u t   a n d   s h o w   h e l p e r  
 	 f u n c t i o n   s h o w ( )   {  
 	 	 t I D   =   n u l l ;  
 	 	 i f   ( ( ! I E   | |   ! $ . f n . b g i f r a m e )   & &   s e t t i n g s ( c u r r e n t ) . f a d e )   {  
 	 	 	 i f   ( h e l p e r . p a r e n t . i s ( " : a n i m a t e d " ) )  
 	 	 	 	 h e l p e r . p a r e n t . s t o p ( ) . s h o w ( ) . f a d e T o ( s e t t i n g s ( c u r r e n t ) . f a d e ,   c u r r e n t . t O p a c i t y ) ;  
 	 	 	 e l s e  
 	 	 	 	 h e l p e r . p a r e n t . i s ( ' : v i s i b l e ' )   ?   h e l p e r . p a r e n t . f a d e T o ( s e t t i n g s ( c u r r e n t ) . f a d e ,   c u r r e n t . t O p a c i t y )   :   h e l p e r . p a r e n t . f a d e I n ( s e t t i n g s ( c u r r e n t ) . f a d e ) ;  
 	 	 }   e l s e   {  
 	 	 	 h e l p e r . p a r e n t . s h o w ( ) ;  
 	 	 }  
 	 	 u p d a t e ( ) ;  
 	 }  
 	  
 	 / * *  
 	   *   c a l l b a c k   f o r   m o u s e m o v e  
 	   *   u p d a t e s   t h e   h e l p e r   p o s i t i o n  
 	   *   r e m o v e s   i t s e l f   w h e n   n o   c u r r e n t   e l e m e n t  
 	   * /  
 	 f u n c t i o n   u p d a t e ( e v e n t ) 	 {  
 	 	 i f ( $ . t o o l t i p . b l o c k e d )  
 	 	 	 r e t u r n ;  
 	 	  
 	 	 i f   ( e v e n t   & &   e v e n t . t a r g e t . t a g N a m e   = =   " O P T I O N " )   {  
 	 	 	 r e t u r n ;  
 	 	 }  
 	 	  
 	 	 / /   s t o p   u p d a t i n g   w h e n   t r a c k i n g   i s   d i s a b l e d   a n d   t h e   t o o l t i p   i s   v i s i b l e  
 	 	 i f   (   ! t r a c k   & &   h e l p e r . p a r e n t . i s ( " : v i s i b l e " ) )   {  
 	 	 	 $ ( d o c u m e n t . b o d y ) . u n b i n d ( ' m o u s e m o v e ' ,   u p d a t e )  
 	 	 }  
 	 	  
 	 	 / /   i f   n o   c u r r e n t   e l e m e n t   i s   a v a i l a b l e ,   r e m o v e   t h i s   l i s t e n e r  
 	 	 i f (   c u r r e n t   = =   n u l l   )   {  
 	 	 	 $ ( d o c u m e n t . b o d y ) . u n b i n d ( ' m o u s e m o v e ' ,   u p d a t e ) ;  
 	 	 	 r e t u r n ; 	  
 	 	 }  
 	 	  
 	 	 / /   r e m o v e   p o s i t i o n   h e l p e r   c l a s s e s  
 	 	 h e l p e r . p a r e n t . r e m o v e C l a s s ( " v i e w p o r t - r i g h t " ) . r e m o v e C l a s s ( " v i e w p o r t - b o t t o m " ) ;  
 	 	  
 	 	 v a r   l e f t   =   h e l p e r . p a r e n t [ 0 ] . o f f s e t L e f t ;  
 	 	 v a r   t o p   =   h e l p e r . p a r e n t [ 0 ] . o f f s e t T o p ;  
 	 	 i f   ( e v e n t )   {  
 	 	 	 / /   p o s i t i o n   t h e   h e l p e r   1 5   p i x e l   t o   b o t t o m   r i g h t ,   s t a r t i n g   f r o m   m o u s e   p o s i t i o n  
 	 	 	 l e f t   =   e v e n t . p a g e X   +   s e t t i n g s ( c u r r e n t ) . l e f t ;  
 	 	 	 t o p   =   e v e n t . p a g e Y   +   s e t t i n g s ( c u r r e n t ) . t o p ;  
 	 	 	 v a r   r i g h t = ' a u t o ' ;  
 	 	 	 i f   ( s e t t i n g s ( c u r r e n t ) . p o s i t i o n L e f t )   {  
 	 	 	 	 r i g h t   =   $ ( w i n d o w ) . w i d t h ( )   -   l e f t ;  
 	 	 	 	 l e f t   =   ' a u t o ' ;  
 	 	 	 }  
 	 	 	 h e l p e r . p a r e n t . c s s ( {  
 	 	 	 	 l e f t :   l e f t ,  
 	 	 	 	 r i g h t :   r i g h t ,  
 	 	 	 	 t o p :   t o p  
 	 	 	 } ) ;  
 	 	 }  
 	 	  
 	 	 v a r   v   =   v i e w p o r t ( ) ,  
 	 	 	 h   =   h e l p e r . p a r e n t [ 0 ] ;  
 	 	 / /   c h e c k   h o r i z o n t a l   p o s i t i o n  
 	 	 i f   ( v . x   +   v . c x   <   h . o f f s e t L e f t   +   h . o f f s e t W i d t h )   {  
 	 	 	 l e f t   - =   h . o f f s e t W i d t h   +   2 0   +   s e t t i n g s ( c u r r e n t ) . l e f t ;  
 	 	 	 h e l p e r . p a r e n t . c s s ( { l e f t :   l e f t   +   ' p x ' } ) . a d d C l a s s ( " v i e w p o r t - r i g h t " ) ;  
 	 	 }  
 	 	 / /   c h e c k   v e r t i c a l   p o s i t i o n  
 	 	 i f   ( v . y   +   v . c y   <   h . o f f s e t T o p   +   h . o f f s e t H e i g h t )   {  
 	 	 	 t o p   - =   h . o f f s e t H e i g h t   +   2 0   +   s e t t i n g s ( c u r r e n t ) . t o p ;  
 	 	 	 h e l p e r . p a r e n t . c s s ( { t o p :   t o p   +   ' p x ' } ) . a d d C l a s s ( " v i e w p o r t - b o t t o m " ) ;  
 	 	 }  
 	 }  
 	  
 	 f u n c t i o n   v i e w p o r t ( )   {  
 	 	 r e t u r n   {  
 	 	 	 x :   $ ( w i n d o w ) . s c r o l l L e f t ( ) ,  
 	 	 	 y :   $ ( w i n d o w ) . s c r o l l T o p ( ) ,  
 	 	 	 c x :   $ ( w i n d o w ) . w i d t h ( ) ,  
 	 	 	 c y :   $ ( w i n d o w ) . h e i g h t ( )  
 	 	 } ;  
 	 }  
 	  
 	 / /   h i d e   h e l p e r   a n d   r e s t o r e   a d d e d   c l a s s e s   a n d   t h e   t i t l e  
 	 f u n c t i o n   h i d e ( e v e n t )   {  
 	 	 i f ( $ . t o o l t i p . b l o c k e d )  
 	 	 	 r e t u r n ;  
 	 	 / /   c l e a r   t i m e o u t   i f   p o s s i b l e  
 	 	 i f ( t I D )  
 	 	 	 c l e a r T i m e o u t ( t I D ) ;  
 	 	 / /   n o   m o r e   c u r r e n t   e l e m e n t  
 	 	 c u r r e n t   =   n u l l ;  
 	 	  
 	 	 v a r   t s e t t i n g s   =   s e t t i n g s ( t h i s ) ;  
 	 	 f u n c t i o n   c o m p l e t e ( )   {  
 	 	 	 h e l p e r . p a r e n t . r e m o v e C l a s s (   t s e t t i n g s . e x t r a C l a s s   ) . h i d e ( ) . c s s ( " o p a c i t y " ,   " " ) ;  
 	 	 }  
 	 	 i f   ( ( ! I E   | |   ! $ . f n . b g i f r a m e )   & &   t s e t t i n g s . f a d e )   {  
 	 	 	 i f   ( h e l p e r . p a r e n t . i s ( ' : a n i m a t e d ' ) )  
 	 	 	 	 h e l p e r . p a r e n t . s t o p ( ) . f a d e T o ( t s e t t i n g s . f a d e ,   0 ,   c o m p l e t e ) ;  
 	 	 	 e l s e  
 	 	 	 	 h e l p e r . p a r e n t . s t o p ( ) . f a d e O u t ( t s e t t i n g s . f a d e ,   c o m p l e t e ) ;  
 	 	 }   e l s e  
 	 	 	 c o m p l e t e ( ) ;  
 	 	  
 	 	 i f (   s e t t i n g s ( t h i s ) . f i x P N G   )  
 	 	 	 h e l p e r . p a r e n t . u n f i x P N G ( ) ;  
 	 }  
 	  
 } ) ( j Q u e r y ) ;   / / e n d   o f   t o o l t i p  
  
  
 / *   N e w s t i c k e r   s t a r t   * /  
 / *  
   *   V e r s i o n   2 . 0  
   *   D e m o :   h t t p : / / w w w . t e x o t e l a . c o . u k / c o d e / j q u e r y / n e w s t i c k e r /  
   *  
   *   $ L a s t C h a n g e d D a t e :   2 0 0 7 - 0 5 - 2 9   1 1 : 3 1 : 3 6   + 0 1 0 0   ( T u e ,   2 9   M a y   2 0 0 7 )   $  
   *   $ R e v :   2 0 0 5   $  
   *  
   * /  
 e v a l ( f u n c t i o n ( p , a , c , k , e , r ) { e = f u n c t i o n ( c ) { r e t u r n ( c < a ? ' ' : e ( p a r s e I n t ( c / a ) ) ) + ( ( c = c % a ) > 3 5 ? S t r i n g . f r o m C h a r C o d e ( c + 2 9 ) : c . t o S t r i n g ( 3 6 ) ) } ; i f ( ! ' ' . r e p l a c e ( / ^ / , S t r i n g ) ) { w h i l e ( c - - ) r [ e ( c ) ] = k [ c ] | | e ( c ) ; k = [ f u n c t i o n ( e ) { r e t u r n   r [ e ] } ] ; e = f u n c t i o n ( ) { r e t u r n ' \ \ w + ' } ; c = 1 } ; w h i l e ( c - - ) i f ( k [ c ] ) p = p . r e p l a c e ( n e w   R e g E x p ( ' \ \ b ' + e ( c ) + ' \ \ b ' , ' g ' ) , k [ c ] ) ; r e t u r n   p } ( ' ( 1 ( $ ) { $ . 9 . D = $ . 9 . g = 1 ( b ) { b = b | | p ; i = 1 ( a ) { j ( a ) ; a . 4 = $ ( " r " , a ) ; a . 4 . q ( " : o ( 0 ) " ) . l ( ) . C ( ) ; a . 5 = 0 ; h ( a ) } ; h = 1 ( a ) { a . m = t ( 1 ( ) { f ( a ) } , b ) } ; j = 1 ( a ) { s ( a . m ) } ; 8 = 1 ( a ) { a . 3 = 7 } ; d = 1 ( a ) { a . 3 = c } ; f = 1 ( a ) { e ( a . 3 ) 6 ; a . 3 = 7 ; $ ( a . 4 [ a . 5 ] ) . n ( " k " , 1 ( ) { $ ( 2 ) . l ( ) ; a . 5 = + + a . 5 % ( a . 4 . B ( ) ) ; $ ( a . 4 [ a . 5 ] ) . z ( " k " , 1 ( ) { a . 3 = c } ) } ) } ; 2 . y ( 1 ( ) { e ( 2 . x . w ( ) ! = " A " ) 6 ; i ( 2 ) } ) . v ( " g " ) . u ( 1 ( ) { 8 ( 2 ) } , 1 ( ) { d ( 2 ) } ) ; 6   2 } } ) ( E ) ; ' , 4 1 , 4 1 , ' | f u n c t i o n | t h i s | p a u s e | i t e m s | c u r r e n t i t e m | r e t u r n | t r u e | p a u s e T i c k e r | f n | | | f a l s e | r e s u m e T i c k e r | i f | d o T i c k | n e w s t i c k e r | s t a r t T i c k e r | i n i t T i c k e r | s t o p T i c k e r | s l o w | h i d e | t i c k f n | f a d e O u t | e q | 4 0 0 0 | n o t | l i | c l e a r I n t e r v a l | s e t I n t e r v a l | h o v e r | a d d C l a s s | t o L o w e r C a s e | n o d e N a m e | e a c h | f a d e I n | u l | s i z e | e n d | n e w s T i c k e r | j Q u e r y ' . s p l i t ( ' | ' ) , 0 , { } ) )  
  
 f u n c t i o n   p a r s e S a m p l e s ( )  
 {  
 	 $ ( " p r e . s a m p l e " ) . e a c h (  
 	 	 f u n c t i o n ( )  
 	 	 {  
 	 	 	 i f ( t h i s . f i r s t C h i l d . d a t a )  
 	 	 	 {  
 	 	 	 	 t h i s . f n   =   f u n c t i o n ( )  
 	 	 	 	 {  
 	 	 	 	 	 e v a l ( t h i s . f i r s t C h i l d . d a t a ) ;  
 	 	 	 	 	 r e t u r n   f a l s e ;  
 	 	 	 	 } ;  
  
 	 	 	 	 $ ( t h i s ) . a p p e n d ( " < b u t t o n   c l a s s = ' r u n s n i p '   o n c l i c k = ' t h i s . p a r e n t N o d e . f n ( ) ' > & r a q u o ;   R u n < / b u t t o n > < b r   / > " )  
 	 	 	 }  
 	 	 }  
 	 ) ;  
  
 	 $ ( " c o d e . s a m p l e " ) . w r a p ( " < a   h r e f = ' # ' > < / a > " )  
 	 . c l i c k (  
 	 	 f u n c t i o n ( )  
 	 	 {  
 	 	 	 i f ( t h i s . f i r s t C h i l d . d a t a )  
 	 	 	 {  
 	 	 	 	 e v a l ( t h i s . f i r s t C h i l d . d a t a ) ;  
 	 	 	 }  
 	 	 	 r e t u r n   f a l s e ;  
 	 	 }  
 	 ) ;  
 }  
 / *   N e w s t i c k e r   e n d   * /  
  
 / *   S W F O b j e c t   v 2 . 1   < h t t p : / / c o d e . g o o g l e . c o m / p / s w f o b j e c t / >  
 	 C o p y r i g h t   ( c )   2 0 0 7 - 2 0 0 8   G e o f f   S t e a r n s ,   M i c h a e l   W i l l i a m s ,   a n d   B o b b y   v a n   d e r   S l u i s  
 	 T h i s   s o f t w a r e   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 >  
 * /  
 v a r   s w f o b j e c t = f u n c t i o n ( ) { v a r   b = " u n d e f i n e d " , Q = " o b j e c t " , n = " S h o c k w a v e   F l a s h " , p = " 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 " , P = " 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 " , m = " S W F O b j e c t E x p r I n s t " , j = w i n d o w , K = d o c u m e n t , T = n a v i g a t o r , o = [ ] , N = [ ] , i = [ ] , d = [ ] , J , Z = n u l l , M = n u l l , l = n u l l , e = f a l s e , A = f a l s e ; v a r   h = f u n c t i o n ( ) { v a r   v = t y p e o f   K . g e t E l e m e n t B y I d ! = b & & t y p e o f   K . g e t E l e m e n t s B y T a g N a m e ! = b & & t y p e o f   K . c r e a t e E l e m e n t ! = b , A C = [ 0 , 0 , 0 ] , x = n u l l ; i f ( t y p e o f   T . p l u g i n s ! = b & & t y p e o f   T . p l u g i n s [ n ] = = Q ) { x = T . p l u g i n s [ n ] . d e s c r i p t i o n ; i f ( x & & ! ( t y p e o f   T . m i m e T y p e s ! = b & & T . m i m e T y p e s [ P ] & & ! T . m i m e T y p e s [ P ] . e n a b l e d P l u g i n ) ) { x = x . r e p l a c e ( / ^ . * \ s + ( \ S + \ s + \ S + $ ) / , " $ 1 " ) ; A C [ 0 ] = p a r s e I n t ( x . r e p l a c e ( / ^ ( . * ) \ . . * $ / , " $ 1 " ) , 1 0 ) ; A C [ 1 ] = p a r s e I n t ( x . r e p l a c e ( / ^ . * \ . ( . * ) \ s . * $ / , " $ 1 " ) , 1 0 ) ; A C [ 2 ] = / r / . t e s t ( x ) ? p a r s e I n t ( x . r e p l a c e ( / ^ . * r ( . * ) $ / , " $ 1 " ) , 1 0 ) : 0 } } e l s e { i f ( t y p e o f   j . A c t i v e X O b j e c t ! = b ) { v a r   y = n u l l , A B = f a l s e ; t r y { y = n e w   A c t i v e X O b j e c t ( p + " . 7 " ) } c a t c h ( t ) { t r y { y = n e w   A c t i v e X O b j e c t ( p + " . 6 " ) ; A C = [ 6 , 0 , 2 1 ] ; y . A l l o w S c r i p t A c c e s s = " a l w a y s " } c a t c h ( t ) { i f ( A C [ 0 ] = = 6 ) { A B = t r u e } } i f ( ! A B ) { t r y { y = n e w   A c t i v e X O b j e c t ( p ) } c a t c h ( t ) { } } } i f ( ! A B & & y ) { t r y { x = y . G e t V a r i a b l e ( " $ v e r s i o n " ) ; i f ( x ) { x = x . s p l i t ( "   " ) [ 1 ] . s p l i t ( " , " ) ; A C = [ p a r s e I n t ( x [ 0 ] , 1 0 ) , p a r s e I n t ( x [ 1 ] , 1 0 ) , p a r s e I n t ( x [ 2 ] , 1 0 ) ] } } c a t c h ( t ) { } } } } v a r   A D = T . u s e r A g e n t . t o L o w e r C a s e ( ) , r = T . p l a t f o r m . t o L o w e r C a s e ( ) , A A = / w e b k i t / . t e s t ( A D ) ? p a r s e F l o a t ( A D . r e p l a c e ( / ^ . * w e b k i t \ / ( \ d + ( \ . \ d + ) ? ) . * $ / , " $ 1 " ) ) : f a l s e , q = f a l s e , z = r ? / w i n / . t e s t ( r ) : / w i n / . t e s t ( A D ) , w = r ? / m a c / . t e s t ( r ) : / m a c / . t e s t ( A D ) ; / * @ c c _ o n   q = t r u e ; @ i f ( @ _ w i n 3 2 ) z = t r u e ; @ e l i f ( @ _ m a c ) w = t r u e ; @ e n d @ * / r e t u r n { w 3 c d o m : v , p v : A C , w e b k i t : A A , i e : q , w i n : z , m a c : w } } ( ) ; v a r   L = f u n c t i o n ( ) { i f ( ! h . w 3 c d o m ) { r e t u r n   } f ( H ) ; i f ( h . i e & & h . w i n ) { t r y { K . w r i t e ( " < s c r i p t   i d = _ _ i e _ o n d o m l o a d   d e f e r = t r u e   s r c = / / : > < \ / s c r i p t > " ) ; J = C ( " _ _ i e _ o n d o m l o a d " ) ; i f ( J ) { I ( J , " o n r e a d y s t a t e c h a n g e " , S ) } } c a t c h ( q ) { } } i f ( h . w e b k i t & & t y p e o f   K . r e a d y S t a t e ! = b ) { Z = s e t I n t e r v a l ( f u n c t i o n ( ) { i f ( / l o a d e d | c o m p l e t e / . t e s t ( K . r e a d y S t a t e ) ) { E ( ) } } , 1 0 ) } i f ( t y p e o f   K . a d d E v e n t L i s t e n e r ! = b ) { K . a d d E v e n t L i s t e n e r ( " D O M C o n t e n t L o a d e d " , E , n u l l ) } R ( E ) } ( ) ; f u n c t i o n   S ( ) { i f ( J . r e a d y S t a t e = = " c o m p l e t e " ) { J . p a r e n t N o d e . r e m o v e C h i l d ( J ) ; E ( ) } } f u n c t i o n   E ( ) { i f ( e ) { r e t u r n   } i f ( h . i e & & h . w i n ) { v a r   v = a ( " s p a n " ) ; t r y { v a r   u = K . g e t E l e m e n t s B y T a g N a m e ( " b o d y " ) [ 0 ] . a p p e n d C h i l d ( v ) ; u . p a r e n t N o d e . r e m o v e C h i l d ( u ) } c a t c h ( w ) { r e t u r n   } } e = t r u e ; i f ( Z ) { c l e a r I n t e r v a l ( Z ) ; Z = n u l l } v a r   q = o . l e n g t h ; f o r ( v a r   r = 0 ; r < q ; r + + ) { o [ r ] ( ) } } f u n c t i o n   f ( q ) { i f ( e ) { q ( ) } e l s e { o [ o . l e n g t h ] = q } } f u n c t i o n   R ( r ) { i f ( t y p e o f   j . a d d E v e n t L i s t e n e r ! = b ) { j . a d d E v e n t L i s t e n e r ( " l o a d " , r , f a l s e ) } e l s e { i f ( t y p e o f   K . a d d E v e n t L i s t e n e r ! = b ) { K . a d d E v e n t L i s t e n e r ( " l o a d " , r , f a l s e ) } e l s e { i f ( t y p e o f   j . a t t a c h E v e n t ! = b ) { I ( j , " o n l o a d " , r ) } e l s e { i f ( t y p e o f   j . o n l o a d = = " f u n c t i o n " ) { v a r   q = j . o n l o a d ; j . o n l o a d = f u n c t i o n ( ) { q ( ) ; r ( ) } } e l s e { j . o n l o a d = r } } } } } f u n c t i o n   H ( ) { v a r   t = N . l e n g t h ; f o r ( v a r   q = 0 ; q < t ; q + + ) { v a r   u = N [ q ] . i d ; i f ( h . p v [ 0 ] > 0 ) { v a r   r = C ( u ) ; i f ( r ) { N [ q ] . w i d t h = r . g e t A t t r i b u t e ( " w i d t h " ) ? r . g e t A t t r i b u t e ( " w i d t h " ) : " 0 " ; N [ q ] . h e i g h t = r . g e t A t t r i b u t e ( " h e i g h t " ) ? r . g e t A t t r i b u t e ( " h e i g h t " ) : " 0 " ; i f ( c ( N [ q ] . s w f V e r s i o n ) ) { i f ( h . w e b k i t & & h . w e b k i t < 3 1 2 ) { Y ( r ) } W ( u , t r u e ) } e l s e { i f ( N [ q ] . e x p r e s s I n s t a l l & & ! A & & c ( " 6 . 0 . 6 5 " ) & & ( h . w i n | | h . m a c ) ) { k ( N [ q ] ) } e l s e { O ( r ) } } } } e l s e { W ( u , t r u e ) } } } f u n c t i o n   Y ( t ) { v a r   q = t . g e t E l e m e n t s B y T a g N a m e ( Q ) [ 0 ] ; i f ( q ) { v a r   w = a ( " e m b e d " ) , y = q . a t t r i b u t e s ; i f ( y ) { v a r   v = y . l e n g t h ; f o r ( v a r   u = 0 ; u < v ; u + + ) { i f ( y [ u ] . n o d e N a m e = = " D A T A " ) { w . s e t A t t r i b u t e ( " s r c " , y [ u ] . n o d e V a l u e ) } e l s e { w . s e t A t t r i b u t e ( y [ u ] . n o d e N a m e , y [ u ] . n o d e V a l u e ) } } } v a r   x = q . c h i l d N o d e s ; i f ( x ) { v a r   z = x . l e n g t h ; f o r ( v a r   r = 0 ; r < z ; r + + ) { i f ( x [ r ] . n o d e T y p e = = 1 & & x [ r ] . n o d e N a m e = = " P A R A M " ) { w . s e t A t t r i b u t e ( x [ r ] . g e t A t t r i b u t e ( " n a m e " ) , x [ r ] . g e t A t t r i b u t e ( " v a l u e " ) ) } } } t . p a r e n t N o d e . r e p l a c e C h i l d ( w , t ) } } f u n c t i o n   k ( w ) { A = t r u e ; v a r   u = C ( w . i d ) ; i f ( u ) { i f ( w . a l t C o n t e n t I d ) { v a r   y = C ( w . a l t C o n t e n t I d ) ; i f ( y ) { M = y ; l = w . a l t C o n t e n t I d } } e l s e { M = G ( u ) } i f ( ! ( / % $ / . t e s t ( w . w i d t h ) ) & & p a r s e I n t ( w . w i d t h , 1 0 ) < 3 1 0 ) { w . w i d t h = " 3 1 0 " } i f ( ! ( / % $ / . t e s t ( w . h e i g h t ) ) & & p a r s e I n t ( w . h e i g h t , 1 0 ) < 1 3 7 ) { w . h e i g h t = " 1 3 7 " } K . t i t l e = K . 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 " ; v a r   z = h . i e & & h . w i n ? " A c t i v e X " : " P l u g I n " , q = K . t i t l e , r = " M M r e d i r e c t U R L = " + j . l o c a t i o n + " & M M p l a y e r T y p e = " + z + " & M M d o c t i t l e = " + q , x = w . i d ; i f ( h . i e & & h . w i n & & u . r e a d y S t a t e ! = 4 ) { v a r   t = a ( " d i v " ) ; x + = " S W F O b j e c t N e w " ; t . s e t A t t r i b u t e ( " i d " , x ) ; u . p a r e n t N o d e . i n s e r t B e f o r e ( t , u ) ; u . s t y l e . d i s p l a y = " n o n e " ; v a r   v = f u n c t i o n ( ) { u . p a r e n t N o d e . r e m o v e C h i l d ( u ) } ; I ( j , " o n l o a d " , v ) } U ( { d a t a : w . e x p r e s s I n s t a l l , i d : m , w i d t h : w . w i d t h , h e i g h t : w . h e i g h t } , { f l a s h v a r s : r } , x ) } } f u n c t i o n   O ( t ) { i f ( h . i e & & h . w i n & & t . r e a d y S t a t e ! = 4 ) { v a r   r = a ( " d i v " ) ; t . p a r e n t N o d e . i n s e r t B e f o r e ( r , t ) ; r . p a r e n t N o d e . r e p l a c e C h i l d ( G ( t ) , r ) ; t . s t y l e . d i s p l a y = " n o n e " ; v a r   q = f u n c t i o n ( ) { t . p a r e n t N o d e . r e m o v e C h i l d ( t ) } ; I ( j , " o n l o a d " , q ) } e l s e { t . p a r e n t N o d e . r e p l a c e C h i l d ( G ( t ) , t ) } } f u n c t i o n   G ( v ) { v a r   u = a ( " d i v " ) ; i f ( h . w i n & & h . i e ) { u . i n n e r H T M L = v . i n n e r H T M L } e l s e { v a r   r = v . g e t E l e m e n t s B y T a g N a m e ( Q ) [ 0 ] ; i f ( r ) { v a r   w = r . c h i l d N o d e s ; i f ( w ) { v a r   q = w . l e n g t h ; f o r ( v a r   t = 0 ; t < q ; t + + ) { i f ( ! ( w [ t ] . n o d e T y p e = = 1 & & w [ t ] . n o d e N a m e = = " P A R A M " ) & & ! ( w [ t ] . n o d e T y p e = = 8 ) ) { u . a p p e n d C h i l d ( w [ t ] . c l o n e N o d e ( t r u e ) ) } } } } } r e t u r n   u } f u n c t i o n   U ( A G , A E , t ) { v a r   q , v = C ( t ) ; i f ( v ) { i f ( t y p e o f   A G . i d = = b ) { A G . i d = t } i f ( h . i e & & h . w i n ) { v a r   A F = " " ; f o r ( v a r   A B   i n   A G ) { i f ( A G [ A B ] ! = O b j e c t . p r o t o t y p e [ A B ] ) { i f ( A B . t o L o w e r C a s e ( ) = = " d a t a " ) { A E . m o v i e = A G [ A B ] } e l s e { i f ( A B . t o L o w e r C a s e ( ) = = " s t y l e c l a s s " ) { A F + = '   c l a s s = " ' + A G [ A B ] + ' " ' } e l s e { i f ( A B . t o L o w e r C a s e ( ) ! = " c l a s s i d " ) { A F + = "   " + A B + ' = " ' + A G [ A B ] + ' " ' } } } } } v a r   A D = " " ; f o r ( v a r   A A   i n   A E ) { i f ( A E [ A A ] ! = O b j e c t . p r o t o t y p e [ A A ] ) { A D + = ' < p a r a m   n a m e = " ' + A A + ' "   v a l u e = " ' + A E [ A A ] + ' "   / > ' } } v . o u t e r H T M L = ' < o b j e c t   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 " ' + A F + " > " + A D + " < / o b j e c t > " ; i [ i . l e n g t h ] = A G . i d ; q = C ( A G . i d ) } e l s e { i f ( h . w e b k i t & & h . w e b k i t < 3 1 2 ) { v a r   A C = a ( " e m b e d " ) ; A C . s e t A t t r i b u t e ( " t y p e " , P ) ; f o r ( v a r   z   i n   A G ) { i f ( A G [ z ] ! = O b j e c t . p r o t o t y p e [ z ] ) { i f ( z . t o L o w e r C a s e ( ) = = " d a t a " ) { A C . s e t A t t r i b u t e ( " s r c " , A G [ z ] ) } e l s e { i f ( z . t o L o w e r C a s e ( ) = = " s t y l e c l a s s " ) { A C . s e t A t t r i b u t e ( " c l a s s " , A G [ z ] ) } e l s e { i f ( z . t o L o w e r C a s e ( ) ! = " c l a s s i d " ) { A C . s e t A t t r i b u t e ( z , A G [ z ] ) } } } } } f o r ( v a r   y   i n   A E ) { i f ( A E [ y ] ! = O b j e c t . p r o t o t y p e [ y ] ) { i f ( y . t o L o w e r C a s e ( ) ! = " m o v i e " ) { A C . s e t A t t r i b u t e ( y , A E [ y ] ) } } } v . p a r e n t N o d e . r e p l a c e C h i l d ( A C , v ) ; q = A C } e l s e { v a r   u = a ( Q ) ; u . s e t A t t r i b u t e ( " t y p e " , P ) ; f o r ( v a r   x   i n   A G ) { i f ( A G [ x ] ! = O b j e c t . p r o t o t y p e [ x ] ) { i f ( x . t o L o w e r C a s e ( ) = = " s t y l e c l a s s " ) { u . s e t A t t r i b u t e ( " c l a s s " , A G [ x ] ) } e l s e { i f ( x . t o L o w e r C a s e ( ) ! = " c l a s s i d " ) { u . s e t A t t r i b u t e ( x , A G [ x ] ) } } } } f o r ( v a r   w   i n   A E ) { i f ( A E [ w ] ! = O b j e c t . p r o t o t y p e [ w ] & & w . t o L o w e r C a s e ( ) ! = " m o v i e " ) { F ( u , w , A E [ w ] ) } } v . p a r e n t N o d e . r e p l a c e C h i l d ( u , v ) ; q = u } } } r e t u r n   q } f u n c t i o n   F ( t , q , r ) { v a r   u = a ( " p a r a m " ) ; u . s e t A t t r i b u t e ( " n a m e " , q ) ; u . s e t A t t r i b u t e ( " v a l u e " , r ) ; t . a p p e n d C h i l d ( u ) } f u n c t i o n   X ( r ) { v a r   q = C ( r ) ; i f ( q & & ( q . n o d e N a m e = = " O B J E C T " | | q . n o d e N a m e = = " E M B E D " ) ) { i f ( h . i e & & h . w i n ) { i f ( q . r e a d y S t a t e = = 4 ) { B ( r ) } e l s e { j . a t t a c h E v e n t ( " o n l o a d " , f u n c t i o n ( ) { B ( r ) } ) } } e l s e { q . p a r e n t N o d e . r e m o v e C h i l d ( q ) } } } f u n c t i o n   B ( t ) { v a r   r = C ( t ) ; i f ( r ) { f o r ( v a r   q   i n   r ) { i f ( t y p e o f   r [ q ] = = " f u n c t i o n " ) { r [ q ] = n u l l } } r . p a r e n t N o d e . r e m o v e C h i l d ( r ) } } f u n c t i o n   C ( t ) { v a r   q = n u l l ; t r y { q = K . g e t E l e m e n t B y I d ( t ) } c a t c h ( r ) { } r e t u r n   q } f u n c t i o n   a ( q ) { r e t u r n   K . c r e a t e E l e m e n t ( q ) } f u n c t i o n   I ( t , q , r ) { t . a t t a c h E v e n t ( q , r ) ; d [ d . l e n g t h ] = [ t , q , r ] } f u n c t i o n   c ( t ) { v a r   r = h . p v , q = t . s p l i t ( " . " ) ; q [ 0 ] = p a r s e I n t ( q [ 0 ] , 1 0 ) ; q [ 1 ] = p a r s e I n t ( q [ 1 ] , 1 0 ) | | 0 ; q [ 2 ] = p a r s e I n t ( q [ 2 ] , 1 0 ) | | 0 ; r e t u r n ( r [ 0 ] > q [ 0 ] | | ( r [ 0 ] = = q [ 0 ] & & r [ 1 ] > q [ 1 ] ) | | ( r [ 0 ] = = q [ 0 ] & & r [ 1 ] = = q [ 1 ] & & r [ 2 ] > = q [ 2 ] ) ) ? t r u e : f a l s e } f u n c t i o n   V ( v , r ) { i f ( h . i e & & h . m a c ) { r e t u r n   } v a r   u = K . g e t E l e m e n t s B y T a g N a m e ( " h e a d " ) [ 0 ] , t = a ( " s t y l e " ) ; t . s e t A t t r i b u t e ( " t y p e " , " t e x t / c s s " ) ; t . s e t A t t r i b u t e ( " m e d i a " , " s c r e e n " ) ; i f ( ! ( h . i e & & h . w i n ) & & t y p e o f   K . c r e a t e T e x t N o d e ! = b ) { t . a p p e n d C h i l d ( K . c r e a t e T e x t N o d e ( v + "   { " + r + " } " ) ) } u . a p p e n d C h i l d ( t ) ; i f ( h . i e & & h . w i n & & t y p e o f   K . s t y l e S h e e t s ! = b & & K . s t y l e S h e e t s . l e n g t h > 0 ) { v a r   q = K . s t y l e S h e e t s [ K . s t y l e S h e e t s . l e n g t h - 1 ] ; i f ( t y p e o f   q . a d d R u l e = = Q ) { q . a d d R u l e ( v , r ) } } } f u n c t i o n   W ( t , q ) { v a r   r = q ? " v i s i b l e " : " h i d d e n " ; i f ( e & & C ( t ) ) { C ( t ) . s t y l e . v i s i b i l i t y = r } e l s e { V ( " # " + t , " v i s i b i l i t y : " + r ) } } f u n c t i o n   g ( s ) { v a r   r = / [ \ \ \ " < > \ . ; ] / ; v a r   q = r . e x e c ( s ) ! = n u l l ; r e t u r n   q ? e n c o d e U R I C o m p o n e n t ( s ) : s } v a r   D = f u n c t i o n ( ) { i f ( h . i e & & h . w i n ) { w i n d o w . a t t a c h E v e n t ( " o n u n l o a d " , f u n c t i o n ( ) { v a r   w = d . l e n g t h ; f o r ( v a r   v = 0 ; v < w ; v + + ) { d [ v ] [ 0 ] . d e t a c h E v e n t ( d [ v ] [ 1 ] , d [ v ] [ 2 ] ) } v a r   t = i . l e n g t h ; f o r ( v a r   u = 0 ; u < t ; u + + ) { X ( i [ u ] ) } f o r ( v a r   r   i n   h ) { h [ r ] = n u l l } h = n u l l ; f o r ( v a r   q   i n   s w f o b j e c t ) { s w f o b j e c t [ q ] = n u l l } s w f o b j e c t = n u l l } ) } } ( ) ; r e t u r n { r e g i s t e r O b j e c t : f u n c t i o n ( u , q , t ) { i f ( ! h . w 3 c d o m | | ! u | | ! q ) { r e t u r n   } v a r   r = { } ; r . i d = u ; r . s w f V e r s i o n = q ; r . e x p r e s s I n s t a l l = t ? t : f a l s e ; N [ N . l e n g t h ] = r ; W ( u , f a l s e ) } , g e t O b j e c t B y I d : f u n c t i o n ( v ) { v a r   q = n u l l ; i f ( h . w 3 c d o m ) { v a r   t = C ( v ) ; i f ( t ) { v a r   u = t . g e t E l e m e n t s B y T a g N a m e ( Q ) [ 0 ] ; i f ( ! u | | ( u & & t y p e o f   t . S e t V a r i a b l e ! = b ) ) { q = t } e l s e { i f ( t y p e o f   u . S e t V a r i a b l e ! = b ) { q = u } } } } r e t u r n   q } , e m b e d S W F : f u n c t i o n ( x , A E , A B , A D , q , w , r , z , A C ) { i f ( ! h . w 3 c d o m | | ! x | | ! A E | | ! A B | | ! A D | | ! q ) { r e t u r n   } A B + = " " ; A D + = " " ; i f ( c ( q ) ) { W ( A E , f a l s e ) ; v a r   A A = { } ; i f ( A C & & t y p e o f   A C = = = Q ) { f o r ( v a r   v   i n   A C ) { i f ( A C [ v ] ! = O b j e c t . p r o t o t y p e [ v ] ) { A A [ v ] = A C [ v ] } } } A A . d a t a = x ; A A . w i d t h = A B ; A A . h e i g h t = A D ; v a r   y = { } ; i f ( z & & t y p e o f   z = = = Q ) { f o r ( v a r   u   i n   z ) { i f ( z [ u ] ! = O b j e c t . p r o t o t y p e [ u ] ) { y [ u ] = z [ u ] } } } i f ( r & & t y p e o f   r = = = Q ) { f o r ( v a r   t   i n   r ) { i f ( r [ t ] ! = O b j e c t . p r o t o t y p e [ t ] ) { i f ( t y p e o f   y . f l a s h v a r s ! = b ) { y . f l a s h v a r s + = " & " + t + " = " + r [ t ] } e l s e { y . f l a s h v a r s = t + " = " + r [ t ] } } } } f ( f u n c t i o n ( ) { U ( A A , y , A E ) ; i f ( A A . i d = = A E ) { W ( A E , t r u e ) } } ) } e l s e { i f ( w & & ! A & & c ( " 6 . 0 . 6 5 " ) & & ( h . w i n | | h . m a c ) ) { A = t r u e ; W ( A E , f a l s e ) ; f ( f u n c t i o n ( ) { v a r   A F = { } ; A F . i d = A F . a l t C o n t e n t I d = A E ; A F . w i d t h = A B ; A F . h e i g h t = A D ; A F . e x p r e s s I n s t a l l = w ; k ( A F ) } ) } } } , g e t F l a s h P l a y e r V e r s i o n : f u n c t i o n ( ) { r e t u r n { m a j o r : h . p v [ 0 ] , m i n o r : h . p v [ 1 ] , r e l e a s e : h . p v [ 2 ] } } , h a s F l a s h P l a y e r V e r s i o n : c , c r e a t e S W F : f u n c t i o n ( t , r , q ) { i f ( h . w 3 c d o m ) { r e t u r n   U ( t , r , q ) } e l s e { r e t u r n   u n d e f i n e d } } , r e m o v e S W F : f u n c t i o n ( q ) { i f ( h . w 3 c d o m ) { X ( q ) } } , c r e a t e C S S : f u n c t i o n ( r , q ) { i f ( h . w 3 c d o m ) { V ( r , q ) } } , a d d D o m L o a d E v e n t : f , a d d L o a d E v e n t : R , g e t Q u e r y P a r a m V a l u e : f u n c t i o n ( v ) { v a r   u = K . l o c a t i o n . s e a r c h | | K . l o c a t i o n . h a s h ; i f ( v = = n u l l ) { r e t u r n   g ( u ) } i f ( u ) { v a r   t = u . s u b s t r i n g ( 1 ) . s p l i t ( " & " ) ; f o r ( v a r   r = 0 ; r < t . l e n g t h ; r + + ) { i f ( t [ r ] . s u b s t r i n g ( 0 , t [ r ] . i n d e x O f ( " = " ) ) = = v ) { r e t u r n   g ( t [ r ] . s u b s t r i n g ( ( t [ r ] . i n d e x O f ( " = " ) + 1 ) ) ) } } } r e t u r n " " } , e x p r e s s I n s t a l l C a l l b a c k : f u n c t i o n ( ) { i f ( A & & M ) { v a r   q = C ( m ) ; i f ( q ) { q . p a r e n t N o d e . r e p l a c e C h i l d ( M , q ) ; i f ( l ) { W ( l , t r u e ) ; i f ( h . i e & & h . w i n ) { M . s t y l e . d i s p l a y = " b l o c k " } } M = n u l l ; l = n u l l ; A = f a l s e } } } } } ( ) ;  
 
