﻿
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="81%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');
document.write('<A HREF="dancehome.html">Home</a><br><br>');
document.write('<A HREF="relationships.html">Relationships</a><br><br>');
document.write('<A HREF="counts.html">Counting</a><br><br>');
document.write('<A HREF="meter.html">Meter</a><br><br>');
document.write('<A HREF="modulation.html">Metric Modulation</a><br><br>');
document.write('<A HREF="phrasing.html">Odd Phrasing</a><br><br>');
document.write('<A HREF="class.html">Classroom Mechanics</a><br><br>');
document.write('</ul>');
document.write('</td></tr></table>');
document.write('<!-- END MENU -->');

//  End -->