<script language="javascript" type="text/javascript">
dayName = new Array ("Chủ nhật","Thứ hai","Thứ ba","Thứ tư","Thứ năm","Thứ sáu","Thứ bảy")
monName = new Array ("1","2","3","4","5","6","7","8","9","10","11","12")
now = new Date
document.write("<font color=#000000><b>"/*+now.getHours()+ ":" +now.getMinutes()+ " phút - " +dayName[now.getDay()]+ ", "*/ + "Tài liệu cập nhật ngày " +now.getDate()+ "/" +monName[now.getMonth()]+ "/" +now.getFullYear()+ "</b></font>")
</script>