<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
<script language="javascript">
var d=new Date();
var (minutes.length==1) minutes="0" +minutes;
var time24 =new string(d.gethours()
+";" +minutes);
var time;
var ampm;
var hour=d.gethours();
if (hour<12){
if (hour==0) hour=12;
ampm="am"}
else
{
if (hour!=12)
hour=hour-12;
ampm="pm";
}
time=new string(hour + ":" minutes +ampm);
document.write("Time24 is " + time24 + "<br>");
document.write("Time12 is " + time + "<br>");



</script>
</body>

</html>
