
// NOTE: If you use a ' add a slash before it like this \'


document.write('<a href="/index.html">Home</a> | ');

document.write('<a href="/news.html">News</a> | ');

document.write('<a href="/calendar.html">Calendar</a> | ');

document.write('<a href="/matches.html">Matches</a> | ');

document.write('<a href="/weekly-activities.html">Weekly Activities</a> | ');

document.write('<a href="/classes.html">Classes</a> | ');

document.write('<a href="/gun-shows.html">Gun Shows</a> | ');

document.write('<a href="/legislation.html">Legislation</a> <br> ');

document.write('<a href="/about-dcpa.html">About DCPA</a> | ');

document.write('<a href="/policies.html">Policies & Rules</a> | ');

document.write('<a href="/membership.html">Membership</a> | ');

document.write('<a href="/faq.html">FAQ</a> | ');

document.write('<a href="/forum/index.php" target="_blank">Discussion Forum</a> | ');

document.write('<a href="/contact-us.html">Contact Us</a> | ');

document.write('<a href="/links.html">Links</a> <br> ');

document.write('<a href="/members.html">Members Only</a> <br> ');


//  End -->