function afooter()
{
document.write('<P CLASS="foot">');
<!-- document.write('<B>TEST PROFESSIONALS:&nbsp;&nbsp;</B>'); --> 
document.write('<A CLASS="foot" HREF="about.html"    > ABOUT US        </A> &nbsp;&nbsp;-&nbsp;&nbsp;');
document.write('<A CLASS="foot" HREF="tests.html"    > TESTING         </A> &nbsp;&nbsp;-&nbsp;&nbsp;');
document.write('<A CLASS="foot" HREF="fac.html"      > FACILITIES      </A> &nbsp;&nbsp;-&nbsp;&nbsp;'); 			 
document.write('<A CLASS="foot" HREF="contact.html"  > CONTACT US      </A> &nbsp;&nbsp;-&nbsp;&nbsp;');
document.write('<A CLASS="foot" HREF="index.html"    > HOME            </A>');
document.write('</P>');
document.write('<FONT SIZE="-1">'); 		 			 			 
document.write('<P CLASS="foot2">');
document.write('We invite you to use the VEV test sites for all your vehicle testing needs!<BR>');
document.write('&copy; 2008 Ford Motor Company - All Rights Reserved');
document.write('<BR>www.testprofessionals.com<BR>');
document.write('</P><BR></FONT>');
}


