function LoadFooter()
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" style="background-image:url(\'images/layout/1X1_lightblue.gif\');height:30px;width:997px;">');
	document.write('<tr>');
	document.write('<td><font class="small" style="color:#006699;">&nbsp;&nbsp;©2008 Millican Ogden Community Association&nbsp;&nbsp;All Rights Reserved</font></td>');
	document.write('<td style="text-align:right;"><font class="small"><a href="http://www.globaldesign.ca" style="color:#006699;" target="_blank">design &amp; hosting by Global Designs Internet Solutions Inc.</a>&nbsp;&nbsp;</font></td>');
	document.write('</tr>');
	document.write('</table>');
}