ÿþ/ / f u n c t i o n   r e m o v e d  
  
 v a r   m e s s a g e = " T h a n k   y o u   f o r   v i s i t i n g   m y   w e b   s i t e " ;  
  
 / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  
 f u n c t i o n   c l i c k I E 4 ( ) {  
 i f   ( e v e n t . b u t t o n = = 2 )  
 {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
  
 f u n c t i o n   c l i c k N S 4 ( e )  
 {  
 i f   ( d o c u m e n t . l a y e r s | | d o c u m e n t . g e t E l e m e n t B y I d & & ! d o c u m e n t . a l l )  
 {  
 i f   ( e . w h i c h = = 2 | | e . w h i c h = = 3 )  
 {  
 a l e r t ( m e s s a g e ) ;  
 r e t u r n   f a l s e ;  
 }  
 }  
 }  
  
 i f   ( d o c u m e n t . l a y e r s )  
 {  
 d o c u m e n t . c a p t u r e E v e n t s ( E v e n t . M O U S E D O W N ) ;  
 d o c u m e n t . o n m o u s e d o w n = c l i c k N S 4 d i s a b l e ;  
 }  
 e l s e   i f   ( d o c u m e n t . a l l & & ! d o c u m e n t . g e t E l e m e n t B y I d )  
 {  
 d o c u m e n t . o n m o u s e d o w n = c l i c k I E 4 d i s a b l e ;  
 }  
  
 / / / d o c u m e n t . o n c o n t e x t m e n u = n e w   F u n c t i o n ( " a l e r t ( m e s s a g e ) ; r e t u r n   f a l s e " )  
  
  
  
 
