<!-- 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		= "yes"		// SHOW A SIDEBAR IMAGE
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH

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


// NUDGE SPACER
document.write('<img src="http://www.millercreekmiddleschool.org/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('Quick Links<br></legend>');

document.write('<a href="http://www.millercreekmiddleschool.org/4-teachers/teachers.htm">Teacher Web</a><br>');
document.write('<a href="http://www.millercreekmiddleschool.org/5-resources/flyers.htm">Community Flyers</a><br>');
document.write('<a href="http://www.millercreekmiddleschool.org/5-resources/library.htm">Library</a><br>');
document.write('<a href="http://www.millercreekmiddleschool.org/4-teachers/principal.htm">Principal\'s Page</a><br>');
document.write('<a href="https://app.e2ma.net/app/view:Join/signupId:24544" target="_blank">Email sign-up</a><br>');
document.write('<a href="http://www.millercreekmiddleschool.org/5-resources/calendars.htm">Calendars</a><br>');
document.write('<a href="http://www.millercreekmiddleschool.org/2-about/handbook.htm">Student Handbook</a><br>');
document.write('<a href="http://mcoeweb.marin.k12.ca.us/emerprep/" target="_blank">MCOE Emergency Preparedness Services</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');

// email sign up
document.write('<a href="https://app.e2ma.net/app/view:Join/signupId:24544" target="_blank"><img src="http://www.millercreekmiddleschool.org/images/emma.jpg" alt="Email List Sign-up" width="121" height="105" border="0" class="Galborder"></a>');
document.write('<br>');
document.write('Email List Sign-up');
document.write('<br><br>');

// dcf can do
document.write('<a href="http://dixiechildrensfund.org" target="_blank"><img src="http://www.millercreekmiddleschool.org/images/can_do.jpg" width="130" height="55" border="0"></a>');
document.write('<br><br>');

// ipanther
document.write('<a href="http://www.ipanther.org" target="_blank"><img src="http://www.millercreekmiddleschool.org/images/iPanther.jpg" width="140" height="78" border="0"></a>');
document.write('<br><br>');

document.write('</center>');
}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Quick Links<br></legend>');

document.write('<a href="principal.htm">Principal\'s Page</a><br>');
document.write('<a href="email_signup.htm">Email sign-up</a><br>');
document.write('<a href="teachers.htm">Teacher Links</a><br>');
document.write('<a href="library.htm">Library</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('Links<br></legend>');

document.write('<a href="http://www.dixiechildrensfund.org" target="_blank">Dixie Children\'s Fund</a><br>');
document.write('<a href="http://dixiesd.marin.k12.ca.us/" target="_blank">Dixie School District</a><br>');
document.write('<a href="http://www.marinschools.org/" target="_blank">Marin Co. Office of Education</a><br>');
document.write('<a href="http://dixie.schoolwisepress.com/home/" target="_blank">School Accountability Report Card (SARC)</a><br>');
document.write('<a href="http://www.cde.ca.gov/" target="_blank">California Dept. of Education</a><br>');
document.write('<a href="http://www.ed.gov/index.jhtml" target="_blank">US Dept. of Education</a><br>');
document.write('<a href="http://www.edutopia.org/" target="_blank"><em>Edutopia</em>: The George Lucas<br />&nbsp;&nbsp;Educational&nbsp;Foundation</a><br>');
document.write('<a href="http://www.terralindahighschool.net" target="_blank">Terra Linda High School</a><br>');


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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3



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


// -- END -->