document.write('<tr bgcolor="#68A460" class="navBar">');
document.write('<td colspan="2">');
document.write('<table align="center">');
document.write('<tr align="center" valign="middle" bgcolor="#68A460">');
document.write('<td><img src="images/spacer.gif" width="1" height="2"></td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="index.html">Home</a>');
document.write('</td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="aboutUs.html">About Us</a>');
document.write('</td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="memberOfTheMonth.html">Members Corner</a>');
document.write('</td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="getInvolved.html">Get Involved</a>');
document.write('</td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="usefulLinks.html">Useful Links</a>');
document.write('</td>');
document.write('<td width="120" class="navButton" onMouseOver=this.style.backgroundColor="#4f7e4a" onMouseOut=this.style.backgroundColor="#68a460">');
document.write('<a href="contactUs.html">Contact Us</a>');
document.write('</td>');
document.write('<td><img src="images/spacer.gif" width="1" height="1" alt=""></td>');
document.write('</tr>');
document.write('</table>');
document.write('</td>');
document.write('</td>');
document.write('</tr>');



