function allfooter()
{
document.writeln(
"<table>"
+"<tr>"
+"<td align='center' width='77%'>"
+"<strong><a class='footertext' href='home.html'>Home</a></strong>" 
+"<span class='padding'> | </span>"
+"<strong><a class='footertext' href='services.html'>Services</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='locations.html'>Locations</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='insurance.html'>Insurance Information</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='events.html'>Upcoming Events</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='appointment.html'>Schedule an Appointment</a></strong>"
+"<br>"
+"<strong><a class='footertext' href='test_preps.html'>Test Preparations</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='forms.html'>Form & Questionnaires</a></strong>"
+"<span class='padding'> | </span>" 
+"<strong><a class='footertext' href='contactus.html'>Contact Us</a></strong>"
+"<span class='padding'> | </span>"
+"<strong><a class='footertext' href='privacypolicy.html'>Privacy Policy</a></strong>"
+"</td>"
+"</tr>"
+"</table>");
}