<!-- 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		= "yes"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "no"		//  SHOW A SIDEBAR IMAGE
var wr				= "no"		// SHOW WATER RESTRICTION INFORMATION

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>')
document.write('<span class="sidebartext">')
document.write('Text Goes Here')
document.write('</span><br><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><span class="sidebarimage">')
document.write('<div align="center"><a href="parksrec/"><img src="http://cottonwoodaz.gov/parksrec/images/crclogo.jpg"></a>')
document.write('<br><a href="parksrec/bmm/"><img src="http://cottonwoodaz.gov/parksrec/bmm/images/brian-mickelsen-logo.png" width="190"></a>')
//document.write('<br /><br /><a href="http://cottonwoodaz.gov/parksrec/rhythm-ribs/"><img src="/images/ribs.png"></a>')
document.write('</div><br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {
//document.write('<span class="sidebartitle">News!</span><br><br>')
document.write('<span class="sidebartext">')
//document.write('<a href="news.php" class="yellow">City News and Notices</a><br><br>')
document.write('<a href="news/Cottonwood ewaste reigional flyer - 2012-02-11.pdf" class="white">Free E-waste Recycling Event - February 11, 2012</a><br><br>')
document.write('<a href="news/News Gov Award for the BAC.pdf" class="white">NACOG Receives Governor\'s 2011 Excellence in Economic Development Award</a><br><br>')
document.write('<a href="Purchasing/How to do business with COC.pdf" class="white">How to do business with the City of Cottonwood</a><br><br>')
document.write('<a href="news/VSF Legal Notice Oct 6.pdf" class="white">Verde Santa Fe Annexation</a><br><br>')
document.write('<a href="news/civility-accord.pdf" class="white">City Council Civility Accord</a><br><br>')
document.write('<a href="planning/Potential Dispensary Location Map.pdf" class="white">Medical Marijuana Facilities Map – potential locations</a><br><br>')
document.write('<a href="auctions/" class="white" target="_blank">City of Cottonwood Auctions</a><br><br>')
document.write('<a href="discgolf.php" class="white">Disc Golf Information, rules, map, basics</a><br><br>')
document.write('<a href="mitigation.php" class="white">City of Cottonwood is currently updating the Natural Disaster Mitigation Plan</a><br><br>')
document.write('<a href="news/VV Emergency Food Directory.pdf" class="white">Verde Valley Emergency Food Directory - now online!</a><br><br>')
document.write('View our <a href="council/2011councilsi.pdf" class="white">2011 Council Retreat Strategic Initiatives</a><br><br>')
document.write('<a href="upcomingevents.php" class="yellow">Upcoming City Events</a><br><br>')
document.write('<a href="news/Local Events During the Arizona Centennial PDF.pdf" class="white">Local Events During the Arizona Centennial</a><br><br>')
document.write('<a href="http://activenet17.active.com/ctwdrecreationcntr/?redir=1" class="white" target="_blank">Participate in a class or a program at the Cottonwood Recreation Center</a><br><br>')
document.write('<a href="news/ARS 9-500 14 Public Notice.pdf" class="white">ARS 9-500.14 Public Notice</a><br><br>')
//document.write('<a href="news/Ord-564.pdf" class="white">Ordinance #564 - 2009 Building Codes</a><br><br>')
//document.write('<a href="news/NOI Water-Wastewater Public Hearing with Rates.pdf" class="white">Notice of Intent to adjust Water and Wastewater Rates, Fees and Charges</a><br><br>')
//document.write('View <a href="administration/ord555.pdf" class="white">Ordinance 555</a> and <a href="administration/title10.pdf" class="white">Title 10</a><br><br>')
//document.write('2009 Water and Wastewater Rate Study and Financial Forecast - <br><a href="news/07-14-09.ppt" class="white">Powerpoint (2 MB)</a><br><a href="news/07-14-09.pdf" class="white">Adobe PDF (884 KB)</a><br><br>')
var m=new Date().getMonth()
var restrictions=""
if (m>=4 && m<=8) {restrictions="Demand Reduction Strategy I “Water Alert”"}
	else {restrictions="No Restrictions"}
document.write ('Current Water Restrictions - <a href="utilities/droughtplan.pdf" class="white">')
document.write (restrictions)
document.write ('</a><br><br>')
document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 2

// START SIDEBAR AREA WATER RESTRICTIONS



// 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
