<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE

var topspacing		= "2"		// NUDGE SIDEBAR DOWN
var sidewidth		= "175"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="/picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5"  cellspacing="0" border="0" bordercolor="#999999" class="sidebartext-right"><tr><td>');




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can edit this side bar area with your own text or add links or small images here as well. <a href="contact.htm">Contact us...</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

  

// SMALL PICTURE AREA

   if (showimage == "yes") {
document.write('<center>');
document.write('<img src="/img/SCA_Logo120.jpg" border="0"><br>');
document.write('</center>');
document.write('<br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Address<br></legend>');

document.write('SCA<br>14400 N. Tatum Blvd<br>Phoenix, AZ 85032<BR>');

document.write('(602) 992-5100');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


document.write('<center><font size = 1>Student Government Members<br>and Positions 2010-2011</center><br>');
document.write('*Student Body President:<br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Missy Stone</font><br>');
document.write('*Student Body Vice President:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Haley Hancock</font><br>');
document.write('*Student Body Secretary:<br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Brooke Addario</font><br>');
document.write('*Student Body Treasurer:<br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Jackson Steimel</font><br><br>');

document.write('Senior Class President:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Luke Johnson</font><br>');
document.write('Senior Class Treasurer:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Lauren DeBlaey</font><br>');
document.write('Senior Class Representatives:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Lucas Barnett</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Trae Fraley</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Michell Heusser</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Stephanie Suter</font><br>');
//document.write('Senior Class Commissioners:<br>'); 
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Scott Aufderheide</font><br>'); 
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Lauren Edgett</font><br>');
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Shane Hand</font><br>');
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Marissa Ivie</font><br>');
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Chris Sendra</font><br>');
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Kenzie Swift</font><br>');

document.write('Junior Class President:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Derek Legg</font><br>');
document.write('Junior Class Treasurer:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Michael Capra</font><br>');
document.write('Junior Class Representatives:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Carly Bolen</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Maryanne Burr</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Kyle Johnson</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Micah Madden</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Kelsey Sanders</font><br>');
//document.write('Junior Class Commissioner:<br>'); 
//document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Michelle Heusser</font><br>');

document.write('Sophomore Class President:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Josh Dunn</font><br>');
document.write('Sophomore Class Treasurer:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Matt Benefiel</font><br>');
document.write('Sophomore Class Representatives:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Kristina Capra</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Tayler Owens</font><br>');
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Kolle Smith</font><br>');

document.write('Freshman Class President:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>David McIntyre</font><br>');
document.write('Freshman Class Treasurer:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Roz Bolen</font><br>');
document.write('Freshman Class Representative:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Joel Hanson</font><br>');

document.write('<br>StuGo Advisor:<br>'); 
document.write('&nbsp&nbsp&nbsp&nbsp&nbsp<font color = #990000>Tashina Fritz<br></font><br>');

document.write('</td></tr></table>');


// -- END -->
