<!-- 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 address	 		= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage1		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage2		= "no"		// SHOW A SIDEBAR IMAGE
var showimage3		= "no"		// SHOW A SIDEBAR IMAGE
var showimage4		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "2"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// 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('Notice Area<br></legend>');
document.write('IMPORTANT NOTICES GO HERE<br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// SMALL PICTURE AREA

   if (showimage1 == "yes") {

document.write('<center>');
document.write('<img src="/img/SCA_Logo120.jpg" border="0"><br>');
document.write('</center>');
document.write('<br>');
   }
   
   if (showimage2 == "yes") {

document.write('<center>');
document.write('<img src="/img/SCA40Yrs.jpg" width=120 border="0"><br>');
document.write('</center>');
document.write('<br>');
   }
   
   if (showimage3 == "yes") {

document.write('<center>');
document.write('<a href="http://www.sca-az.org/tickets.htm"><img src="http://www.sca-az.org/catalog/images/matchmaker-home.jpg" width=150 border="0"></a><br>');
document.write('</center>');
document.write('<br>');
	}



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (address == "yes") {

document.write('<fieldset><legend>');
document.write('SCA Campus<br></legend>');
document.write('SCA<br>14400 N. Tatum Blvd<br>Phoenix, AZ 85032<BR>');
document.write('Phone: 602-992-5100<BR>');
document.write('Fax: 602-992-0575<BR><BR>');
document.write('<a href="/contact.php?id=Contact Us" target="_parent">Contact Us</a>');
document.write('</fieldset>');
document.write('<br><br>');


//document.write('<fieldset><legend>');
//document.write('South Campus<br></legend>');
//document.write('Early Education<br>13840 N. Tatum Blvd<br>Phoenix, AZ 85032<BR>');
//document.write('(602) 992-5100<BR>Extension 1300<BR><BR>');
//document.write('<a href="/contact.php?id=Early Education" target="_parent">Contact Us</a>');
//document.write('</fieldset>');
//document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


   if (showimage4 == "yes") {

document.write('<center>');
//document.write('<a href="http://www.wunderground.com/US/AZ/Phoenix.html?bannertypeclick=infoboxtr" target="_blank">');
//document.write('<img src="http://banners.wunderground.com/weathersticker/infoboxtr/language/www/US/AZ/Phoenix.gif" '); document.write('border=0 alt="Click for Phoenix, Arizona Forecast" height=108 width=144></a><BR>');
document.write('</center>');
document.write('<br>');
   }








document.write('<br><br><br><br><br><br><br><br>');




document.write('</td></tr></table>');


// -- END -->
