<!--
document.write('<div>');
document.write('<a href="index.html">Home</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="who_we_are.html">Who We Are</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="hooped_programs.html">HoopEd Programs</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('<a href="program_locations.html">Program Locations</a>');
document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
var URL=window.location.href;
if(URL.indexOf('carroll_county')==-1){
	document.write('<a href="testimonials.html">Testimonials</a>');
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
	document.write('<a href="subscribe.html">Subscribe</a>');
	document.write('&nbsp;&nbsp;|&nbsp;&nbsp;');
}
document.write('<a href="contact.html">Contact</a>');
document.write('<br/>&copy; '+new Date().getFullYear()+' by HoopEd. All Rights Reserved');
document.write('</div>');
//-->
