<!-- 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; }
#cpa { font-size: 7pt; } /* off page if any larger */
#pages { color: #000; margin-left: 27em } /* roughly centre of page */
#address { font-size: 9pt; color: #7c62a3; } /* bright */
</style>
</head>
<body onload="subst()">
<hr />
<table border=0>
<tr>
<td rowspan="2" valign="top" width="95%">
<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 id="pages">
Page <span class="page"></span> of <span class="topage"></span>
</div>
</div>
</td>
<!-- to be replaced with lth_footer_ukas.htm -->
<td><img src="/images/cpa_logo_small.png" /></td>
</tr>
</table>
</body>
</html>