document.write('<base href="http://www.carolcolhoun.com/"/>');


<!-- main heading column -->

document.write('<div id="menu">');
document.write('<a href="index.html" class="nav"><small>Home</small></a> &nbsp;&nbsp;');
document.write('<a href="forms.html" class="nav"><small>Insurance and Forms</small></a> &nbsp;&nbsp;')
document.write('<a href="office.html" class="nav"><small>Office Location</small></a> &nbsp;&nbsp;')
document.write('<a href="mailto:carolcolhounlcsw@gmail.com" class="nav"><small>Email</small></a> &nbsp;&nbsp;');
document.write('<br/>');

document.write('</div>');

