<!-- //BEGIN POP-UP SIZES AND OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS
// CHANGE ANY OF THESE VARIABLES TO no OR yes TO TURN AN OPTION OFF OR ON

var paragraph_1 = 'yes'   // SHOW THE 1ST PARAGRAPH
var paragraph_2 = 'yes'   // SHOW THE 2ND PARAGRAPH
var paragraph_3 = 'no'    // HIDE THE 3RD PARAGRAPH
var showimage	= 'no'       // NO SIDEBAR IMAGE
var showscroller = 'no'     // NO SIDEBAR SCROLLER

var bordercolor		= 'A2B7B5'	// SCROLLER AND IMAGE BORDER COLOR

// EDIT THE 'scroll.variables0.js' FOR SCROLLER OPTIONS

// START SIDEBAR AREA PARAGRAPH 1 - EDIT THIS AREA
if (paragraph_1 == 'yes') {
document.write('<span class="sidebartitle">')
document.write('Caution')
document.write('<br></span><span class="sidebartext">')
document.write('An eagle and a coyote were spotted in the Nature Preserve the week of 14 June. Be cautious when walking with small pets.')
document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 1

// SCROLLER CODE
if (showscroller == 'yes') {
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')
}

// START SIDEBAR AREA PARAGRAPH 2 - EDIT THIS AREA
if (paragraph_2 == 'yes') {
document.write('<span class="sidebartitle">')
document.write('Political Signs')
document.write('<br></span><span class="sidebartext">')
document.write('Political yard signs will be allowed during the period 60 days prior to and 3 days following a primary or general election.  The sign must be a minimum of 20 feet from the street and the height may not be more than 4 feet above the ground.  The total sign area for an individual residence may not exceed 6 square feet.')
document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 2

// START SIDEBAR AREA PARAGRAPH 3 - EDIT THIS AREA
if (paragraph_3 == 'yes') {
document.write('<span class="sidebartitle">')
document.write('')
document.write('<br></span><span class="sidebartext">')
document.write('')
document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 3

// SMALL PICTURE AREA
   if (showimage == 'yes') {
//document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
//document.write('<a href="index.html"><img src="images/UnderConstruction1.jpg" border="0" width="160"></a><br>')
//document.write('</td></tr></table>')
//document.write('<br>')
}
// -->
