        
document.write('<TABLE width="95%" border="0" align="center" cellpadding="0" cellspacing="0">');
document.write('<TR>');
document.write('<TD align="center"><b><p class="foot">All images and text are a copyright &copy;'+thisYear+' <a class="footlink" href="mailto:peakspirit@hotmail.com"> Janet Roome and The Spirit of the Peaks Centre for Reiki Training and Other Courses of Light</a></p></b></td>');
document.write('</tr>');
document.write('<TR>');
document.write('<TD align="center"><b><p class="foot" >website design by <a  class="footlink2" href="http://www.dawnweaver.co.uk">DawnWeaver Ltd</a>&nbsp;&nbsp;hosting with <a  class="footlink2" href="http://www.dawnweb.co.uk">DawnWeb</a></p></b></td>');
document.write('</tr>');
document.write('</table>');

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
    theObjects[i].outerHTML = theObjects[i].outerHTML;
}
