function footerNav()
{
	document.writeln('<div align="center">');
	document.writeln('<a href="index.htm" class="bottom_links">About Us</a> | ');
	document.writeln('<a href="highlights.htm" class="bottom_links">Corporate History</a> |'); 
	document.writeln('<a href="customers.htm" class="bottom_links">Our Customers</a> | ');
	document.writeln('<a href="associations.htm" class="bottom_links">Associations</a> | ');
	document.writeln('<a href="../news_events/index.htm" class="bottom_links">Announcements/News Room</a> | ');
	document.writeln('<a href="employment.htm" class="bottom_links">Employment Opportunities</a> | ');
	document.writeln('<a href="contact.htm" class="bottom_links">Contact Us</a>');
	document.writeln('</div>');
}

footerNav();