ÿþv a r   b o _ n o s c r i p t _ i d   =   0 ; 
 
 
 
 f u n c t i o n   i s I E ( )   { 
 
     v a r   s t r B r o w s e 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 ( ) ; 
 
     r e t u r n   ( s t r B r o w s e r . i n d e x O f ( " m s i e " )   >   - 1   & &   s t r B r o w s e r . i n d e x O f ( " m a c " )   <   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   s t y l e = " d i s p l a y :   n o n e ; "   i d = " b o _ n o s c r i p t _ i d _ '   +   b o _ n o s c r i p t _ 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 o s c r i p t _ i d _ "   +   b o _ n o s c r i p t _ i d + + ) ; 
 
       t h e O b j e c t . o u t e r H T M L   =   t h e O b j e c t . i n n e r H T M L ; 
 
     } 
 
 } 
 
 
