﻿//pagenav.js -- include file for each page that will contain
// the standard menu items on the left
// This should allow changes to the menu to be much easier
document.write ('<div id="pageNav"><div id="sectionLinks"><p>');
document.write ('<a href="index.htm">Home</a>');
document.write ('<a href="schedule.htm">Schedule</a>');
document.write ('<a href="about.htm">Board of directors </a>');
document.write ('<a href="registration.htm">Registration</a> ');
document.write ('<a href="directions.htm">Directions</a>');
document.write ('<a href="merchandise.htm">Merchandise</a>');
document.write ('<a href="links.htm">Links</a>');
document.write ('<a href="used_equipment.htm">Used Equipment</a></p>');
document.write ('<h3 align="center">Programs</h3>');
document.write ('<a href="learn_to_skate.htm">Learn To Skate</a>');
document.write ('<a href="learn_to_play.htm">Learn To Play</a>');
document.write ('<a href="mites.htm">Mites </a>');
document.write ('<a href="squirts.htm">Squirts</a>');
document.write ('<a href="peewees.htm">PeeWees</a>'); 
document.write ('<a href="girls.htm">Girls U12</a>'); 
document.write ('<a href="bantams.htm">Bantams</a>');
document.write ('<a href="midgets.htm">Midgets</a>');
document.write ('<a href="adults.htm">Adults</a>');
document.write ('</div>');
document.write ('<div class="relatedLinks">');
document.write ('<h3>Sponsors of Twin Valley Youth Hockey Association</h3>');
document.write ('<p><a href="spectator.htm" target="_blank"><em><strong>Connecticut Valley Spectator Photo&#039;s </strong></em></a> </p>');
document.write ('<p><a href="http://statelinesports.com" target="_blank">Stateline Sports</a>');
document.write ('<a href="http://flyleb.com">Lebanon Airport</a>');
document.write ('Foodstop');
document.write ('<a href="http://www.gentledentalcare.com" target="_blank">Dr.Tom Schell and Associates</a>');
document.write ('<a href="http://comfortinnwrj.com" target="_blank">Comfort Inn</a>');
document.write ('Charlestown Road Realty');
document.write ('<a href="http://www.elitehockeycamps.com/" target="_blank">Elite Hockey</a>');
document.write ('</p>');
document.write ('<p><a href="spectator.htm" target="_blank"></a></p>');
document.write ('</div>');
document.write ('<div id="advert"> ');
document.write ('<p class="style1" align="center">Website and hosting donated by </p> <p><a href="http://coutsoft.com"><img src="images/coutsoftlogo.jpg" alt="Twin Valley" width="165" height="21" border="0"></a></p>');
document.write ('</div>  </div>');
