var d = new Date();
document.write("<p>Today&rsquo;s date and time are: " + d.toLocaleString() + ".&nbsp; <em>How about that?</em></p>\n");

