ÿþf u n c t i o n   s a y i t ( )  
 {  
 i f   ( n a v i g a t o r . a p p N a m e = = " M i c r o s o f t   I n t e r n e t   E x p l o r e r " )  
       {  
       i f   ( w i n d o w . g e t S e l e c t i o n )   / /   r e c e n t   M o z i l l a   v e r s i o n s  
       {   v a r   s e l e c t e d S t r i n g   =   w i n d o w . g e t S e l e c t i o n ( ) ;     }  
       e l s e   i f   ( d o c u m e n t . a l l )   / /   M S I E   4 +  
       {   r n g   =   d o c u m e n t . s e l e c t i o n . c r e a t e R a n g e ( ) ;   s e l e c t e d S t r i n g = r n g . t e x t ;   }  
       }  
 e l s e    
       {  
       v a r   s e l e c t e d S t r i n g   =   d o c u m e n t . g e t S e l e c t i o n ( ) ;      
       }  
 i f   ( w i n d o w . l o c a t i o n . h r e f )  
     {   d o c u m e n t . r s _ f o r m . u r l . v a l u e   =   w i n d o w . l o c a t i o n . h r e f ;   }   e l s e   i f  
 ( d o c u m e n t . l o c a t i o n . h r e f )  
     {   d o c u m e n t . r s _ f o r m . u r l . v a l u e   =   d o c u m e n t . l o c a t i o n . h r e f ;   }  
 d o c u m e n t . r s _ f o r m . r s t e x t . v a l u e   =   s e l e c t e d S t r i n g ;   }   f u n c t i o n   c o p y s e l e c t e d ( )   {  
 s e t T i m e o u t ( " s a y i t ( ) " , 5 0 ) ;   r e t u r n   t r u e ;   }  
 
