<!-- 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 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 Information<br></legend>');

document.write('Hickory High School<br>');
document.write('1996 Hawk Blvd.<br>');
document.write('Chesapeake, VA 23322<br>');
document.write('<br>');
document.write('Main Office<br>');
document.write('(757) 421-4295<br>');
document.write('(757) 421-7170<br>');
document.write('<br>');
document.write('Main Office Fax Number<br>');
document.write('(757) 421-2190<br>');
document.write('<br>');
document.write('Attendance Office<br>');
document.write('(757) 421-7363<br>');
document.write('<br>');
document.write('Guidance Office<br>');
document.write('(757) 421-7194<br>');
document.write('<br>');
document.write('Guidance Fax Number<br>');
document.write('(757) 421-4041<br>');
document.write('<br>');
document.write('Athletic Director<br>');
document.write('(757) 421-0544<br>');

document.write('</fieldset>');
document.write('<br><br>');

}

function notify() 
{
    alert("You are now leaving the Hickory High School website, part of Chesapeake Public Schools.");
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Parent Newsletter<br></legend>');

document.write('To view Hickory High School&#8217s Most Recent Parent Newsletter <a target="_blank" href="newsletter/FebMarchParentNewsletter2012.pdf">Click Here</a>.<br>');

document.write('<br><br>');

document.write('To view previous newsletters <a href="http://www.cpschools.com/Schools/HHS/newsletter.html">Click Here</a>.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
