ÿþ< ! - -  
  
                 s _ d a t e   =   n e w   D a t e ( ) ;  
                 v a r   w e e k D a y   =   " " ;  
  
                 s e l e c t M o n t h   =   n e w   A r r a y ( 1 2 ) ;  
                                 s e l e c t M o n t h [ 0 ]   =   " J a n u a r y " ;  
                                 s e l e c t M o n t h [ 1 ]   =   " F e b r u a r y " ;  
                                 s e l e c t M o n t h [ 2 ]   =   " M a r c h " ;  
                                 s e l e c t M o n t h [ 3 ]   =   " A p r i l " ;  
                                 s e l e c t M o n t h [ 4 ]   =   " M a y " ;  
                                 s e l e c t M o n t h [ 5 ]   =   " J u n e " ;  
                                 s e l e c t M o n t h [ 6 ]   =   " J u l y " ;  
                                 s e l e c t M o n t h [ 7 ]   =   " A u g u s t " ;  
                                 s e l e c t M o n t h [ 8 ]   =   " S e p t e m b e r " ;  
                                 s e l e c t M o n t h [ 9 ]   =   " O c t o b e r " ;  
                                 s e l e c t M o n t h [ 1 0 ]   =   " N o v e m b e r " ;  
                                 s e l e c t M o n t h [ 1 1 ]   =   " D e c e m b e r " ;  
  
                 i f ( s _ d a t e . g e t D a y ( )   = =   1 ) {  
                                 w e e k D a y   =   " M o n d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   2 ) {  
                                 w e e k D a y   =   " T u e s d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   3 ) {  
                                 w e e k D a y   =   " W e d n e s d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   4 ) {  
                                 w e e k D a y   =   " T h u r s d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   5 ) {  
                                 w e e k D a y   =   " F r i d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   6 ) {  
                                 w e e k D a y   =   " S a t u r d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   7 ) {  
                                 w e e k D a y   =   " S u n d a y " ;  
                 }  
                 i f ( s _ d a t e . g e t D a y ( )   = =   0 ) {  
                                 w e e k D a y   =   " S u n d a y " ;  
                 }  
  
  
                 v a r   s e t Y e a r   =   s _ d a t e . g e t Y e a r ( ) ;  
  
   v a r   B N a m e   =   n a v i g a t o r . a p p N a m e ;  
  
   i f ( B N a m e   = =   " N e t s c a p e " ) {  
                   v a r   s e t Y e a r   =   s _ d a t e . g e t Y e a r ( )   +   1 9 0 0 ;  
 }  
  
 d o c u m e n t . w r i t e ( w e e k D a y   +   " ,   "   +  
 s _ d a t e . g e t D a t e ( )   +   "   "   +   s e l e c t M o n t h [ s _ d a t e . g e t M o n t h ( ) ]   +   " ,   "   +   s e t Y e a r   +   " " ) ;  
  
 / /   - - > 
