ÿþf u n c t i o n   H o t I m a g e ( p I m a g e S r c ,   p A l t I m a g e S r c ,   p H r e f ,   p T a r g e t )    
         {  
                 t h i s . i m a g e S r c   =   p I m a g e S r c ;    
                 t h i s . a l t l m a g e S r c   =   p A l t I m a g e S r c ;    
                 t h i s . h r e f   =   p H r e f ;    
                 t h i s . t a r g e t   =   p T a r g e t ;  
                 t h i s . p u t H e r e   =   f P u t H e r e ;    
         }  
  
 / /   $C=:F8O,   @50;87CNI0O  <5B>4  p u t H e r e    
 f u n c t i o n   f P u t H e r e ( )    
         {    
                 v a r   s   =   " < I M G   S R C = \ " "   +   t h i s . i m a g e S r c   +    
                         " \ "   O N M O U S E O V E R = \ " t h i s . s r c = ' "   +   t h i s . a l t l m a g e S r c   +    
                         " ' \ "   O N M O U S E O U T = \ " t h i s , s r c = ' "   +   t h i s . i m a g e S r c   +   " ' ; \ " " ;    
                 v a r   s h   =   " " ;    
                 v a r   s h 2   =   " " ;  
                 i f   ( t h i s . h r e f )    
                         {  
                                 v a r   s h   =   " < A   H R E F = \ " "   +   t h i s . h r e f   +   " \ " " ;    
                                 i f   ( t h i s . t a r g e t )  
                                         s h   + =   "   T A R G E T = \ " "   +   t h i s . t a r g e t   +   " \ " " ;  
                                 s h   + =   " > " ;  
                                 s   + =   "   B O R D E R = \ " 0 \ " " ;    
                                 s h 2   =   " < / A > " ;  
                         }    
                 s   + =   " > "   ;  
                 s   =   s h   +   s   +   s h 2 ;    
                 d o c u m e n t . w r i t e ( s ) ;    
         } 
