<!-- 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('Quick Links<br></legend>');

document.write('<a href="http://www.petfinder.com/shelters/FL380.html" target="_blank">Animal Adoptions<a/><br><a href="/Agenda.html" target="_blank">Agendas/Minutes</a><br><a href="calendar.html">BCC Calendar</a><br><a href="/Departments/Public_Safety/Emergency_Management.htm" target="_blank">Emergency Management</a><br><a href="http://gis.claycountygov.com/clayview" target="_blank">GIS Interactive Site</a><br><a href="/Departments/ICT/Maps.htm" target="_blank">GIS Maps</a><br><a href="/Misc/Quick_Links.htm" target="_blank">Helpful Links</a><br><a href="/Departments/HR/Jobs.htm" target="_blank">Job Opportunities</a><br><a href="/publicrecords/index.htm" target="_blank">Public Records Search</a><br><a href="/streaming/streaming.htm" target="_blank">Streaming Video</a><br><a href="/tourism" target"_blank">Tourism</a>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1

// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Clay Video</legend>');

document.write('<a href="http://clayfl.swagit.com/latest/Board_of_Commissioners/" target="_blank"><img src="http://00DE622.NETSOLHOST.COM/bccm.jpg" border="0"><br><img src="http://00DE622.NETSOLHOST.COM/arrow_35.gif" border="0">&nbsp;&nbsp;View Most Recent<a/><br><a href="http://clayfl.swagit.com/" target="_blank"><img src="http://00DE622.NETSOLHOST.COM/arrow_35.gif" border="0">&nbsp;&nbsp;View All</a>');

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://00DE622.NETSOLHOST.COM/codered"><img src="/codered/codered.gif" border="0"><br>Click For Further Information<a>');
document.write('</center>');
document.write('<br>');
}


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<img src="/Departments/Planning_Zoning/moccasin_slough/clayseal130.jpg" border="0"><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->