function runFooter() {
	document.write('<p class="footer-links"><a href="index.html">HOME</a> | <a href="about.html">ABOUT QBF</a> | ');
	document.write('<a href="products.html">PRODUCTS</a> | <a href="marketing_services.html">MARKETING SERVICES</a> | ');
	document.write('<a href="technology.html">TECHNOLOGY</a> | <a href="client_login.html">CLIENT LOGIN</a> | ');
	document.write('<a href="site_map.html">SITE MAP</a> | <a href="contact.html">CONTACT US</a><br>');
	document.write('<a href="stcs.html">Standard Terms and Conditions -- Services</a> | <a href="stcp.html">Standard ');
	document.write('Terms and Conditions -- Product</a> | <a href="privacy_policy.html">Privacy Policy</a> </p>');
	document.write('<p class="copyright">Copyright &copy; 2010 by QBF, Inc. All Rights Reserved.</p>');
}