//MVVM, 60.47.5-65.15.1, for TRINP or www.trinp.org/JS/Advice.js
//Special announcement for use in main index page                                 -->


function writeAdviceO(wN)
 {
  var beginS=""; var endS="";

beginS='<br /><div id="Import">'+
        '<table width="100%" cellpadding="8" cellspacing="0" border="4">'+
        '<tr><td bgcolor="red" align="center"><b>'+
        "IMPORTANT ANNOUNCEMENT"+
        "</b></td></tr>"+
        '<tr><td bgcolor="#ff8080" align="left">'+
        "TRINPsite has not been updated or otherwise changed for ";
endS=" weeks now (with the exception of the Note of the "+
     "Metric Month, which is replaced automatically). "+
     "Since the work on this site was continued every month, almost "+
     "every week and often every day in the past, there must be a "+
     "special, if not serious, reason for the present state of affairs. "+
     "Consequently, TRINPsite may disappear from the Internet at any "+
     "moment.<br /><br /><b>"+
     "You are therefore urgently advised to copy any part of this site "+
     "you find interesting or valuable for your own or other people's "+
     "future reference.</b><br /><br />"+
     "However, the copyright of material on TRINPsite remains with "+
     '<a href="http://mvvm.net/Info/VincentVanMechelen.HTM">Machiel '+
     'Vincent van Mechelen</a> or '+
     '<a href="DNIFound.htm" class="Stand">the Stichting '+
     "DNI Foundation</a> in Amsterdam, the Netherlands."+
     "</td></tr></table></div>";

document.write(beginS,wN,endS);
 }

AdviceT=true  // checks whether contents have been transferred
              // (on-line) and script (can be) executed


//Copyright 60 aSWW, M.Vincent van Mechelen, Stichting DNI Foundation, Amsterdam, NL
