ÿþf u n c t i o n   m o v e A l o n g ( l a y e r N a m e ,   p a c e L e f t ,   p a c e T o p ,   f r o m L e f t ,   f r o m T o p ) { 
 
 	 c l e a r T i m e o u t ( e v a l ( l a y e r N a m e ) . t i m e r ) 
 
 	 i f ( e v a l ( l a y e r N a m e ) . c u r L e f t   ! =   f r o m L e f t ) { 
 
 	 	 i f ( ( M a t h . m a x ( e v a l ( l a y e r N a m e ) . c u r L e f t ,   f r o m L e f t )   -   M a t h . m i n ( e v a l ( l a y e r N a m e ) . c u r L e f t ,   f r o m L e f t ) )   <   p a c e L e f t ) { e v a l ( l a y e r N a m e ) . c u r L e f t   =   f r o m L e f t } 
 
 	 	 e l s e   i f ( e v a l ( l a y e r N a m e ) . c u r L e f t   <   f r o m L e f t ) { e v a l ( l a y e r N a m e ) . c u r L e f t   =   e v a l ( l a y e r N a m e ) . c u r L e f t   +   p a c e L e f t } 
 
 	 	 	 e l s e   i f ( e v a l ( l a y e r N a m e ) . c u r L e f t   >   f r o m L e f t ) { e v a l ( l a y e r N a m e ) . c u r L e f t   =   e v a l ( l a y e r N a m e ) . c u r L e f t   -   p a c e L e f t } 
 
 	 	 i f ( i e ) { d o c u m e n t . a l l [ l a y e r N a m e ] . s t y l e . l e f t   =   e v a l ( l a y e r N a m e ) . c u r L e f t } 
 
 	 	 i f ( n s ) { d o c u m e n t [ l a y e r N a m e ] . l e f t   =   e v a l ( l a y e r N a m e ) . c u r L e f t } 
 
 	 } 
 
 	 i f ( e v a l ( l a y e r N a m e ) . c u r T o p   ! =   f r o m T o p ) { 
 
       i f ( ( M a t h . m a x ( e v a l ( l a y e r N a m e ) . c u r T o p ,   f r o m T o p )   -   M a t h . m i n ( e v a l ( l a y e r N a m e ) . c u r T o p ,   f r o m T o p ) )   <   p a c e T o p ) { e v a l ( l a y e r N a m e ) . c u r T o p   =   f r o m T o p } 
 
 	 	 e l s e   i f ( e v a l ( l a y e r N a m e ) . c u r T o p   <   f r o m T o p ) { e v a l ( l a y e r N a m e ) . c u r T o p   =   e v a l ( l a y e r N a m e ) . c u r T o p   +   p a c e T o p } 
 
 	 	 	 e l s e   i f ( e v a l ( l a y e r N a m e ) . c u r T o p   >   f r o m T o p ) { e v a l ( l a y e r N a m e ) . c u r T o p   =   e v a l ( l a y e r N a m e ) . c u r T o p   -   p a c e T o p } 
 
 	 	 i f ( i e ) { d o c u m e n t . a l l [ l a y e r N a m e ] . s t y l e . t o p   =   e v a l ( l a y e r N a m e ) . c u r T o p } 
 
 	 	 i f ( n s ) { d o c u m e n t [ l a y e r N a m e ] . t o p   =   e v a l ( l a y e r N a m e ) . c u r T o p } 
 
 	 } 
 
 	 e v a l ( l a y e r N a m e ) . t i m e r = s e t T i m e o u t ( ' m o v e A l o n g ( " ' + l a y e r N a m e + ' " , ' + p a c e L e f t + ' , ' + p a c e T o p + ' , ' + f r o m L e f t + ' , ' + f r o m T o p + ' ) ' , 3 0 ) 
 
 } 
 
 
 
 f u n c t i o n   s e t P a c e ( l a y e r N a m e ,   f r o m L e f t ,   f r o m T o p ,   m o t i o n S p e e d ) { 
 
 	 e v a l ( l a y e r N a m e ) . g a p L e f t   =   ( M a t h . m a x ( e v a l ( l a y e r N a m e ) . c u r L e f t ,   f r o m L e f t )   -   M a t h . m i n ( e v a l ( l a y e r N a m e ) . c u r L e f t ,   f r o m L e f t ) ) / m o t i o n S p e e d 
 
 	 e v a l ( l a y e r N a m e ) . g a p T o p   =   ( M a t h . m a x ( e v a l ( l a y e r N a m e ) . c u r T o p ,   f r o m T o p )   -   M a t h . m i n ( e v a l ( l a y e r N a m e ) . c u r T o p ,   f r o m T o p ) ) / m o t i o n S p e e d 
 
 	 m o v e A l o n g ( l a y e r N a m e ,   e v a l ( l a y e r N a m e ) . g a p L e f t ,   e v a l ( l a y e r N a m e ) . g a p T o p ,   f r o m L e f t ,   f r o m T o p ) 
 
 } 
 
 f u n c t i o n   F i x Y ( ) { 
 
 	 i f ( i e ) { s i d e m e n u . s t y l e . t o p   =   d o c u m e n t . b o d y . s c r o l l T o p + 1 0 } 
 
 	 i f ( n s ) { s i d e m e n u . t o p   =   w i n d o w . p a g e Y O f f s e t + 1 0 } 
 
 } 
 
     
 
 
 
 	 / / hb_ü[*‚„vJ S ãNx
 
 	 v a r   e x p a n d S t a t e   =   0 ; 
 
 	 f u n c t i o n   e x p a n d ( ) { 
 
 	     i f ( e x p a n d S t a t e   = =   0 ) { s e t P a c e ( ' m a s t e r ' ,   0 ,   1 0 ,   1 0 ) ;   i f ( i e ) { d o c u m e n t . m e n u t o p . s r c   = ' q q / n o . g i f ' } ;   e x p a n d S t a t e   =   1 ; } 
 
 	     e l s e { s e t P a c e ( ' m a s t e r ' ,   - 1 5 7 ,   1 0 ,   1 0 ) ;   i f ( i e ) { d o c u m e n t . m e n u t o p . s r c = ' q q / p a y o n l i n e . g i f ' } ;   e x p a n d S t a t e   =   0 ; } 
 
 	 } 
 
 	 d o c u m e n t . w r i t e ( " < s t y l e   t y p e = t e x t / c s s > # m a s t e r   { L E F T :   - 1 5 7 p x ;   P O S I T I O N :   a b s o l u t e ;   T O P :   2 5 p x ;   V I S I B I L I T Y :   v i s i b l e ;   Z - I N D E X :   9 9 9 } < / s t y l e > " ) 
 
 	 d o c u m e n t . w r i t e ( " < t a b l e   i d = m a s t e r   b o r d e r = 0   c e l l s p a c i n g = 0   c e l l p a d d i n g = 0 > " ) 
 
 	 d o c u m e n t . w r i t e ( " < t r > < t d   w i d t h = 1 5 7   v a l i g n = t o p > " ) 
 
 
 
 d o c u m e n t . w r i t e ( " < t a b l e   c e l l S p a c i n g = 0   c e l l P a d d i n g = 0   w i d t h = 1 5 7   b o r d e r = 0   b g c o l o r = f f f f f f > " ) 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3   b a c k g r o u n d = q q / i c o 1 . g i f   h e i g h t = 2 2 > & n b s p ; & n b s p ; & n b s p ; < f o n t   c o l o r = f f f f f f > " + w e b _ a d + " < / f o n t > < / t d > < / t r > " ) 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3   a l i g n = c e n t e r   h e i g h t = 3 6   b a c k g r o u n d = q q / i c o 6 . g i f > " ) 
 
 
 
 
 
 v a r   o n l i = 0 ; 
 
 v a r   l i s = o n l i n e . l e n g t h ;   / / žX R(W¿~ºNXTÀhåg0
 
 f o r ( i = 0 ; i < = l i s ; i + + ) { i f ( o n l i n e [ i ] = = 1 ) { o n l i + + ; } } 
 
 
 
 A d d P o r t a l ( ' 2 0 0 3 3 ' , ' q q / l o g o _ 2 4 x 2 4 . j p g   ' , ' 1 ' , ' 2 . 1 ' ) ; 
 
 d o c u m e n t . w r i t e ( " < / t d > < / t r > " ) 
 
 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3   b a c k g r o u n d = q q / i c o 7 . g i f   w i d t h = 1 5 7   h e i g h t = 4 2   s t y l e = ' f o n t - s i z e : 1 0 p t ; p a d d i n g - t o p : 2 0 ; p a d d i n g - l e f t : 3 0 ; '   a l i g n = c e n t e r > & n b s p ; & n b s p ; & n b s p ; ¢[
g(W¿~& n b s p ; & n b s p ; & n b s p ; & n b s p ; & n b s p ; < / t d > < / t r > " ) / / ( " + o n l i + " / " + l i s + " ) 
 
 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   w i d t h = 3 4   h e i g h t = 4 4   b a c k g r o u n d = q q / i c o 8 . g i f > < / t d > " ) 
 
 d o c u m e n t . w r i t e ( " < t d   v A l i g n = t o p   w i d t h = 1 1 6   b g C o l o r = # f f f f f f   s t y l e = ' w o r d - b r e a k : b r e a k - a l l ; l i n e - h e i g h t : 1 . 5 ' > " ) 
 
 
 
 d o c u m e n t . w r i t e ( ' < t a b l e > < t r > ' ) ; 
 
 i f   ( o n l i n e [ 0 ] = = 0 ) 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ m . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' +   w e b _ q q   +   ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : # 0 0 0 0 0 0 ; " > (W¿~¨Tâ‹< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 e l s e 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ 1 . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : # 0 0 0 0 0 0 ; " > (W¿~¨Tâ‹< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 d o c u m e n t . w r i t e ( '     < / t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '     < t r > ' ) ; 
 
 i f   ( o n l i n e [ 1 ] = = 0 ) 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ m . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 1 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : # 0 0 0 0 0 0 ; " >  •.UNXT< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 e l s e 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ 1 . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 1 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : r e d ; " >  •.UNXT< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 d o c u m e n t . w r i t e ( '     < / t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '     < t r > ' ) ; 
 
 i f   ( o n l i n e [ 2 ] = = 0 ) 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ m . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 2 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : # 0 0 0 0 0 0 ; " >  •.UNXT< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 e l s e 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ 1 . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 2 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : r e d ; " >  •.UNXT< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 
 
 d o c u m e n t . w r i t e ( ' < / t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '     < t r > ' ) ; 
 
 i f   ( o n l i n e [ 3 ] = = 0 ) 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ m . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 3 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : # 0 0 0 0 0 0 ; " > ¢[7b
g¡R< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 e l s e 
 
     { 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / 1 _ 1 . g i f   b o r d e r = " 0 " > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
         d o c u m e n t . w r i t e ( ' < a   h r e f = " h t t p : / / w p a . q q . c o m / m s g r d ? V = 1 & a m p ; U i n = ' + w e b 3 _ q q + ' & a m p ; S i t e = 
Nwm¿NzáOo`Ñy€b	gP–lQøS& a m p ; M e n u = y e s "   t a r g e t = " b l a n k " > < f o n t   s t y l e = " f o n t - s i z e : 1 2 p x ; T E X T - D E C O R A T I O N : n o n e ; c o l o r : r e d ; " > ¢[7b
g¡R< / f o n t > < / a > < b r > ' ) ; 
 
         d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
     } 
 
 
 
 d o c u m e n t . w r i t e ( ' < / t r > < / t a b l e > ' ) ; 
 
 
 
 
 
 d o c u m e n t . w r i t e ( " < / t d > " ) ; 
 
 d o c u m e n t . w r i t e ( " < t d   a l i g n = r i g h t   w i d t h = 7   b a c k g r o u n d = q q / i c o 9 . g i f > < / t d > " ) ; 
 
 
 
 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   w i d t h = 3 4   h e i g h t = 8 0   b a c k g r o u n d = q q / i c o 8 . g i f > < / t d > " ) ; 
 
 d o c u m e n t . w r i t e ( " < t d   v A l i g n = t o p   w i d t h = 1 1 6   b g C o l o r = # f f f f f f   s t y l e = ' w o r d - b r e a k : b r e a k - a l l ; l i n e - h e i g h t : 1 . 5 ' > " ) ; 
 
 / * 
 
 d o c u m e n t . w r i t e ( ' < t a b l e > < t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
 d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / m s n o n l i n e . g i f   b o r d e r = " 0 " > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
 d o c u m e n t . w r i t e ( " < a   t a r g e t = b l a n k   h r e f = m s n i m : c h a t ? c o n t a c t = y i . c h e n g @ l i v e . c n > ¢[7b
g¡R< / a > " ) 
 
 d o c u m e n t . w r i t e ( '         < / t d > < / t r > < t r > ' ) ; 
 
 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 2 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " c e n t e r " > ' ) ; 
 
 d o c u m e n t . w r i t e ( ' < i m g   s r c = q q / m s n o n l i n e . g i f   b o r d e r = " 0 " > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 5 5 "   h e i g h t = " 2 2 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
 d o c u m e n t . w r i t e ( " < a   t a r g e t = b l a n k   h r e f = m s n i m : c h a t ? c o n t a c t = k a n g 2 0 0 8 4 2 8 @ l i v e . c n >  •.UNXT< / a > " ) ; 
 
 d o c u m e n t . w r i t e ( '         < / t d > < / t r > ' ) ; 
 
 
 
 d o c u m e n t . w r i t e ( ' < / t a b l e > ' ) ; * / 
 
 
 
 d o c u m e n t . w r i t e ( ' < t a b l e > < t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 8 0 "     v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
 d o c u m e n t . w r i t e ( " < a   t a r g e t = _ b l a n k   h r e f = ' h t t p : / / a m o s 1 . s h 1 . c h i n a . a l i b a b a . c o m / m s g . a t c ? v = 1 & u i d = y i c h e n g r u a n j i a n ' > < i m g   b o r d e r = 0   s r c = ' h t t p : / / a m o s 1 . s h 1 . c h i n a . a l i b a b a . c o m / o n l i n e . a t c ? v = 1 & u i d = y i c h e n g r u a n j i a n & s = 1 '   a l t = ' ¹pûQŒTb=mŒ'   a l i g n = ' m i d d l e ' > < / a >   " ) ;   
 
 d o c u m e n t . w r i t e ( '         < / t d > < / t r > < t r > ' ) ; 
 
 d o c u m e n t . w r i t e ( '         < t d   w i d t h = " 8 0 "   v a l i g n = " m i d d l e "   a l i g n = " l e f t " > ' ) ; 
 
 d o c u m e n t . w r i t e ( " < a   t a r g e t = _ b l a n k   h r e f = ' h t t p : / / a m o s 1 . s h 1 . c h i n a . a l i b a b a . c o m / m s g . a t c ? v = 1 & u i d = s h y c k a n g ' > < i m g   b o r d e r = 0   s r c = ' h t t p : / / a m o s 1 . s h 1 . c h i n a . a l i b a b a . c o m / o n l i n e . a t c ? v = 1 & u i d = s h y c k a n g & s = 1 '   a l t = ' ¹pûQŒTb=mŒ'   a l i g n = ' m i d d l e ' > < / a >   " )   ; 
 
 d o c u m e n t . w r i t e ( '         < / t d > ' ) ; 
 
 d o c u m e n t . w r i t e ( ' < / t r > < / t a b l e > ' ) ; 
 
 
 
 / / d o c u m e n t . w r i t e ( ' < a   t a r g e t = " _ b l a n k "   h r e f = " h t t p : / / s e t t i n g s . m e s s e n g e r . l i v e . c o m / C o n v e r s a t i o n / I M M e . a s p x ? i n v i t e e = d e i t e l w a n g @ m s n . c o m & m k t = z h - c n " > < i m g   s t y l e = " b o r d e r - s t y l e :   n o n e ; "   s r c = " h t t p : / / m e s s e n g e r . s e r v i c e s . l i v e . c o m / u s e r s / d e i t e l w a n g @ m s n . c o m / p r e s e n c e i m a g e ? m k t = z h - c n "   w i d t h = " 1 6 "   h e i g h t = " 1 6 "   / > < / a > ' ) 
 
 
 
 
 
 
 
 d o c u m e n t . w r i t e ( " < t d   a l i g n = r i g h t   w i d t h = 7   b a c k g r o u n d = q q / i c o 9 . g i f > < / t d > " ) ; 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3   h e i g h t = 3 6   w i d t h = 1 5 7   b a c k g r o u n d = q q / i c o 2 . g i f > < m a r q u e e   s t y l e = ' w i d t h : 1 5 2 '   s c r o l l a m o u n t = 2   s c r o l l d e l a y = 1   d i r e c t i o n = l e f t > < f o n t   c o l o r = f f f f f f > " + w e b _ a d + " < / f o n t > < / m a r q u e e > < / t d > < / t r > " ) 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3   h e i g h t = 2 9   w i d t h = 1 5 7   b a c k g r o u n d = q q / i c o 3 . g i f     a l i g n = r i g h t > < f o n t   c o l o r = f f f f f f > " + w e b _ b b s + " < / f o n t > & n b s p ; < / t d > < / t r > " ) ; 
 
 d o c u m e n t . w r i t e ( " < t r > < t d   c o l S p a n = 3 > < / t a b l e > " ) ; 
 
 
 
 
 
 f u n c t i o n   h e l p ( ) { 
 
 	 w i n d o w . o p e n ( " " + w e b _ b b s 1 + " " , " _ b l a n k " , " " ) ; 
 
 } 
 
 
 
 
 
 	 d o c u m e n t . w r i t e ( " < / t d > " ) 
 
 	 d o c u m e n t . w r i t e ( " < t d   v a l i g n = ' t o p '   o n M o u s e O v e r = j a v a s c r i p t : e x p a n d ( ) > < i m g   i d = m e n u   w i d t h = 2 0   h e i g h t = 1 0 9   b o r d e r = 0     n a m e = m e n u t o p   s r c = q q / p a y o n l i n e . g i f > < / t d > " ) ; 
 
 	 d o c u m e n t . w r i t e ( " < / t r > < / t a b l e > " ) ; 
 
 	 v a r   i e   =   d o c u m e n t . a l l   ?   1   :   0 
 
 	 v a r   n s   =   d o c u m e n t . l a y e r s   ?   1   :   0 
 
 	 v a r   m a s t e r   =   n e w   O b j e c t ( ' e l e m e n t ' ) 
 
 	 m a s t e r . c u r L e f t   =   - 1 5 7 ;       m a s t e r . c u r T o p   =   1 0 ; 
 
 	 m a s t e r . g a p L e f t   =   0 ;             m a s t e r . g a p T o p   =   0 ; 
 
 	 m a s t e r . t i m e r   =   n u l l ; 
 
 	 i f ( i e ) { v a r   s i d e m e n u   =   d o c u m e n t . a l l . m a s t e r ; } 
 
 	 i f ( n s ) { v a r   s i d e m e n u   =   d o c u m e n t . m a s t e r ; } 
 
 	 s e t I n t e r v a l ( ' F i x Y ( ) ' , 1 0 0 ) ; 
