// JavaScript Document
today = new Date()
year = +1900
document.write("　　今日は",today.getMonth()+1,"月",today.getDate(),"日です")

