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