<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 2ND PARAGRAPH
var links		= "yes"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var movedown		= "40"		// SIDEBAR SPACE FROM TOP




document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="130">');

document.write('<TABLE cellpadding="0" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');






// FIRST IMAGE AREA

   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/nfhsSoftball.jpg" width="75" height="100"><br>');
}




// START FIRST TEXT AREA
   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<a href="CrazyPlays2011.htm"><span class="subtitle">What is Your Call?</span></legend>');

document.write('<a href="CrazyPlays2011.htm">Play of the Week...</a><br>');

document.write('<br><a href="CrazyPlays2011.htm">Tricks, traps, unusual plays. </a><br>');



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



// END FIRST TEXT AREA




// SECOND IMAGE AREA

   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/FedUmpire.jpg" width="100" height=100"><br>');
}





// START SECOND TEXT AREA

   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Downloads & Links</span></legend><br>');

document.write('2012 CSOA Softball Officials Playbook.pdf - Available Soon!</a><br><br>');
document.write('<a href="DownloadFiles/2011 Instruction/CSOA Handbook v03.pdf">2011 CSOA Softball Officials Playbook.pdf</a><br><br>');
document.write('<a href="DownloadFiles/2012 Instruction/2011-12 CIF Bluebook.pdf">2011-12 CIF-SS Bluebook.pdf</a><br><br>');

document.write('<a href="DownloadFiles/2011 Instruction/Ejection Report Fillable 2011.doc">CIF-SS Ejection Incident Report.doc - MS Word fillable document</a><br><br>');
document.write('<a href="DownloadFiles/2011 Instruction/Ejection3 Report 2011.pdf">CIF-SS Ejection Incident Report.pdf</a><br><br>');

document.write(' ');
document.write('<br><span class="subtitle">CSOA Units</span></legend><br><br>');

document.write(' ');

document.write('Channel Coast</a><br>');
document.write('Coachella Valley</a><br>');
document.write('<a href="http://www.fcsoa.net" class="style8">Foothill / Citus</a><br>');
document.write('<a href="Inland%20Unit.htm" class="style8">Inland</a><br>');
document.write('Kern County</a><br>');
document.write('<a href="http://www.lbumpires.org">Long Beach</a><br>');
document.write('Los Angeles</a><br>');
document.write('<a href="http://www.lospadresofficials.org/Softball.htm" class="style8">Los Padres</a><br>');
document.write('Mojave</a><br>');
document.write('<a href="http://www.ocsoa.info">Orange County</a><br>');
document.write('San Fernando</a><br>');
document.write('San Gabriel</a><br>');
document.write('South Bay</a><br>');
document.write('Victorville / Barstow</a><br>');


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



// END SECOND TEXT AREA

// BEGIN THIRD IMAGE AREA

   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/VictoryWithHonor.gif" width="120" height="120" ><br>');
}

// END THIRD IMAGE AREA

// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Recommended Links</span></legend><br>');


document.write('<a href="http://cifss.org/">California Interscholastic Federation: Southern Section - CIF-SS</a><br><br>');

document.write('<a href="http://www.nfhs.org">National Federation of State High School Associations -NFHSA</a><br><br>');

document.write('<a href="http://www.dartfish.tv/WebPresenter/ChannelHome.aspx?CR=p2655">NFHS Softball Officials Education Channel (Videos)</a><br><br>');

document.write('<a href="http://www.naso.org/">National Association of Sport Officials - NASO</a><br><br>');

document.write('<a href="http://referee.com/">Referee (Online Magazine)</a><br><br>');

document.write('<a href="http://www.cactusumpires.com/">CactusUmpires.com</a><br><br>');

document.write('<a href="http://thearbiter.net">theArbiter.net</a><br><br>');

document.write('</fieldset>');
document.write('<br><br>');
}
// SAMPLE LINKS AREA


// END SECOND TEXT AREA

   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/softball.gif" width="175" height="75" ><br>');
}



// START THIRD TEXT AREA
   if (showarea_3 == "no") {

document.write('<fieldset style=" text-align:left; width:150px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Related Links</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="links.htm">See Recommended Links...</a>');

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

// END THIRD TEXT AREA



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