function writeFooter(){	var strwriteFooter='';	strwriteFooter = strwriteFooter + '<table cellspacing="0" cellpadding="0" border="0" width="800">';	strwriteFooter = strwriteFooter + '<tr>';	strwriteFooter = strwriteFooter + '<td colspan="5" height="34"></td>';	strwriteFooter = strwriteFooter + '</tr>';	strwriteFooter = strwriteFooter + '<tr>';	strwriteFooter = strwriteFooter + '<td width="70"></td>';	strwriteFooter = strwriteFooter + '<td class="footer">Mark Fairhurst Architecture &amp; Design</td>';	strwriteFooter = strwriteFooter + '<td width="20"></td>';	strwriteFooter = strwriteFooter + '</tr>';	strwriteFooter = strwriteFooter + '</table>';		document.write (strwriteFooter);	}