	now=new Date();
	document.write(now.getYear()," / ",now.getMonth()+1," / ",now.getDate());
