//TRINPsite, 56.04.1-67.06.1, www.trinp.org/JS/NoteMM.js
//Note of the Metric Month for TRINPsite 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="INCLUSIVENESS INSTEAD OF TOLERANCE";
NoteS="In the case of tolerance the rich tolerate the poor, the big the "+
 "small, the strong the weak. In the case of inclusiveness, however, "+
 "the rich and the poor, the big and the small, the strong and the weak "+
 "are included equally.";
// En de eis van inklusiviteit strekt zich niet alleen uit tot wat buiten
// als 'heilig' bestempelde boeken valt.
// Want 'n boek is pas heilig als het 'geheel', d.w.z. inklusief, is, en
// zich niet ekspliciet richt tot rijken die al of niet armen verdragen,
// tot mannen die al of niet vrouwen verdragen, tot
// uitsluitend-heteroseksuelen die al of niet
// niet-uitsluitend-heteroseksuelen verdragen, enzovoort, enzovoort.
   MonthS="67th Mid-Northeast" };  // from 63.EQU
  if ((yI==67) && (mI==3)) { TitleS="EGOISM IN SYMBOLS";
NoteS="Egoists consider symbols important when <b>they</b> think that "+
 "they should be kept; they consider them unimportant when <b>others</b> "+
 "think they should be removed.";
// ... consider state and other symbols ... kept because they represent
// something they are in favor of; they consider the same symbols 
// too unimportant for taking the trouble of removing them when ... should
// go because they represent something those others are opposed to.
   MonthS="67th Late Northeast" };  // from 57.MNW
  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; "+
 "(Vinsent'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="ATTRACTION IS NO EXCUSE";
NoteS="Even a veridicalist may understand how supernaturalism allures the "+
 "poor and the pliable into believing the false and farfetched, yet 'e "+
 "will not accept the glorification of its symbols and institutions, still "+
 "less yield to the desire of the worst to lord it over all.";
// [Cp. Jung Chang, Wild Swans -- Three Daughters of China, p.624: "I found
//  this environment unbearable. I could understand ignorance, but I could
//  not accept its glorification, still less its right to rule."
   MonthS="67th Mid-Northwest" }; // from 67.ENE

  if ((TitleS!="") && (NoteS!="") && (MonthS!=""))
   {
document.write('<br /> <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="#00ffff" background="" border="0">');
document.write(' <tr><td align="center">');
document.write('  <table width="500" cellpadding="1" cellspacing="0"');
document.write('   bgcolor="#005050" 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="#00ffff">');
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="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="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>');
   }
 }

//Copyright 56-67 aSWW, M.Vincent van Mechelen, DNI Foundation
