<!-- Begin SIDEBAR LINKS

// NOTE: If you use a ' add a slash before it like this \'



var showlink	= "yes"		// SHOW SIDEBAR LINKS
var spacing	= "15"		// SPACE RIGHT SIDEBAR DOWN - 1 = minimum



document.write('<img src="picts/spacer.gif" width="10" height="'+spacing+'" alt="image"><br>');

if (showlink == "yes") {

// START MENU LINKS - EDIT BELOW THIS AREA


document.write('<table cellpadding="3" cellspacing="0" border="0" class="sidebar-frame-R"><tr><td align="left" valign="top" class="smalltext">');


// COPY THE NEXT LINE AND PASTE ABOVE THIS LINE TO ADD A LINK


document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="news.htm">Cap Alert</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="events.htm">Events Calendar</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="news.htm">Political Connection</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="news.htm">Capital Connection</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="news.htm">Talking Points</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="http://www.nfrw.org/programs/issues/jessicaslaw/index.html" target="_blank">Jessica Corner</a><br><br>');

document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="http://www.poofcat.com/july.html" target="_blank">Pledge of Allegience Defined</a><br><br>');


document.write('<img src="picts/menu-arrow.gif" width="10" height=7">&nbsp;&nbsp;<a href="http://www.archives.gov/exhibits/charters/charters.html" target="_blank">U.S. Constitution</a><br><br>');

document.write('<img src="picts/election_day_2.gif" border="0" class="borders" alt="Election Day" vspace="2"><br>');



//document.write('<a href="contact.htm">View Contact Information</a><br><br>');


// END LINKS


document.write('<br>');
document.write('</td></tr></table>');

}

// END -->