<!-- Begin

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


var bluefox	  = "no"	// SHOW BLUE FOX COPYRIGHT


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

document.write('&nbsp;|&nbsp;');

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

document.write('&nbsp;|&nbsp;');

document.write(' <a href="class-schedule.htm">Schedule</a>');

document.write('&nbsp;|&nbsp;');

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

document.write('&nbsp;|&nbsp;');

document.write(' <a href="faq.htm">FAQS</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="certifications.htm">Certifications</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="testimonials.htm">Testimonials</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="self-defense.htm">Products</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">SiteMap</a>');

document.write('&nbsp;|&nbsp;');

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



document.write('<br>');




   if (bluefox == "yes") {
document.write('Site Design &copy; 2009 All Rights Reserved <a href="http://bluefoxwebdesign.com" target="_blank">Blue Fox Web Design</a> <br>');
}




document.write('<br>');

//  End -->