var time=new Date();
var lmonth=[Time.getMonth() + 1];
var date=time.getDate();
document.write(date + "." + lmonth);