<!-- 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">Transportation 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://transportation.ky.gov/progmgmt/2010hwyplan/default.html">Kentuckys FY 2010 – 2012 Enacted Biennial Highway Plan</a></li><br>');
document.write('<li><a href="http://transportation.ky.gov/planning/index2.asp">Division of Planning / KYTC</a></li><br>');
document.write('<li><a href="http://www.fhwa.dot.gov/kydiv/">Kentucky Division of Federal Highway Administration</a></li><br>');
document.write('<li><a href="http://www.ktc.uky.edu/">Kentucky Transportation Center at the University of Kentucky</a></li><br>');
document.write('<li><a href="http://www.fhwa.dot.gov/">Federal Highway Administration</a></li><br>');
document.write('<li><a href="http://www.lexareampo.org">Lexington Area MPO</a></li><br>');
document.write('<li><a href="http://transportation.ky.gov/drvsmrt/">Drive Smart: Division of Driver Safety</a></li><br>');
document.write('<li><a href="http://www.kytc.state.ky.us/">Kentucky Transportation Cabinet</a></li><br>');
document.write('<li><a href="http://www.aaafoundation.org/home/index.cfm">AAA Foundation for Traffic Safety</a></li><br>');
document.write('<li><a href="http://www.nhtsa.dot.gov/">National Highway Traffic Safety Administration</a></li><br>');
document.write('<li><a href="http://www.kentuckystatepolice.org/tip.htm">Current Kentucky Highway Fatalities</a></li><br>');
document.write('<li><a href="http://www.transportation.org">American Association of State Highway and Transportation Officials (AASHTO)</a></li><br>');
document.write('<li><a href="http://www.trb.org">Transportation Research Board</a></li><br>');
document.write('</ul>');

document.write('<br><br>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1
document.write('</td></tr></table>');


// -- END -->
