ÿþ 
 f u n c t i o n   d o m R o l l o v e r ( )   {  
 	 i f   ( n a v i g a t o r . u s e r A g e n t . m a t c h ( / O p e r a   ( \ S + ) / ) )   {  
 	 	 v a r   o p e r a V e r s i o n   =   p a r s e I n t ( n a v i g a t o r . u s e r A g e n t . m a t c h ( / O p e r a   ( \ S + ) / ) [ 1 ] ) ;  
 	 }  
 	 i f   ( ! d o c u m e n t . g e t E l e m e n t B y I d | | o p e r a V e r s i o n   < 7 )   r e t u r n ;  
 	 v a r   i m g a r r = 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 ( ' i m g ' ) ;  
 	 v a r   i m g P r e l o a d = n e w   A r r a y ( ) ;  
 	 v a r   i m g S r c = n e w   A r r a y ( ) ;  
 	 v a r   i m g C l a s s = n e w   A r r a y ( ) ;  
 	 f o r   ( i = 0 ; i < i m g a r r . l e n g t h ; i + + ) {  
 	 	 i f   ( i m g a r r [ i ] . c l a s s N a m e . i n d e x O f ( ' d o m r o l l ' ) ! = - 1 ) {  
 	 	 	 i m g S r c [ i ] = i m g a r r [ i ] . g e t A t t r i b u t e ( ' s r c ' ) ;  
 	 	 	 i m g C l a s s [ i ] = i m g a r r [ i ] . c l a s s N a m e ;  
 	 	 	 i m g P r e l o a d [ i ] = n e w   I m a g e ( ) ;  
 	 	 	 i f   ( i m g C l a s s [ i ] . m a t c h ( / d o m r o l l   ( \ S + ) / ) )   {  
 	 	 	 	 i m g P r e l o a d [ i ] . s r c   =   i m g C l a s s [ i ] . m a t c h ( / d o m r o l l   ( \ S + ) / ) [ 1 ]  
 	 	 	 }  
 	 	 	 i m g a r r [ i ] . s e t A t t r i b u t e ( ' x s r c ' ,   i m g S r c [ i ] ) ;  
 	 	 	 i m g a r r [ i ] . o n m o u s e o v e r = f u n c t i o n ( ) {  
 	 	 	 	 t h i s . s e t A t t r i b u t e ( ' s r c ' , t h i s . c l a s s N a m e . m a t c h ( / d o m r o l l   ( \ S + ) / ) [ 1 ] )  
 	 	 	 }  
 	 	 	 i m g a r r [ i ] . o n m o u s e o u t = f u n c t i o n ( ) {  
 	 	 	 	 t h i s . s e t A t t r i b u t e ( ' s r c ' , t h i s . g e t A t t r i b u t e ( ' x s r c ' ) )  
 	 	 	 }  
 	 	 }  
 	 }  
 }  
 d o m R o l l o v e r ( ) ; 
