/*
'==============================================================================
' 最終更新日の書き出し
'==============================================================================
*/
function DrawLastUpdate () {
    //書き出し
    document.write("最終更新日：2007年9月4日");
}

/*
'==============================================================================
' 特集の最終更新日の書き出し
'==============================================================================
*/
function DrawLastUpdateFeature () {
    //書き出し
    document.write("<FONT color=\"#CC0000\"><B>（2月27日up）</B></FONT>");
}

