
inc_footer_js =
'<tr>\n   <td class="footermenu" valign="bottom" align="middle" width="100%" colSpan="10">'
+ '<a href="index.html" class="footermenu">Home</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="aboutus.html" class="footermenu">About Us</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="programs.html" class="footermenu">Programs</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="calendar.html" class="footermenu">Calendar</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="learnmore.html" class="footermenu">Learn More</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="legalstuff.html" class="footermenu">Legal Stuff</a><img src="_images/spacer.gif" width="30" height="1">'
+ '<a href="contactus.html" class="footermenu">Contact Us</a>'
+ '</td></tr>'
+ '<tr><td class="footertext" valign="bottom" align="middle" width="100%" colSpan="10">'
+ '&copy; 2005 All rights reserved &nbsp; - &nbsp; the Hinson Group, &nbsp;Winston-Salem, &nbsp;North Carolina'
+ '</td></tr>';

// end_var_declaration
document.write(inc_footer_js);

