// JavaScript Document
now = new Date();
document.write(""+now.getFullYear()+"."+(now.getMonth()+1)+"."+now.getDate()+".");