<!-- 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 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "no"		//  SHOW A SIDEBAR IMAGE

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('Meeting And Event Schedule:')

document.write('<br></span><span class="sidebartext">')

document.write('</span><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE
   if (showscroller == "yes") {

document.write('<center><div style="scroller">')
Tscroll_init (0)
document.write('</div></center>')
document.write('<br><br>')

}





// 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('Image Code Goes Here')
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="sidebartext">')
document.write('<div align="center"><a href="bmm/"><img src="http://cottonwoodaz.gov/parksrec/bmm/images/brian-mickelsen-logo.png" width="190"></a></div>')
document.write('Call us: 928-639-3200<br><br>')
document.write('<a href="files/LGC Results 2012.pdf" class="sidebar">Current Lookin Good Cottonwood Results - February 2, 2012</a><br><br>')
document.write('<a href="files/LGC Groups 2012.pdf" class="sidebar">Current Lookin Good Cottonwood GROUP Results - February 2, 2012</a><br><br>')
document.write('<a href="http://activenet17.active.com/ctwdrecreationcntr/?redir=1" class="sidebar" target="_blank">Participate in a class or a program at the Cottonwood Recreation Center</a><br><br>')
document.write('<a href="hoursofoperation.php" class="sidebar">Cottonwood Recreation Center Hours of Operation</a><br><br>')
document.write('<a href="holidayhours.php" class="sidebar">Cottonwood Recreation Center HOLIDAY Hours</a><br><br>')
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('<center><a href="http://www.wunderground.com/US/AZ/Cottonwood.html?bannertypeclick=infobox" target="_blank"><img src="http://weathersticker.wunderground.com/weathersticker/infobox/language/www/US/AZ/Cottonwood.gif" border=0 alt="Click for Cottonwood, Arizona Forecast" height=108 width=144></a></center>')

document.write('</span><br><br>')
 

}
// END SIDEBAR AREA PARAGRAPH 3




