<!--ここからソース--> <script language="javascript"> <!-- now = new Date() document.write(now); //--> </script> <!--ここまで-->
<!--ここから-->
<SCRIPT language="JavaScript">
<!--
today = new Date()
year = today.getYear();
if (year < 2000) { year += 1900; }
document.write("ただいまの時間:"+year+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日 ")
document.write(today.getHours()+"時"+today.getMinutes()+"分"+today.getSeconds()+"秒")
//-->
</SCRIPT>
<!--ここまで-->
□BACK