<!--
document.writeln('<h2>Upcoming Events</h2>');
document.writeln('<hr class="calrule">');
document.writeln('<span class="calendar">');
document.writeln('Thurs-Sat, January 26-28, 2012');
document.writeln('<ul>');
document.writeln('<li><i>District Chorus Festival</i><br>');
document.writeln('Radnor HS</li>');
document.writeln('</ul><br>');
document.writeln('Thurs-Sat, February 9-11, 2012');
document.writeln('<ul>');
document.writeln('<li><i>District Orchestra Festival</i><br>');
document.writeln('Garnet Valley HS</li>');
document.writeln('</ul><br>');
document.writeln('Thurs-Sat, February 16-18, 2012');
document.writeln('<ul>');
document.writeln('<li><i>Region Band Festival</i><br>');
document.writeln('Octorara HS</li>');
document.writeln('</ul><br>');
document.writeln('Friday, February 17, 2012');
document.writeln('<ul>');
document.writeln('<li><i>Chester County Intermediate Band Fest</i><br>');
document.writeln('Valley Forge MS</li>');
document.writeln('</ul><br>');
document.writeln('Tuesday, February 28, 2012');
document.writeln('<ul>');
document.writeln('<li><i>5/6 String Fest</i><br>');
document.writeln('Drexel Hill MS</li>');
document.writeln('</ul><br>');
document.writeln('</span>');
//-->
