<html>
<head>
<style type="text/css">


	
	#container {
		width: 572px;
		margin: 10px;
		text-align : justify;
	}
	
	
	#captiont  {
		text-align: center;
		font-size: 75%;
		font-style: italic;
	}
	
	

</style>

    <script src="http://simile.mit.edu/timeline/api/timeline-api.js" type="text/javascript">	</script>
	<script src="./timeline.js" type="text/javascript">	</script>

</head>
<body  bgcolor="#eeeeee" onload="onLoad();" onresize="onResize();">
<center>

<div id="container">


	<div id="my-timeline" style="height: 230px; width: 570px; border: 1px solid #aaa"></div>
	<div id="captiont">Interactive timeline of the World Wide Web. Hold and drag to scroll.</div>
</div>
</div>
</body>
</html>