function addDate(theTarget) {
	var d=new Date();
	theTarget.value=d;
}
