// JavaScript Document
document.writeln('<p class="navEntries">')
document.writeln('				  <a href="index.html" class="titlelink">HOME</a> &nbsp;&#8226;&nbsp; ')
document.writeln('				  <a href="about.html" class="titlelink">ABOUT US</a> &nbsp;&#8226;&nbsp; ')
document.writeln('				  <a href="companies.html" class="titlelink">OUR COMPANIES</a>  &nbsp;&#8226;&nbsp; ')
document.writeln('				  <a href="articles.html" class="titlelink">ARTICLES</a> &nbsp;&#8226;&nbsp; ')
document.writeln('				  <a href="quote.html" class="titlelink">REQUEST A QUOTE</a>&nbsp;&nbsp;&nbsp;&nbsp;</p>')

