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