ÿþ/ *  
 L i v e   D a t e   S c r i p t -    
 ©   D y n a m i c   D r i v e   ( w w w . d y n a m i c d r i v e . c o m )  
 F o r   f u l l   s o u r c e   c o d e ,   i n s t a l l a t i o n   i n s t r u c t i o n s ,   1 0 0 ' s   m o r e   D H T M L   s c r i p t s ,   a n d   T e r m s   O f   U s e ,  
 v i s i t   h t t p : / / w w w . d y n a m i c d r i v e . c o m  
 * /  
 u n i c o d e s   =   [ " & # 1 6 3 2 ; " ,   " & # 1 6 3 3 ; " ,   " & # 1 6 3 4 ; " ,   " & # 1 6 3 5 ; " ,   " & # 1 6 3 6 ; " ,   " & # 1 6 3 7 ; " ,   " & # 1 6 3 8 ; " ,   " & # 1 6 3 9 ; " ,   " & # 1 6 4 0 ; " ,   " & # 1 6 4 1 ; " ] ;  
 f u n c t i o n   n u m b e r T o U n i c o d e ( n u m )  
 {  
 	 v a r   u s t r   =   " " ;  
 	 v a r   n s   =   n u m   +   " " ;  
 	 f o r   ( v a r   i = 0 ; i < n s . l e n g t h ; i + + ) {  
 	 	 u s t r + = u n i c o d e s [ p a r s e I n t ( n s . c h a r A t ( i ) ) ] ;  
 	 }  
 	 r e t u r n   u s t r ;  
 }  
  
 v a r   d a y a r r a y = n e w   A r r a y ( " 'D#-/" , " 'D'+FJF" , " 'D+D'+'!" , " 'D#1(9'!" , " 'D.EJ3" , " 'D,E9)" , " 'D3(*" )  
 v a r   m o n t h a r r a y = n e w   A r r a y ( " C'FHF  'D+'FJ" , " 4'7" , " 'Q0'1" , " FJ3'F" , " #J'1" , " -2J1'F" , " *EH2" , " 'Q(" , " #JDHD" , " *41JF  'D#HD" , " *41JF  'D+'FJ" , " C'FHF  #HD" )  
  
 f u n c t i o n   g e t t h e d a t e ( ) {  
 v a r   m y d a t e = n e w   D a t e ( )  
 v a r   y e a r = m y d a t e . g e t Y e a r ( )  
 i f   ( y e a r   <   1 0 0 0 )  
 y e a r + = 1 9 0 0  
 v a r   d a y = m y d a t e . g e t D a y ( )  
 v a r   m o n t h = m y d a t e . g e t M o n t h ( )  
 v a r   d a y m = m y d a t e . g e t D a t e ( )  
 i f   ( d a y m < 1 0 )  
 d a y m = " 0 " + d a y m  
 v a r   h o u r s = m y d a t e . g e t H o u r s ( )  
 v a r   m i n u t e s = m y d a t e . g e t M i n u t e s ( )  
 v a r   s e c o n d s = m y d a t e . g e t S e c o n d s ( )  
 v a r   d n = " A M "  
 i f   ( h o u r s > = 1 2 )  
 d n = " P M "  
 i f   ( h o u r s > 1 2 ) {  
 h o u r s = h o u r s - 1 2  
 }  
 i f   ( h o u r s = = 0 )  
 h o u r s = 1 2  
 i f   ( m i n u t e s < = 9 )  
 m i n u t e s = " 0 " + m i n u t e s  
  
  
 / / c h a n g e   f o n t   s i z e   h e r e  
 v a r   c d a t e = d a y a r r a y [ d a y ] + "   " + n u m b e r T o U n i c o d e ( d a y m ) + "   " + m o n t h a r r a y [ m o n t h ] + "   " + n u m b e r T o U n i c o d e ( y e a r ) ;  
 i f   ( d o c u m e n t . a l l )  
 	 d o c u m e n t . a l l . c l o c k . i n n e r H T M L = c d a t e  
 	 e l s e   i f   ( d o c u m e n t . g e t E l e m e n t B y 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 l o c k " ) . i n n e r H T M L = c d a t e  
 	 e l s e  
 	 	 d o c u m e n t . w r i t e ( c d a t e )  
 }  
  
 g e t t h e d a t e ( ) ;  
  
 
