ÿþ< ! - -  
 / /   S t o r e   t h e   d a t e   I n   a v a r l a b l e  
 d   =   n e w   D a t e ( )  
 d a t e T e x t   =   " "  
 / /   G e t   t h e   c u u r e n t   d a y   a n d   c o n v e r t   i t   t o   t h e   n a m e   o f   t h e   d a y  
 d a y V a l u e   =   d . g e t D a y ( )  
 i f ( d a y V a l u e   = =   0 )  
 d a t e T e x t   + =   " C h & # 7 9 1 1 ;   n h & # 7 8 5 3 ; t "  
 e l s e   i f   ( d a y V a l u e   = =   1 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   h a i "  
 e l s e   i f   ( d a y V a l u e   = =   2 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   b a "  
 e l s e   i f   ( d a y V a l u e   = =   3 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   t & # 4 3 2 ; "  
 e l s e   i f   ( d a y V a l u e   = =   4 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   n m "  
 e l s e   i f   ( d a y V a l u e   = =   5 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   s á u "  
 e l s e   i f   ( d a y V a l u e   = =   6 )  
 d a t e T e x t   + =   " T h & # 7 9 1 3 ;   b & # 7 8 4 9 ; y "  
 / /   G e t   t h e   c u r r e n t   d a t e ;   i f   i t ' s   b e f o r e   2 0 0 0 , a d d   1 9 0 0  
 d a t e T e x t   + =   " ,   "   +   d . g e t D a t e ( )  
 / /   G e t   t h e   c u r r e n t   m o n t h   a n d   c o n v e r t   i t   t o   t h e   n a m e   o f   t h e   m o n t h  
 m o n t h V a l u e   =   d . g e t M o n t h ( )  
 d a t e T e x t   + =   " "  
 i f   ( m o n t h V a l u e   = =   0 )  
 d a t e T e x t   + =   " / 1 "  
 i f   ( m o n t h V a l u e   = =   1 )  
 d a t e T e x t   + =   " / 2 "  
 i f   ( m o n t h V a l u e   = =   2 )  
 d a t e T e x t   + =   " / 3 "  
 i f   ( m o n t h V a l u e   = =   3 )  
 d a t e T e x t   + =   " / 4 ­ "  
 i f   ( m o n t h V a l u e   = =   4 )  
 d a t e T e x t   + =   " / 5 "  
 i f   ( m o n t h V a l u e   = =   5 )  
 d a t e T e x t   + =   " / 6 "  
 i f   ( m o n t h V a l u e   = =   6 )  
 d a t e T e x t   + =   " / 7 "  
 i f   ( m o n t h V a l u e   = =   7 )  
 d a t e T e x t   + =   " / 8 "  
 i f   ( m o n t h V a l u e   = =   8 )  
 d a t e T e x t   + =   " / 9 "  
 i f   ( m o n t h V a l u e   = =   9 )  
 d a t e T e x t   + =   " / 1 0 "  
 i f   ( m o n t h V a l u e   = =   1 0 )  
 d a t e T e x t   + =   " / 1 1 "  
 i f   ( m o n t h V a l u e   = =   1 1 )  
 d a t e T e x t   + =   " / 1 2 "  
 / /   G e t   t h e   c u r r e n t   y e a r ;   i f   i t ' s   b e f o r e   2 0 0 0 ,   a d d   1 9 0 0  
 i f   ( d . g e t Y e a r ( )   <   2 0 0 0 )  
 d a t e T e x t   + =   " / "   +   ( 1 9 0 0   +   d . g e t Y e a r ( ) )  
 e l s e  
 d a t e T e x t   + =   " / "   +   ( d . g e t Y e a r ( ) )  
 / /   G e t   t h e   c u r r e n t   m i n u t e s  
 m i n u t e V a l u e   =   d . g e t M i n u t e s ( )  
 i f   ( m i n u t e V a l u e   <   1 0 )  
 m i n u t e V a l u e   =   " 0 "   +   m i n u t e V a l u e  
 / /   G e t   t h e   c u r r e n t   h o u r s  
 h o u r V a l u e   =   d . g e t H o u r s ( )  
 / /   C u s t o m i z e   t h e   g r e e t i n g   b a s e d   o n   t h e   c u r r e n t   h o u r s  
 i f   ( h o u r V a l u e   < =   1 2 )  
 { t i m e T e x t   =     h o u r V a l u e   +   " : "   +   m i n u t e V a l u e   +   "   A M " ; }  
 e l s e    
 { t i m e T e x t   =   ( h o u r V a l u e   -   1 2 )   +   " : "   +   m i n u t e V a l u e   +   "   P M " ; }  
 v a r   t = ' < f o n t   s i z e = " 1 " > '   +   d a t e T e x t   +   " ,   "   +   t i m e T e x t   + ' .   ' + ' < / f o n t > ' ;  
 v a r   a = d . g e t D a t e ( ) ;  
 i f ( a = = 1 & m o n t h V a l u e   = = 0 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   T & # 7 8 7 1 ; t   D & # 4 3 2 ; & # 4 1 7 ; n g   L & # 7 8 8 3 ; c h " + ' < / f o n t > '  
 i f ( a = = 2 & m o n t h V a l u e   = = 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " L ­p   q u a n   h Ç  V i Çt - S é c   2 / 2 / 1 9 5 0 " + ' < / f o n t > '  
 i f ( a = = 3 & m o n t h V a l u e   = = 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " T h & a g r a v e ; n h   L & # 7 8 5 3 ; p   C S   V i & # 7 8 7 9 ; t   N a m " + ' < / f o n t > '  
 i f ( a = = 1 4 & m o n t h V a l u e   = = 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   T & i g r a v e ; n h   Y & e c i r c ; u   -   V a l e n t i n e " + ' < / f o n t > '  
 i f ( a = = 8 & m o n t h V a l u e   = = 2 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   Q u & # 7 8 8 9 ; c   t & # 7 8 7 1 ;   P h & # 7 9 0 9 ;   N & # 7 9 1 9 ; " + ' < / f o n t > '  
 i f ( a = = 2 6 & m o n t h V a l u e   = = 2 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   T r a n g   w e b   w w w . s e c v i e t . c z " + ' < / f o n t > '  
  
 i f ( a = = 1 & m o n t h V a l u e   = = 3 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   C á   T h á n g   T & # 4 3 2 ; " + ' < / f o n t > '  
 i f ( a = = 3 0 & m o n t h V a l u e   = = 3 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g à y   T h & # 7 8 8 9 ; n g   N h & # 7 8 4 5 ; t   N & # 4 3 2 ; & # 7 8 9 9 ; c   V i & # 7 8 7 9 ; t   N a m " + ' < / f o n t > '  
 i f ( a = = 1 & m o n t h V a l u e   = = 4 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   Q u & # 7 8 8 9 ; c   T & # 7 8 7 1 ;   L a o   & # 7 8 9 7 ; n g " + ' < / f o n t > '  
 i f ( a = = 5 & m o n t h V a l u e   = = 4 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   K h & # 7 9 0 3 ; i   N g h & # 2 9 7 ; a   T h á n g   5   c & # 7 9 1 1 ; a   S é c " + ' < / f o n t > '  
 i f ( a = = 1 9 & m o n t h V a l u e   = = 4 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   S i n h   C h ç  T Ëc h   H & # 7 8 9 1 ;   C h í   M i n h " + ' < / f o n t > '  
 i f ( a = = 8 & m o n t h V a l u e   = = 4 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   C h i & # 7 8 7 1 ; n   T h & # 7 8 5 5 ; n g   P h á t   X í t " + ' < / f o n t > '  
 i f ( a = = 1 9 & m o n t h V a l u e   = = 7 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   K & # 7 9 2 7 ;   N i & # 7 8 7 9 ; m   C á c h   M & # 7 8 4 1 ; n g   T h á n g   8 " + ' < / f o n t > '  
 i f ( a = = 2 & m o n t h V a l u e   = = 8 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   Q u & # 7 8 8 9 ; c   K h á n h   N & # 4 3 2 ; & # 7 8 9 9 ; c   C H X H C N V N " + ' < / f o n t > '  
 i f ( a = = 2 8 & m o n t h V a l u e   = = 8 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   Q u & # 7 8 8 9 ; c   K h á n h   C H   S é c " + ' < / f o n t > '  
 i f ( a = = 2 8 & m o n t h V a l u e   = = 9 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   T h & a g r a v e ; n h   L & # 7 8 5 3 ; p   N & # 4 3 2 ; & # 7 8 9 9 ; c   T i & # 7 8 7 9 ; p   K h & # 7 8 5 5 ; c   & # 7 8 9 7 ; c   L & # 7 8 5 3 ; p " + ' < / f o n t > '  
  
 i f ( a = = 2 4 & m o n t h V a l u e   = = 1 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   T r & # 4 3 2 ; & # 7 8 9 9 ; c   G i á n g   S i n h " + ' < / f o n t > '  
 i f ( a = = 2 5 & m o n t h V a l u e   = = 1 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   G i á n g   S i n h   T h & # 7 9 1 3 ;   N h & # 7 8 4 5 ; t " + ' < / f o n t > '  
 i f ( a = = 2 6 & m o n t h V a l u e   = = 1 1 )  
 t = t + ' < f o n t   s i z e = " 1 "   c o l o r = " r e d " > ' + " N g & a g r a v e ; y   L & # 7 8 7 7 ;   G i á n g   S i n h   T h & # 7 9 1 3 ;   H a i " + ' < / f o n t > '  
  
 / /   W r i t e   t h e   g r e e t i n g ,   t h e   d a t e ,   a n d   t h e   t i m e   t o   t h e   p a g e  
 d o c u m e n t . w r i t e ( t )  
 / / - - > 
