<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
<html
	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:svg="http://www.w3.org/2000/svg"
	xmlns:xlink="http://www.w3.org/1999/xlink"
	xml:lang="en-CA"
	dir="ltr"
>
	<head>
		<meta http-equiv="Content-Type" content="application/xhtml+xml:charset=utf-8"/>
		<meta http-equiv="Content-Style-Type" content="text/css"/>
		<meta http-equiv="Content-Script-Type" content="application/javascript"/>
		<title>24-Hour Clock</title>
		<style type="text/css"><![CDATA[
		]]></style>
		<object id="SVG_Defs"><svg:svg><svg:defs>
		</svg:defs></svg:svg></object>
	</head>
	<body>
		<h1>Clock</h1>
		<script type="application/javascript"><![CDATA[
			var v_date = new Date();
		]]></script>
	</body>
</html>