//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;2012 - Lake Arbor HOA <br><br></TD>"); 		
//document.write("<td align='center'>&nbsp;</td>");
document.write("<td align='center' valign='bottom'><a href='http://visitor.r20.constantcontact.com/d.jsp?llr=di4e4idab&p=oi&m=1103033957635' target='_subscribe'><img src='Images/subscribe.jpg' alt='Click to subscribe to the Lake Arbor e-newsletter' width='100px' height='50px' /></a></td>");
document.write("<td align='center' valign='bottom'><a href='http://user.govoutreach.com/arvada/support.php' target='_askArvada'><img src='Images/askArvada.png' alt='Ask Arvada' height='50' width='75'/></a></td>");
document.write("<TD WIDTH='45%' ALIGN='right' valign='bottom'>Website Designed &amp; Developed by <br>Cathy Bolson<br>and maintained by<br>Bill Leck</TD>");
document.write("</TR>");

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

//-->


