<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// 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="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('CONTACT US<br></legend>');

document.write('<b>Contact us today!</b> <br> Find out how you can be a part of a great school family.  <br> Hanover Academy <br>115 Frances Road<br> Ashland, VA 23005<br> (804)798-8413 <br><a href="mailto: adminofc@hanoveracademy.org">adminofc@hanoveracademy.org</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('PARENTS AREA<br></legend>');

document.write('Grades are available online.  Please use the password provided and visit <a href="http://www.jupitergrades.com">jupitergrades.com</a> for more information.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" type="application/x-shockwave-flash" width="180px" height="213px" id="InsertWidget_dd099ee1-dc3b-46c4-87a8-8e0f92196ac0" align="middle"><param name="movie" value="http://www.widgetserver.com/syndication/flash/wrapper/InsertWidget.swf"/><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="menu" value="false" /><param name="flashvars" value="r=2&appId=dd099ee1-dc3b-46c4-87a8-8e0f92196ac0" /><param name="allowScriptAccess" value="sameDomain" /> <embed src="http://www.widgetserver.com/syndication/flash/wrapper/InsertWidget.swf"  name="InsertWidget_dd099ee1-dc3b-46c4-87a8-8e0f92196ac0"  width="180px" height="213px" quality="high" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" align="middle"  allowScriptAccess="sameDomain" flashvars="r=2&appId=dd099ee1-dc3b-46c4-87a8-8e0f92196ac0" ></embed></object><br>');
document.write('</center>');
document.write('<br><br>');
}







// SMALL PICTURE AREA

   if (showimage == "no") {

document.write('<br><center>');
document.write('<br>');
document.write('</center>');
document.write('<br><br>');
}











// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');

document.write('TUITION PAYMENTS<br></legend>');

document.write('Tuition Payments are managed by <a href="http://factsmgt.com/">FACTS TUITION MANAGEMENT</a>.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3






// START RIGHT SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');

document.write('PARENT NETWORK<br></legend>');

document.write('A New Parent and Family Network has been created for families.  Be Sure to visit <a href="http://hanoveracademy.ning.com/">Hanover Academy Network</a> to set up your acount and join the family network.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 4






// START RIGHT SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');

document.write('STAFF EMAIL<br></legend>');

document.write('Teachers check your email <a href="http://sitemail7.hostway.com">Click Here</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 5






document.write('</td></tr></table>');


// -- END -->
