<!-- 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">General 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://kentucky.gov/unbridledspirit/">Official Kentucky page</a></li><br>');
document.write('<li><a href="http://www.kycadd.org/">Kentucky Council of Area Development Districts</a></li><br>');

document.write('</ul>');

document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
document.write('</td></tr></table>');


// -- END -->
