function footer() {
document.write('<div id="footer">    ');
document.write('<div style="padding-bottom:4px">');
document.write('<a href="index.html">Home</a> | <a href="about_us.html">About Us</a> | <a href="business.html">Business</a> | ');
document.write('<a href="individuals.html">Individuals</a> | <a href="non_profits.html">Nonprofits</a> | ');
document.write('<a href="trust.html">Trusts & Estates</a> | ');
document.write('<a href="tax_notebook.html">Resource Center</a> | <a href="staff.html">Contact Us</a>');
document.write('</div>');
document.write('&copy; 2007-2009 Stancil & Company  - All Rights Reserved. <BR>');
document.write('4909 Windy Hill Drive, Raleigh, NC 27609&nbsp;  -&nbsp; ph: (919) 872-1260&nbsp; ');
document.write('-&nbsp; fax: (919) 872-6182&nbsp; -&nbsp; email: ');
document.write('<a href="mailto:info&#64;stancilcpa.com">info&#64;stancilcpa.com</a>');
document.write('</div>');
}

function address() {
document.write('Serving All Virginia/MD/Metro DC Areas<BR> ');
document.write('&nbsp;Email: <a href="mailto:John.Bryant&#64;BodyFitnessByJohn.com"> ');
document.write('John.Bryant&#64;BodyFitnessByJohn.com</a> ');
}

function leftBox0() {
document.write('<div class="bordered"> ');
document.write('<div id="titleBox"> ');
document.write('<img border="0" src="images/tl_newsletter.gif" width="215" height="30"></div> ');
document.write('<div id="leftBox"> ');
document.write('<div id="newsletterBox"> ');
document.write('<img border="0" src="images/newsletter-1.jpg" width="90" height="120"></div> ');
document.write('<div id="newsletterBox"> ');
document.write('<img border="0" src="images/newsletter-2.jpg" width="90" height="120"></div> ');
document.write('<div class="b_more"><a href="newsletter.html"><img border="0" src="images/b_more.gif" '); 
document.write('width="42" height="15" alt="more"></a></div> ');
document.write('</div>   ');
document.write('</div> ');
document.write('<center> ');
document.write('<img border="0" src="images/logo_cpa.gif" width="195" height="54" style="margin-top:5px" alt="The CPA"><br> ');
document.write('</center>  ');       
document.write('</div>    ');
}

function leftBox() {
document.write('<div class="bordered"> ');
document.write('<div id="titleBox"> ');
document.write('<img border="0" src="images/tl_taxnotebook.gif" width="215" height="30"></div> ');
document.write('<div id="leftBox"> ');
document.write('<a href="tax_notebook.html" title="TaxNotebook - Online Tax Organizer"><img border="0" src="images/taxnotebookanimated.gif" width="180" height="71"></a><BR> ');
document.write('</div>   ');
document.write('</div> ');
document.write('<center> ');
document.write('<img border="0" src="images/logo_cpa.gif" width="195" height="54" style="margin-top:5px" alt="The CPA"><br> ');
document.write('</center>  ');       
document.write('</div>    ');
}