document.write("<table width=100% border=0 cellpadding=0 cellspacing=0 id=footer_nav>"+
  "<tr>"+
    "<td height=10 class=line><img src=images/spacer.gif /></td>"+
  "</tr>"+
  "<tr>"+
    "<td height=15 align=center valign=bottom><a href=index.aspx>Home</a> | <a href=aboutus.html>About</a> | <a href=the_program.html>The Program</a> | <a href=our_menu.aspx>Our Menu</a> | <a href=testimonials.html>Testimonials</a> | <a href=faq.html>FAQs</a> | <a href=contact.html>Contact</a> | <a href=https://www.fitlifestylescharlotte.info/order_online.aspx>Order Online</a></td>"+
  "</tr>"+
"</table>");


/*
function navigate(pagename)
{
 var sPath = window.location.href;
    var sPage = sPath.indexOf('http:');
    if(sPage==0)
    {       
        window.location.href="https://www.fitlifestylescharlotte.com/"+pagename;
    }
}
*/