<!-- 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 topspacing		= "15"		// NUDGE SIDEBAR DOWN
var sidewidth		= "115"		// SIDEBAR WIDTH




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA
   if (paragraph_1 == "yes") {

document.write('<span class="smalltitle">Department of Community & Economic Development Links</span><br>');

//ADD STANDARD A HREF LINKS BY COPY AND PAST AND REPLACE INSIDE OF SINGLE QUOTES dsn

document.write('<ul>');
document.write('<li><a href="http://gold.ky.gov/">Governors Office for Local Development</a></li><br>');
document.write('<span class="smalltitle">Parks & Recreation</span><br>');
document.write('<li><a href="http://parks.ky.gov/">Kentucky Department of Parks</a></li><br>');
document.write('<li><a href="http://www.kyrec.org">Kentucky Recreation and Park Society</a></li><br>');

document.write('<span class="smalltitle">Historic Preservation</span><br>');
document.write('<li><a href="http://www.state.ky.us/agencies/khc/khchome.htm">Kentucky Heritage Council</a></li><br>');
document.write('<li><a href="http://www.nps.gov/history/nr">National Register of Historic Places</a></li><br>');

document.write('<span class="smalltitle">Tourism</span><br>');
document.write('<li><a href="http://www.kentuckytourism.com/">Kentucky Department of Tourism</a></li><br>');
document.write('<li><a href="http://www.tourky.com/">Kentucky Tourism Council</a></li><br>');

document.write('<span class="smalltitle">Homeland Security</span><br>');
document.write('<li><a href="http://www.dhs.gov/index.shtm">U.S. Department of Homeland Security</a></li><br>');
document.write('<li><a href="http://homelandsecurity.ky.gov/">Kentucky Office of Homeland Security</a></li><br>');
document.write('<li><a href="http://www.fema.gov/emergency/nims/index.shtm">Federal Emergency Management Agency National<br> Integration Center (NIC) Incident Management Systems Division</a></li><br>');
document.write('<li><a href="http://www.citizencorps.gov/">Citizen Corps</a></li><br>');


document.write('</ul>');

document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
document.write('</td></tr></table>');


// -- END -->
