ÿþ  f u n c t i o n   S h o w T i m e ( )  
 	 {  
 	 	 v a r   d t   =   n e w   D a t e ( ) ;  
 	 	 v a r   s t r M o n t h   =   n e w   A r r a y ( " 0 1 " , " 0 2 " , " 0 3 " , " 0 4 " , " 0 5 " , " 0 6 " , " 0 7 " , " 0 8 " , " 0 9 " , " 1 0 " , " 1 1 " , " 1 2 " ) ;    
 	 	 v a r   s t r D a y   =   n e w   A r r a y ( " C h ç  n h ­t " ,   " T h é  h a i " ,   " T h é  b a " ,   " T h é  t °" ,   " T h é  n m " ,   " T h é  s á u " ,   " T h é  b £y " ) ;    
 	 	 v a r   d a t e   =   s t r D a y [ d t . g e t D a y ( ) ]   +   " ,   " ;  
 	 	 v a r   y e a r s   =   d t . g e t Y e a r ( ) ;  
 	 	 v a r   d a y s = d t . g e t D a t e ( ) ;  
 	 	 i f   ( y e a r s < 1 9 0 0 )   y e a r s   + =   1 9 0 0 ;  
 	 	 i f   ( d a y s < 1 0 )  
 	 	 	 d a t e   + =   " 0 "   +   d t . g e t D a t e ( )   +   " / "   +   s t r M o n t h [ d t . g e t M o n t h ( ) ]   +   " / "   +   y e a r s ;  
 	 	 e l s e  
 	 	 	 d a t e   + =   " "   +   d t . g e t D a t e ( )   +   " / "   +   s t r M o n t h [ d t . g e t M o n t h ( ) ]   +   " / "   +   y e a r s ;  
 	 	 	 v a r   p h u t = d t . g e t M i n u t e s ( ) ;  
 	 	 	 v a r   G i a y = d t . g e t S e c o n d s ( ) ;  
 	 	 	 v a r   G i o = d t . g e t H o u r s ( ) ;  
 	 	 	 i f ( G i o < 1 0 )  
 	 	 	 { 	 	 	  
 	 	 	 G i o = " 0 " + G i o ;  
 	 	 	 }  
 	 	 	 i f ( p h u t < 1 0 )  
 	 	 	 { 	 	 	  
 	 	 	 p h u t = " 0 " + p h u t ;  
 	 	 	 }  
 	 	 	 i f ( G i a y < 1 0 )  
 	 	 	 { 	 	 	  
 	 	 	 G i a y = " 0 " + G i a y ;  
 	 	 	 }  
 i f ( d o c u m e n t . g e t E l e m e n t B y I d ( " t i m e r " ) ! = n u l l )  
 {  
 	 	   d o c u m e n t . g e t E l e m e n t B y I d ( " t i m e r " ) . i n n e r H T M L = d a t e + " ,   " + G i o + " : " + p h u t + " : " + G i a y ;  
 }  
 	 	  
 	 } 
