var hiduke=new Date(document.lastModified);
var d=hiduke.getFullYear();
var c=hiduke.getMonth()+1;
var b=hiduke.getDate();
var f=hiduke.getHours();
var g=hiduke.getMinutes();
var h=hiduke.getSeconds();
if (b<10) {b="0"+b}
if (c<10) {c="0"+c}
if (f<10) {f="0"+f}
if (g<10) {g="0"+g}
if (h<10) {h="0"+h}
var e=new Array("日","月","火","水","木","金","土");
document.write("<pre style=line-height:18pt>最終更新日時は<span style=background-color:#ffff00><font color=#ff00cc>"+d+"年"+c+"月"+b+"日("+e[hiduke.getDay()]+")"+f+"時"+g+"分"+h+"秒"+"</font></span>ですぅ&#9829<br>管理人：<span style=background-color:#ffff00><b><font color=#ff00cc>ねこまほ賢</font><span style=font-size:8pt><span style=color:#ff00cc>たん</span></b>ハァハァ</span></span> </pre>");