The Script!!
<script language="javascript">
// Define todaysDate function
function todaysDate() {
var Today = new Date();
document.writeln('<FONT FACE="Arial,
Helvetica"><FONT SIZE=-1><FONT
COLOR="red">'+"Date and Time: "+Today+'
</FONT>
</FONT>
</FONT>');
}
// Print todaysDate
todaysDate();
</SCRIPT>