þÿ v a r   l a s t S c r o l l Y = 0 ;          
 f u n c t i o n   h e a r t B e a t ( ) {        
 v a r   d i f f Y ;          
 i f   ( d o c u m e n t . d o c u m e n t E l e m e n t   & &   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p )          
         d i f f Y   =   d o c u m e n t . d o c u m e n t E l e m e n t . s c r o l l T o p ;          
 e l s e   i f   ( d o c u m e n t . b o d y )          
         d i f f Y   =   d o c u m e n t . b o d y . s c r o l l T o p          
 e l s e          
         { / * N e t s c a p e   s t u f f * / }          
                  
 p e r c e n t = . 1 * ( d i f f Y - l a s t S c r o l l Y ) ;            
 i f ( p e r c e n t > 0 ) p e r c e n t = M a t h . c e i l ( p e r c e n t ) ;            
 e l s e   p e r c e n t = M a t h . f l o o r ( p e r c e n t ) ;            
 d o c u m e n t . g e t E l e m e n t B y I d ( " a d l e f t " ) . s t y l e . t o p = p a r s e I n t ( d o c u m e n t . g e t E l e m e n t B y I d ( " a d l e f t " ) . s t y l e . t o p ) + p e r c e n t + " p x " ;          
 d o c u m e n t . g e t E l e m e n t B y I d ( " a d r i g h t " ) . s t y l e . t o p = p a r s e I n t ( d o c u m e n t . g e t E l e m e n t B y I d ( " a d r i g h t " ) . s t y l e . t o p ) + p e r c e n t + " p x " ;          
 l a s t S c r o l l Y = l a s t S c r o l l Y + p e r c e n t ;            
 }          
      
 f u n c t i o n   a d h i d e ( n a m e s ) {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( ' a d l e f t ' ) . 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 ( ' a d r i g h t ' ) . s t y l e . d i s p l a y = ' n o n e ' ;  
 }        
 f u n c t i o n   s c r e e n c l ( n a m e s ) {  
 	 i f ( s c r e e n . w i d t h < = 8 0 0 ) {  
 	 	 a d h i d e ( n a m e s ) ;  
 	 }  
 }        
 z c o d e = " < d i v   i d = ' a d l e f t '   s t y l e = ' l e f t : 1 0 p x ;   p o s i t i o n :   a b s o l u t e ; z - i n d e x : 1 ; t o p : 2 0 0 p x ; ' > < d i v   s t y l e = ' w i d t h : 1 1 0 p x ;   h e i g h t : 6 0 p x ; ' > < a   t a r g e t = _ b l a n k   h r e f = ' h t t p : / / t . q q . c o m / z j s t y j   ' > < i m g   s r c = ' / i m a g e s / i m 3 / s t y j w b . j p g '   w d i t h = ' 1 1 0 p x '   h e i g h t = ' 6 0 p x ' > < / a > < / d i v > < d i v   a l i g n = ' r i g h t '   s t y l e = ' f o n t - s i z e : 0 p x ; ' > < i m g   s r c = ' i m a g e s / c l o s e . g i f '   t i t l e = 'Qs•í   '   o n c l i c k = a d h i d e ( ' a d l e f t ' )   s t y l e = ' c u r s o r : p o i n t e r ' > < / d i v > < / d i v > " ;        
 y c o d e = " < d i v   i d = ' a d r i g h t '   s t y l e = ' r i g h t : 1 0 p x ;   p o s i t i o n :   a b s o l u t e ; z - i n d e x : 1 ; t o p : 2 0 0 p x ; ' > < d i v   s t y l e = ' w i d t h : 1 1 0 p x ;   h e i g h t : 6 0 p x ; ' > < a   t a r g e t = _ b l a n k   h r e f = ' h t t p : / / w w w . z j s p o r t s . g o v . c n / a r t i c l e / l i s t s / 4 0 2 8 8 1 8 3 2 8 1 5 2 4 a 6 0 1 2 b 1 9 8 8 0 8 b 6 0 b 9 b . s h t m l ' > < i m g   s r c = ' / i m a g e s / i m 3 / c x z y . j p g '   w d i t h = ' 1 1 0 p x '   h e i g h t = ' 6 0 p x ' > < / a > < / d i v > < d i v   a l i g n = ' l e f t '   s t y l e = ' f o n t - s i z e : 0 p x ; ' > < i m g   s r c = ' i m a g e s / c l o s e . g i f '   t i t l e = 'Qs•í   '   o n c l i c k = a d h i d e ( ' a d r i g h t ' )   s t y l e = ' c u r s o r : p o i n t e r ' > < / d i v > < / d i v > " ;        
 d o c u m e n t . w r i t e ( z c o d e ) ;        
 d o c u m e n t . w r i t e ( y c o d e ) ;  
 s c r e e n c l ( ' a d l e f t ' ) ;        
 s c r e e n c l ( ' a d r i g h t ' ) ;        
 w i n d o w . s e t I n t e r v a l ( " h e a r t B e a t ( ) " , 1 ) ;  

