ÿþ	 f u n c t i o n   s t a r t T i m e r ( )  
 	 {  
 	 	 c u r U r l   =   w i n d o w . l o c a t i o n . h r e f ;  
 	 	 i f   ( c u r U r l . i n d e x O f ( ' s t a r t o v e r = t r u e ' ,   0 )   <   0 )  
 	 	 {          
 	 	     v a r   t i m e =   n e w   D a t e ( ) ;  
 	                 h o u r s =   t i m e . g e t H o u r s ( ) ;  
 	                 m i n s =   t i m e . g e t M i n u t e s ( ) ;  
 	                 s e c s =   t i m e . g e t S e c o n d s ( ) ;  
 	                 c l o s e T i m e = h o u r s * 3 6 0 0 + m i n s * 6 0 + s e c s ;  
 	                 c l o s e T i m e + = 3 0 0 ;  
 	                 T i m e r ( ) ;  
 	 	 }  
 	 }  
 	 f u n c t i o n   T i m e r ( )  
 	 {  
 	                 v a r   t i m e =   n e w   D a t e ( ) ;  
 	                 h o u r s =   t i m e . g e t H o u r s ( ) ;  
 	                 m i n s =   t i m e . g e t M i n u t e s ( ) ;  
 	                 s e c s =   t i m e . g e t S e c o n d s ( ) ;  
 	                 c u r T i m e = h o u r s * 3 6 0 0 + m i n s * 6 0 + s e c s ;  
 	                 i f ( c u r T i m e > = c l o s e T i m e )  
 	 	 {  
 	 	                 l o c a t i o n   =   ' h t t p : / / w w w . s o u t h p l a i n f i e l d . l i b . n j . u s : 8 0 8 0 / i p a c 2 0 / i p a c . j s p ? p r o f i l e = s o p & l a n g = e n g & l o g o u t = t r u e & s t a r t o v e r = t r u e ' ;  
 	 	 }  
 	 	 e l s e  
 	 	 {  
 	 	 	 w i n d o w . s e t T i m e o u t ( ' T i m e r ( ) ' , 1 0 0 0 ) ;  
 	 	 }  
 	 }  
 
