<!-- 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 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "200"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="1" cellspacing="5" 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('Information<br></legend>');

document.write('Activity Links<br>');
document.write('<a href="SPAct_Advocates.html">Advocates</a><br>');
document.write('  <li style="width: 110px;"><a href="http://www.skuttcatholicband.com" target="_blank">Band</a></li>');
document.write('  <li style="width: 110px;"><a href="http://www.hometeamsonline.com/teams/?u=SKYHAWKBASEBALL&t=c&s=baseball&p=home" target="_blank">Baseball</a></li>');
document.write('  <li style="width: 110px;"><a href="http://www.hometeamsonline.com/teams/?u=SKYHAWKHOOPS&t=c&s=basketball&p=home" target="_blank">Basketball - Boys</a></li>');
document.write('  <li style="width: 110px;"><a href="SPAct_Sports_Basketball_Girls.html">Basketball - Girls</a></li>');
document.write('  <li style="width: 110px;"><a href="SPAct_Booster_Home.html">Booster Club</a></li>');
document.write('  <li style="width: 110px;"><a href="SCHS_CrossCountry/index.html" target="_blank">Cross Country</a></li>');
document.write('  <li style="width: 110px;"><a href="http://skuttfb.com/" target="_blank">Football</a></li>');
document.write('  <li style="width: 110px;"><a href="SPAct_National_Honor_Society.html">National Honor Society</a></li>');
document.write('  <li style="width: 110px;"><a href="http://www.skuttboyssoccer.com" target="_blank">Soccer - Boys</a></li>');
document.write('  <li style="width: 110px;"><a href="http://www.skuttgirlssoccer.com" target="_blank">Soccer - Girls</a></li>');
document.write('  <li style="width: 110px;"><a href="http://sites.google.com/site/skyhawkswimming/" target="_blank">Swimming</a></li>');
document.write('  <li style="width: 110px;"><a href="SPAct_TravelDirectory.html">Travel Directory</a></li>');
document.write('  <li style="width: 110px;"><a href="http://www.hometeamsonline.com/teams/default.asp?u=SKYHAWKWRESTLING&p=home&t=c&s=htosports" target="_blank">Wrestling</a></li>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

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('Other Activities<br></legend>');
document.write('Academic Decathlon</a><br>');
document.write('AGAPE</a><br>');
document.write('Bowling</a><br>');
document.write('Cheerleading</a><br>');
document.write('Chess</a><br>');
document.write('Choir</a><br>');
document.write('Dance</a><br>');
document.write('Destination Imagination</a><br>');
document.write('Diving</a><br>');
document.write('Drama</a><br>');
document.write('EMHC</a><br>');
document.write('FBLA</a><br>');
document.write('Fellowship of Christian Athletes</a><br>');
document.write('Football</a><br>');
document.write('Forensics</a><br>');
document.write('Golf</a><br>');
document.write('International Thespian</a><br>');
document.write('Society</a><br>');
document.write('Intramurals</a><br>');
document.write('Ministry Council</a><br>');
document.write('Mock Trial</a><br>');
document.write('National Art Society</a><br>');
document.write('Newspaper</a><br>');
document.write('Orchestra</a><br>');
document.write('Powerlifting</a><br>');
document.write('Pro Life</a><br>');
document.write('Science Olympiad</a><br>');
document.write('Service Trips</a><br>');
document.write('Show Choir</a><br>');
document.write('Soccer - Girls</a><br>');
document.write('Softball</a><br>');
document.write('Speech & Debate</a><br>');
document.write('Student Council</a><br>');
document.write('Tennis</a><br>');
document.write('Track</a><br>');
document.write('Trap Shooting</a><br>');
document.write('Vocal Music</a><br>');
document.write('Volleyball</a><br>');
document.write('Yearbook</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
