<!-- this html *not* rendered by bootstrap css -->
<html>
<head>
<script>
function subst() {
var vars={};
var x=window.location.search.substring(1).split('&');
for (var i in x) {var z=x[i].split('=',2);vars[z[0]] = unescape(z[1]);}
var x=['frompage','topage','page','webpage','section','subsection','subsubsection'];
for (var i in x) {
var y = document.getElementsByClassName(x[i]);
for (var j=0; j<y.length; ++j) y[j].textContent = vars[x[i]];
}
}
</script>
<style type="text/css">
div { font-family: "Times New Roman", serif; }
#pages { font-size: 9pt; margin-top: 15px; margin-left: 100px; } /* roughly centre of page */
#address { font-size: 9pt; color: #7c62a3; text-align: right } /* bright */
#ukas { font-size: x-small; font-weight: bold; margin-left: 20px }
</style>
</head>
<body onload="subst()">
<hr />
<table border=0>
<tr>
<td valign="top" width="35%" rowspan="2">
<img height="80" width="62" src="/images/ukas_pos.jpg" />
<div id="ukas">9305</div>
</td>
<!--
<td valign="top" width="25%">
<div id="ukas">
<div>a UKAS accredited</div>
<div>medical laboratory</div>
<div>No. 9305</div>
</div>
</td>
-->
<td valign="top">
<div id="address">
<div>HMDS, Leeds Cancer Centre, Bexley Wing, Beckett Street,
Leeds, LS9 7TF
</div>
<div>Tel: 0113 206 7851</div>
<div>Web: www.hmds.info</div>
</div>
</td>
</tr>
<tr>
<td>
<div id="pages">
Page <span class="page"></span> of <span class="topage"></span>
</div>
</td>
</tr>
</table>
</body>
</html>