<!--
// 更新日の表示
//document.open();
//document.write("Last Update : 2006/03/24 最終更新日の表示方法を変更");
//document.close();
document.open();
document.write('    <DIV style="width:86%;font-size:x-small"> ');
document.write('        <SPAN style="font-weight:bold"> ');
document.write('            <MARQUEE direction="left" scrollamount="2" behavior="alternate" bgcolor="lime"> ');
document.write('                Last Update : 2010/11/25 上位リンクDLLの Framework3.5 試用版を追加 ／ 2010/11/16 VB6とVS.NETのロガーDLLを更新 ');
document.write('            </MARQUEE> ');
document.write('        </SPAN> ');
document.write('    </DIV> ');
document.close();

// -->
<!--
// Asahi-Netでは取得できない
//lmDate = new Date(document.LastModified);
//y = lmDate.getFullYear();
//m = lmDate.getMonth()+1;
//d = lmDate.getDate();
//if (m < 10) {
//    m = "0" + m;
//}
//if (d < 10) {
//    d = "0" + d;
//}
//document.open();
//document.write("Last Update : ",y,"/",m,"/",d);
//document.close();
//
// -->

