document.write('<ul>');
document.write('<a href="index.htm">Home</a>');
document.write('<a href="products.htm">Product & Services</a>');
document.write('<a href="producers.htm">For Producers</a>');
document.write('<a href="articles.htm">Articles & Links</a>');
document.write('<a href="management.htm">Concord Management</a>');
document.write('<a href="contact.htm">Contact Info</a>');
document.write('<a href="login.cfm">Login</a>');
document.write('</ul>');
