<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding=0 cellspacing=0 border=0>');
document.write('<tr><form action="\\home.htm"><td>');
document.write('<input type="submit" value=" Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\mission.htm"><td>');
document.write('<input type="submit" value="New Members" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\membership.htm"><td>');
document.write('<input type="submit" value="Membership" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\calendar.htm"><td>');
document.write('<input type="submit" value="Calendar" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

//document.write('</td></form><form action="\\flyers.htm"><td>');
//document.write('<input type="submit" value=" Flyers" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\officers.htm"><td>');
document.write('<input type="submit" value="Officers/Directors" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\directory.htm"><td>');
document.write('<input type="submit" value=" Email" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\clubs.htm"><td>');
document.write('<input type="submit" value="Clubs" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\stateshoot.htm"><td>');
document.write('<input type="submit" value="State Shoot" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\teams.htm"><td>');
document.write('<input type="submit" value="State Teams" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\halloffame.htm"><td>');
document.write('<input type="submit" value="Hall of Fame" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="\\forms.htm"><td>');
document.write('<input type="submit" value=" Forms" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td></form><td>');
document.write('<td WIDTH="1">');
document.write('</td></tr></table>');

//  End -->