<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "130"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Partners/Sponsors<br></legend>');

document.write('<br><center>');
document.write('<a target="_blank" href="http://www.dynastyband.com/"><img src="picts/DynastyLogosm.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.innovativepercussion.com/"><img src="picts/innovlogo.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.remo.com/"><img src="picts/Remo-logo.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.bodyglide.com/"><img src="picts/bodyglide.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.sticktape.com/"><img src="picts/stc_red_wht.gif" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.sabian.com/"><img src="picts/Sabian.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.treeworkschimes.com/"><img src="picts/tw_rev1.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.dinkles.com/"><img src="picts/dinkleslogoA.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.drumcorpsplanet.com/"><img src="picts/dcp_logov2_83x83.gif" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.lpmusic.com/"><img src="picts/LP-LOGO.gif" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.waynepal.org/"><img src="picts/pal.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.thomaselectronics.com/"><img src="picts/thomaselec.gif" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.maielloinsuranceagency.com/"><img src="picts/mi.JPG" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.airmaxbreather.com/"><img src="picts/airmax2_sm.jpg" border="0" class="borders"></a><br>');

document.write('<br><center>');
document.write('<a target="_blank"href="http://www.celebrationtours.com/"><img src="picts/celebration_bus.jpg" border="0" class="borders"></a><br>');

document.write('');
document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a target="_blank" href="http://www.yamahapercussion.com/"><img src="picts/YAMAHA_logo.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write('<br><center>');
document.write('<a target="_blank"href="http://www.innovativepercussion.com/"><img src="picts/innovlogo.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
