﻿function getDate() {
	var today = new Date();
	return "<br />" + today.toLocaleDateString();
}
