<!-- 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="/assets/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('Mission<br></legend>');

document.write('The goal is to encourage economic development within the context of historic preservation in the identified target area of Center Ossipee, NH. Our group wants to return to community self-reliance, empowerment and rebuilding based on our unique architecture, personal service, local ownership, and a feeling of community. We are hiring a part time program manager to co-ordinate the efforts of all the volunteers. The downtown will be promoted as a single unified commercial area with a program of special events and promotions to improve its image. Our goals are retention and recruitment of businesses, developing marketing techniques, encouraging entrepreneurial use of the upper stories, and improving recreational assets in the downtown area. We will be working one step at a time with the support of the private and public sector.</a><br>');

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="/index.html"><img src="/assets/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('Vision Statement<br></legend>');

document.write('Center Ossipee was a vibrant railhead that supported manufacturing, retail businesses, and public services. The Center Ossipee Main Street target area will again serve as the heart of the community where people come together to enjoy the convenience and friendliness of hometown businesses, local services, specialty and convenience shopping, and unique recreational and cultural activities. The variety of neighborhood homes and businesses will reflect residents respect for historical preservation, while addressing the practical needs of the present. Enhanced by Ossipee Lake and the Ossipee Mountains, the Main Street area will offer a pleasant walk for residents and visitors, including those who stay at the many campgrounds in our town. Our goal is to maintain the friendly atmosphere, and at the same time, promote a positive spirit, and foster diversity to include young and old, year-round and summer residents for a lifetime.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->