ÿþt h e d a t e   =   n e w   D a t e ( ) ;  
 v a r   c u r r e n t d a y   =   t h e d a t e . g e t D a y ( ) ;  
 v a r   c u r r e n t d a t e   =   t h e d a t e . g e t D a t e ( ) ;  
 v a r   c u r r e n t m o n t h   =   t h e d a t e . g e t M o n t h ( ) ;  
 v a r   c u r r e n t y e a r   =   t h e d a t e . g e t Y e a r ( ) ;  
 v a r   D a y s   =   n e w   A r r a y ( " >A:@5A5=L5" , " >=545;L=8:" , " B>@=8:" , " !@540" , " '5B25@3" , " OB=8F0" , " !C11>B0" ) ;  
 v a r   M o n t h s   =   n e w   A r r a y ( " O=20@L" , " D52@0;L" , " <0@B" , " 0?@5;L" , " <09" , " 8N=L" , " 8N;L" , " 023CAB" , " A5=BO1@L" , " >:BO1@L" , " =>O1@L" , " 45:01@L" ) ;  
 d o c u m e n t . w r i t e   ( D a y s [ c u r r e n t d a y ]   +   " ,   "   +   c u r r e n t d a t e   +   "   "   +   M o n t h s [ c u r r e n t m o n t h ]   +   "   "   +   c u r r e n t y e a r + "   3. " ) ;  
 
