var timeNow = new Date();
document.write(timeNow.toLocaleString());
