function newW(no,writeday,ctext){
       itsumade=3;                 //
          if((new Date()-new Date(writeday))/(24*60*60*1000)<=itsumade) {
          document.write("‘æ" + no + "‰ñ   (" + writeday + ")");
          document.write("    <b><font color='#CC0000'><i><span style='font-weight:bold;color:#cc0000;'>NEW!!</span></i></font></b>");
          document.write("<br>" + ctext.substr(0, 50) + "......." );
       } else {
          document.write("‘æ" + no + "‰ñ   (" + writeday + ")");
          document.write("<br><font color='#000000'>" + ctext.substr(0, 50) + "......." + "</font>" );
       }
}
