<!-- 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('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 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

   if (showimage == "yes") {

document.write('<br><br><br><br><br><br><br><br><br><br><br><center>');
document.write('<img src="pics/list2-1.jpg" alt="Daisies & Daffodils" width="150" height="113" ><br>Daisies & Daffodils<br><br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-2.jpg" alt="Teds Foods" width="150" height="113" ><br>Teds Foods<br><br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-3.jpg" alt="Patti Dunnes School of Gymnastics" width="150" height="113" ><br>Patti Dunnes School of Gymnastics<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-4.jpg" alt="Curves" width="150" height="113" ><br>Curves for Women<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-5.jpg" alt="The Hairline" width="150" height="113" ><br>The Hairline<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-6.jpg" alt="Ace Hardware" width="150" height="113" ><br>Ace Hardware<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-7.jpg" alt="Hebron Pharmacy" width="150" height="113" ><br>Hebron Pharmacy<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-8.jpg" alt="Artisian Framing Gallery" width="150" height="113" ><br>Artisian Framing Gallery<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-9.jpg" alt="Blackledge County Club" width="150" height="113" ><br>Blackledge County Club<br><br><br><br><br><br><br><br><br>');
document.write('<img src="pics/list2-10.jpg" alt="Tallwood Country Club" width="150" height="113" ><br>Tallwood Country Club<br><br><br><br><br><br><br><br><br>');
document.write('</center>');
document.write('<br><br>');
}






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

// -- END -->