//MVVM, 56.04.1-67.06.1, for mvvm.net/JS/NoteMM.js
//Note of the Metric Month for the English-language main document         -->

function Write_NoteMM(yI,mI)
 {
  var TitleS=""; var NoteS=""; var MonthS="";  // title not necessary
  var faceS="Impact, AvantGarde Md BT, Courier New, OCR A Extended";
  var marqueeS='<marquee width=500 valign=bottom behavior=scroll '
   marqueeS+='direction=left scrolldelay=1 scrollamount=4 border=0>';

  if ((yI==67) && (mI==2)) { TitleS="CREATED A (K)NIGHT";
NoteS='"I do remember that he was created a Knight in 1958." '+
 '"Oh, then he was probably born in 1959."';
// "Do you know how old he was?"
// "I really don't know, but I do ..."
   MonthS="67th Mid-Northeast" }; // from 38.MSW
  if ((yI==67) && (mI==3)) { TitleS="TO LIVE ON IN YOUR WORK";
NoteS="To live on in your work rather than in your children your work "+
 "must make a chance of at least 1 in 130,000 to be known about five "+
 "centuries after the moment of conception.";
// [As we treat time as a one-dimensional factor here, we follow the binary
//  system for years: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, etc..
//  If each generation takes 30 years, 128=4x30+8; 256=8x30+16; 512=17x30+2;
//  1024=34x30+4. 
//  Hence 512 years, 'about five centuries', is closest to a whole number of
//  generations and within a socially reasonable range: 17.
//  After 17 generations your material contribution in your offspring will
//  be 1 divided by 2 to the power of 17, that is, 1/129,872 (assuming, of
//  course, that everyone will have a child again, and that parents are not
//  already related in some way).]
   MonthS="67th Late Northeast" }; // from 40.LNW
  if ((yI==67) && (mI==4))
   { TitleS="<b>&#25991;&#26862;&#29305;&#30340;&#25991;&#26007;</b>";
NoteS="&#25991;&#26862;&#29305;&#30340;&#26007;&#20105;&#19981;&#26159;"+
 "&#27494;&#26007;&#65292;&#26159;&#25991;&#26007;&#12290; "+
 "(Vincent's struggle is not a violent, armed struggle but a nonviolent, "+
 "cultural struggle.)";
// (Wéns&#275;ntè de wéndòu: Wéns&#275;ntè de dòuzh&#275;ng1 búshì
//  w&#468;dòu, shì wéndòu.)
// [Cp. Jung Chang, Wild Swans -- Three Daughters of China, p.407: "Now I
//  murmured, trying to control the quaking in my voice, 'Didn't Chairman
//  Mao teach us to use verbal struggle [<i>wen-dou</i>] rather than
//  violent struggle [<i>wu-dou</i>]?"] 
  MonthS="67th Early Northwest" };  // from 67.ENE
  if ((yI==67) && (mI==5)) { TitleS="MASTERS IN VIOLATIONAL LINGUISTICS";
NoteS="Educated supernaturalist theocentrists are often masters in "+
 "the violation of language.";
   MonthS="67th Mid-Northwest" };  // from 62.LNE

  if ((TitleS!="") && (NoteS!="") && (MonthS!=""))
   {
document.write('<br>&nbsp;<br>');
document.write('<p align=center>');
document.write('<font face="Wide Latin" size="-2">');
document.write('Note of the Metric Month</font><br>');
document.write('<table align=center width=504 cellpadding=0');
document.write(' bgcolor="#000000" background="" border=0>');
document.write(' <tr><td align=center>');
document.write('  <table width=500 cellpadding=0 cellspacing=0');
document.write('   bgcolor="#202020" background="" border=0>');
document.write('   <tr><td height=2></td></tr>');
document.write('   <tr><td align=center>');
document.write('    <font face=',faceS,' size="+2" color="#c0c000">');
document.write(TitleS,'</font></td></tr>');
document.write('   <tr><td align=center>');
    // maximum font size for trailer +4
document.write('    <font face=',faceS,' size="+2" color="#fffff0">');
    // text trailer for M.I.E., stationary text for Netscape
document.write('    <a href="En/Note/MMo/Y64-67.HTM">');
    marqueeS+=NoteS+'</marquee>'  // do not split up over 'document.write's
document.write(marqueeS);
document.write('    </a></font>');
document.write('   </td></tr>');
document.write('   <tr><td height=2></td></tr>');
document.write('  </table>');
document.write(' </td></tr>');
document.write('</table>');
//document.write('<small>* see also <A href="En/Note/MMo/Y56-59.HTM">complete');
//document.write('version</A></small><br>');
document.write('<font face="Wide Latin" size="-2">');
document.write(MonthS,'</font>');
document.write('</p>');
   }
 }

NoteMM_T=true  // checks whether contents have been transferred
               // (on-line) and script (can be) executed


//Copyright 56-67 aSWW, M.Vincent van Mechelen, Amsterdam, NL
