<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xml:lang="en-us">
	<head>
		<script type="text/javascript" src="sunlight.js"></script>
		<script type="text/javascript" src="sunlight-html.js"></script>
		<link rel="stylesheet" type="text/css" href="/media/style.css" />
	</head>

	<body>
		<div id="wrapper">
			<span>It was</span> the best of times; it was the worst of times&hellip;
		</div>
		
		<ul class="menu">
			<li>Item one</li>
			<li>Item two</li>
			<li>Item three</li>
			<li><a href="#fragment" rel="nofollow">Item</a> four</li>
		</ul>
	</body>

	<!-- comment -->
	<script type="text/javascript">//<![CDATA[
		Sunlight.highlightAll();
	//]]></script>
</html>