þÿ v a r   b o _ n s _ i d   =   0 ;    
 f u n c t i o n   s t a r t I e F i x ( )   {    
     i f   ( i s I E ( ) )   {    
         d o c u m e n t . w r i t e ( ' < d i v   i d = " b o _ n s _ i d _ '   +   b o _ n s _ i d   +   ' " > < ! - -   ' ) ;    
     }    
 }    
 f u n c t i o n   e n d I e F i x ( )   {    
     i f   ( i s I E ( ) )   {    
         d o c u m e n t . w r i t e ( ' < / d i v > ' ) ;    
         v a r   t h e O b j e c t   =   d o c u m e n t . g e t E l e m e n t B y I d ( " b o _ n s _ i d _ "   +   b o _ n s _ i d + + ) ;    
         v a r   t h e C o d e   =   t h e O b j e c t . i n n e r H T M L ;    
         t h e C o d e   =   t h e C o d e . s u b s t r i n g ( 4   , 9 + t h e C o d e . i n d e x O f ( " < / o b j e c t > " ) ) ;    
         d o c u m e n t . w r i t e ( t h e C o d e ) ;    
     }    
 }    
 f u n c t i o n   i s I E ( )   {    
     / /   o n l y   f o r   W i n   I E   6 +    
     / /   B u t   n o t   i n   W i n d o w s   9 8 ,   M e ,   N T   4 . 0 ,   2 0 0 0    
     v a r   s t r B r w s r =   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 ( ) ;    
     i f   ( s t r B r w s r . i n d e x O f ( " m s i e " )   >   - 1   & &   s t r B r w s r . i n d e x O f ( " m a c " )   <   0 )   {    
         i f   ( p a r s e I n t ( s t r B r w s r . c h a r A t ( s t r B r w s r . i n d e x O f ( " m s i e " ) + 5 ) )   <   6 )   {    
             r e t u r n   f a l s e ;    
         }    
         i f   ( s t r B r w s r . i n d e x O f ( " w i n 9 8 " )   >   - 1   | |    
               s t r B r w s r . i n d e x O f ( " w i n   9 x   4 . 9 0 " )   >   - 1   | |    
               s t r B r w s r . i n d e x O f ( " w i n n t 4 . 0 " )   >   - 1   | |    
               s t r B r w s r . i n d e x O f ( " w i n d o w s   n t   5 . 0 " )   >   - 1 )    
         {    
             r e t u r n   f a l s e ;    
         }    
         r e t u r n   t r u e ;    
     }   e l s e   {    
         r e t u r n   f a l s e ;    
     }    
 }
