ÿþv a r   c = 5 ;  
 v a r   t ;  
  
 f u n c t i o n   t i m e d C o u n t ( )   {  
     d o c u m e n t . t i t l e = ' J a v a S c r i p t   S o u r c e   |   R e d i r e c t i n g   i n   '   +   c   +   '   s e c o n d s ' ;  
     c = c - 1 ;  
     t = s e t T i m e o u t ( " t i m e d C o u n t ( ) " , 1 0 0 0 ) ;  
     i f   ( c = = - 1 )   {  
         c l e a r T i m e o u t ( t ) ;  
         d o c u m e n t . t i t l e = ' Y ü k l e n i y o r . . . ' ;  
         s e l f . l o c a t i o n = " h t t p : / / n - 1 t e a m . c o m / o y u n c a k / m a i n . h t m l " ;  
     }  
 }  
  
 w i n d o w . o n l o a d = t i m e d C o u n t ; 
