function WriteDateDiv(Date) {
   document.write('<DIV ALIGN="RIGHT"><FONT FACE="SANS-SERIF" SIZE="1">',
   Date, '</FONT></DIV>')
   }

