//This is the entire footer, including the links included at the bottom
//of each page. Much easier to edit them in one place, instead of 5 //million.  cb
<!--
document.write("<BR><BR>");
document.write("<TABLE WIDTH='100%' CLASS='footer'>");


//<!-- Copyright, CMBolson byline -->
document.write("<TR>");
document.write("<TD WIDTH='45%' valign='bottom'>&copy;&nbsp;2010 - Lake Arbor HOA <br><br></TD>"); 		
document.write("<td align='center'>&nbsp;</td>");
document.write("<TD WIDTH='45%' ALIGN='right'>Website Designed &amp; Developed by <br><A HREF='http://www.cmbolson.com' target='blank'>Cathy Bolson</A><br><br></TD>");
document.write("</TR>");

document.write("</TABLE>");
   
   

//-->

