<!-- Hide Code 
// This is the code to write the left naviagation links for
// all files in public_html

document.write("<img src='http://www.magnoliaspringshoa.com/pics/mainlogo_small.png' width='162' height='119' alt='logo' />");
document.write("<br /><br />");
document.write("<span style='text-decoration: underline;'>Links:</span>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/index.html'>Home</a></p>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/gate.html'>Gates</a></p>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/acc_form.html'>ACC Form</a></p>");
document.write("<!--<p><a href='http://www.magnoliaspringshoa.com/newsletter/index.html'>Newsletter</a></p>-->");
document.write("<p><a href='http://www.magnoliaspringshoa.com/meeting/index.html'>HOA Meeting Minutes</a></p>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/directory/ms_directory.pdf'>Directory</a></p>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/documents.html'>HOA Documents</a></p>");
document.write("<p><a href='http://www.magnoliaspringshoa.com/kirbygate2.html'>Kirby Gate Update</a></p>");
document.write("<p><a href='mailto:council@magnoliaspringshoa.com'>E-mail Us</a></p>");

// End Code Hiding -->