ÿþv a r   c h a t _ m u s t e r i _ i d = d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e j s " ) . s r c . s p l i t ( " = " )  
 v a r   c h a t _ p a t h = " h t t p s : / / w w w . c h a t i s t e . c o m / "  
 v a r   s a y i   =   d o c u m e n t . g e t E l e m e n t s B y T a g N a m e ( " i m g " ) ;  
 v a r   c h a t z a m a n   =   0 ;  
  
 i f ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) { w i n d o w . a d d E v e n t L i s t e n e r ( " l o a d " , l o a d _ i c o n , f a l s e ) ; }   e l s e   i f ( w i n d o w . A c t i v e X O b j e c t )   { w i n d o w . a t t a c h E v e n t ( ' o n l o a d ' , l o a d _ i c o n ) }  
 i f ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) { w i n d o w . a d d E v e n t L i s t e n e r ( " m o u s e m o v e " , i n v i t e _ m u s t e r i , f a l s e ) ; }   e l s e   i f ( w i n d o w . A c t i v e X O b j e c t )   { w i n d o w . a t t a c h E v e n t ( ' o n m o u s e m o v e ' , i n v i t e _ m u s t e r i ) }  
  
 f u n c t i o n   i n v i t e _ i c o n ( ) {  
 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e " ) ) {  
 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e " ) . i n n e r H T M L   =   " < i m g   i d = \ " c h a t i s t e i n v i t e i m g \ "   s t y l e = \ " d i s p l a y : n o n e \ " > " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e " ) . s t y l e . d i s p l a y   =   " i n l i n e " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e i m g " ) . s r c   =   c h a t _ p a t h   +   " i n v i t e . a s p " ;  
 i n v i t e _ m u s t e r i ( ) ;  
 	 }  
 	   }  
  
 f u n c t i o n   l o a d _ i c o n ( ) {  
 c h a t z a m a n   =   w i n d o w . s e t I n t e r v a l ( " i n v i t e _ i c o n ( ) " , 3 5 0 0 )  
 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e " ) ) {  
 	 f o r ( i = 0 ; i < = s a y i . l e n g t h - 1 ; i + + ) {  
 	 	 i f ( s a y i [ i ] . i d = = " c h a t i s t e " ) { s a y i [ i ] . s r c =   c h a t _ p a t h   +   " d u r u m . a s p ? f i d = " + c h a t _ m u s t e r i _ i d [ 1 ] + ' & i n c o m i n g = '   +   d o c u m e n t . l o c a t i o n . h r e f . r e p l a c e ( " h t t p : / / "   +   d o c u m e n t . l o c a t i o n . h o s t , " " ) . r e p l a c e ( " h t t p s : / / "   +   d o c u m e n t . l o c a t i o n . h o s t , " " ) ; i n v i t e _ c u s t o m e r ( ) ; }  
 	 	 }  
 	 	   }  
 	 	     }  
  
 f u n c t i o n   i n v i t e _ c u s t o m e r ( ) {  
 i f ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) {  
 f o r ( i = 0 ; i < = s a y i . l e n g t h - 1 ; i + + ) {  
 	 i f ( s a y i [ i ] . i d = = " c h a t i s t e " ) { s a y i [ i ] . s t y l e . c u r s o r = " p o i n t e r " ; s a y i [ i ] . a d d E v e n t L i s t e n e r ( " c l i c k " , i n v i t e _ s e t , f a l s e ) ; }  
 	 	 }  
 	 	   }   e l s e   i f ( w i n d o w . A c t i v e X O b j e c t ) {  
 	 	   	 f o r ( i = 0 ; i < = s a y i . l e n g t h - 1 ; i + + ) {  
 	 	   	 	 i f ( s a y i [ i ] . i d = = " c h a t i s t e " ) { s a y i [ i ] . s t y l e . c u r s o r = " h a n d " ; s a y i [ i ] . a t t a c h E v e n t ( ' o n c l i c k ' , i n v i t e _ s e t ) ; }  
 	 	   	 	 	 }  
 	 	   	 	 	   }  
 	 	 	 	             }  
  
  
 f u n c t i o n   i n v i t e _ m u s t e r i ( ) {  
 	 i f ( n a v i g a t o r . a p p N a m e = = " N e t s c a p e " ) {  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e i m g " ) . s t y l e . c u r s o r = " p o i n t e r " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e i m g " ) . a d d E v e n t L i s t e n e r ( " l o a d " , d a v e t E t , f a l s e ) ;  
 	 	 }   e l s e   i f ( w i n d o w . A c t i v e X 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 ( " c h a t i s t e i n v i t e i m g " ) . s t y l e . c u r s o r = " h a n d " ;  
 	 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e i m g " ) . a t t a c h E v e n t ( " o n l o a d " , d a v e t E t , f a l s e ) ;  
 	 	 	 	 }  
 }  
  
 v a r   I E   =   d o c u m e n t . a l l ? t r u e : f a l s e ;  
 i f   ( ! I E )   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 M O V E )  
 d o c u m e n t . o n m o u s e m o v e   =   g e t M o u s e X Y ;  
 v a r   t e m p X   =   0 ;  
 v a r   t e m p Y   =   0 ;  
  
 f u n c t i o n   g e t M o u s e X Y ( e )   {  
 i f   ( I E )   {   / /   g r a b   t h e   x - y   p o s . s   i f   b r o w s e r   i s   I E  
 t e m p X   =   e v e n t . c l i e n t X   +   d o c u m e n t . b o d y . s c r o l l L e f t ;  
 t e m p Y   =   e v e n t . c l i e n t Y   +   d o c u m e n t . b o d y . s c r o l l T o p ;  
 }  
 e l s e   {     / /   g r a b   t h e   x - y   p o s . s   i f   b r o w s e r   i s   N S  
 t e m p X   =   e . p a g e X ;  
 t e m p Y   =   e . p a g e Y ;  
 }      
 i f   ( t e m p X   <   0 ) { t e m p X   =   0 ; }  
 i f   ( t e m p Y   <   0 ) { t e m p Y   =   0 ; }      
 r e t u r n   t r u e ;  
 }  
  
  
  
  
 f u n c t i o n   i n v i t e _ s e t ( ) { w i n d o w . o p e n ( c h a t _ p a t h   +   ' d e f a u l t . a s p ? f = 1 & f i d = ' + c h a t _ m u s t e r i _ i d [ 1 ] , ' L i v e ' , ' w i d t h = 4 9 3 , h e i g h t = 3 7 3 , s t a t u s = 1 ' ) }  
  
 f u n c t i o n   d a v e t E t ( ) {  
 v a r   t a b l e = " < t a b l e   b o r d e r = 0   w i d t h = 2 1 2   h e i g h t = 9 0   s t y l e = \ " b a c k g r o u n d : U R L ( ' " + c h a t _ p a t h + " s i t e _ i m g / i m g / i n v i t e _ b a c k . g i f ' )   r e p e a t - x ; b o r d e r : s o l i d   3 p x   # 9 9 9 9 9 9 ; f o n t : 1 2 p x   A r i a l ; p a d d i n g : 5 p x ; p o s i t i o n : a b s o l u t e ; t o p : 0 p x ; l e f t : 0 p x ; d i s p l a y : n o n e ; z - i n d e x : 1 2 0 0 0 0 \ "   c e l l s p a c i n g = 0   c e l l p a d d i n g = 0   i d = i n v i t e _ t a b l e > < t r > < t d   h e i g h t = 3 7   w i d t h = 2 0 6   a l i g n = c e n t e r   c o l s p a n = 2 > O p e r a t ö r l e r i m i z d e n   c a n l 1  d e s t e k   a l m a k   i s t e r   m i s i n i z ? < / t d > < / t r > < t r   a l i g n = c e n t e r > < t d   h e i g h t = 4 7   w i d t h = 1 0 2 > < i m g   s r c = " + c h a t _ p a t h + " s i t e _ i m g / i m g / c o n f i r m . p n g   o n c l i c k = \ " t h i s . s r c = ' " + c h a t _ p a t h + " i n v i t e . a s p ? d u r u m = 1 ' ; w i n d o w . o p e n ( ' " + c h a t _ p a t h + " d e f a u l t . a s p ? f = 1 & f i d = " + c h a t _ m u s t e r i _ i d [ 1 ]   + " ' , ' L i v e ' , ' w i d t h = 4 9 3 , h e i g h t = 3 7 3 , s t a t u s = 1 ' ) ; d o c u m e n t . g e t E l e m e n t B y I d ( ' c h a t i s t e i n v i t e ' ) . s t y l e . d i s p l a y = ' n o n e ' ; w i n d o w . c l e a r T i m e o u t ( c h a t z a m a n ) ; \ "   s t y l e = \ " c u r s o r : h a n d ; c u r s o r : p o i n t e r \ "   > < / t d > < t d   h e i g h t = 4 7   w i d t h = 1 0 4 > < i m g   s r c = " + c h a t _ p a t h + " s i t e _ i m g / i m g / c a n c e l . p n g   o n c l i c k = \ " t h i s . s r c = ' " + c h a t _ p a t h + " i n v i t e . a s p ? d u r u m = 0 ' ; d o c u m e n t . g e t E l e m e n t B y I d ( ' c h a t i s t e i n v i t e ' ) . s t y l e . d i s p l a y = ' n o n e ' ; w i n d o w . c l e a r T i m e o u t ( c h a t z a m a n ) ; \ "   s t y l e = \ " c u r s o r : h a n d ; c u r s o r : p o i n t e r \ "   > < / t d > < / t r > < / t a b l e > " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e " ) . i n n e r H T M L   =   t a b l e  
 d o c u m e n t . g e t E l e m e n t B y I d ( " c h a t i s t e i n v i t e " ) . s t y l e . c s s T e x t = " p o s i t i o n : a b s o l u t e ; l e f t : " + ( w i n d o w . a v a i l W i d t h / 2 ) - 2 1 2 + " p x ; t o p : " + ( w i n d o w . a v a i l H e i g h t / 2 ) - 9 0 + " p x ; b o r d e r : s o l i d   1 p x   # C C C C C C ; z - i n d e x : 1 2 2 0 0 " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " i n v i t e _ t a b l e " ) . s t y l e . d i s p l a y = " i n l i n e " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " i n v i t e _ t a b l e " ) . s t y l e . l e f t = " 4 5 % " ;  
 d o c u m e n t . g e t E l e m e n t B y I d ( " i n v i t e _ t a b l e " ) . s t y l e . t o p = " 4 5 % " ;  
 w i n d o w . c l e a r T i m e o u t ( c h a t z a m a n ) ;  
 }  
  
  
 
