var footer = '';

var now = new Date();
var year = now.getFullYear();

footer += '<div id="Footer">';
footer += '&nbsp;&nbsp;Copyright &#169;&#160;' + year + ' Kelsall Medical Centre';
footer += '<p>Created by <a href="http://www.lyndhurst-associates.com/" target="_blank" title="Click here to open the Lyndhurst Associates web site.">Lyndhurst Associates</a></p>';
footer += '</div>';

document.writeln(footer)

