<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<title>
A Javascript Test
</title>
</head>
<body>
<link rel="stylesheet" href="main.css" type="text/css" />

<table class="menubar">
	<thead>
	<tr>
		<td class="menu">
			<p><a href="index.html" class="menut">About Me</a></p>
		</td>
		<td class="menu">
			<p><a href="wp.html" class="menut">Working Papers</a></p>
		</td>
		<td class="menu">
			<p><a href="teaching.html" class="menut">Teaching Notes</a></p>
		</td>
		<td class="menu">
			<p><a href="programming.html" class="menuts">Programming</a></p>
		</td>
	</tr>
</thead>
</table>
<object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"> </object>
    <?import namespace="svg" urn="http://www.w3.org/2000/svg" implementation="#AdobeSVG"?>
<div id="backdrop" class="backdrop">
</div>
<div class="infons">
	<p class="heading">A Javascript Test</p>
</div>
<div class="picturebox" id="pitur">
<form id="myform">
<textarea id="num" rows="24" cols="25" class="centred"></textarea>
<input type="button" value="Go" onclick="writenum()" id="mybutton"/>
</form>
</div>
<div class="therest" id="gs">
   <svg:svg version="1.1" baseProfile="full" width="518px" height="518px" id="mysvg">
    </svg:svg>
</div>
<div>
	<table class="bottombar">
		<tr>
			<td>
				Email me at: <a href="mailto:%3Crichard.povey@new.ox.ac.uk%3E">&lt;richard.povey@new.ox.ac.uk&gt;</a>
			</td>
			<td>
				<p id="dateupdated" class="datelastupdatedc">
					</p> </td>
				<td> <a href="CV/cv.pdf">My C.V.</a> </td>
			</tr>
			</table>
</div>
</body>
<script type="text/JavaScript" src="crosswordscript.js"></script>
<script type="text/javascript" src="script.js"> </script>
</html>
