<!-- 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('<font color="#FF3300">Special Note</font><br></legend>');

document.write('If you need a place to stay cool this week, the cooling centers for Hebron are the Senior Center and the Douglas Library. Senior Center hours are Mon - Wed 8am-4pm, Thurs 8am-6pm and Fri 8am -1pm. Library hours are Mon & Wed 1pm-8pm, Tues & Thurs 10am -8pm and Fri noon - 6pm. Click here for the :<a href="pdfs/2010_Heat_Safety_Checklist.pdf" target="_blank"> Heat Wave Safety Checklist.</a><br><br>For Hebron 2010 Budget Information - <a href=finance.htm>Click Here</a><br><br><a href="pdfs/Promotionalinvite.pdf" target="_blank">2nd Annual Hebron Day At Burnt Hill Park, August 5th, 2010 (Rain date 8/6/10)</a>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://hebron300.tricountyweb.com/" TARGET="_new"><img src="pics/hebron_rocks.jpg" border="0" ></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('Notes Area<br></legend>');

document.write('Interested in living or setting up your business in Hebron?  Contact the Hebron Economic Development Commission for additional information at: <a href="mailto:hedc@hebronct.com">hedc@hebronct.com</a> or contact the Town Hall at (860) 228-5971. ');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->