document.writeln( '<form name="jump">' );
document.writeln( '<script>' );
document.writeln( 'function jumpMenu(){ location=document.jump.menu.options[document.jump.menu.selectedIndex].value;}' );
document.writeln( '</script>' );
document.writeln( '<center>' );
document.writeln( '<select style="font-size:10px;font-family:arial;" name="menu">' );
document.writeln( '<option value="">Select an issue</option>' );
document.writeln( '<option value="">---------------</option>' );
document.writeln( '<option value="./default.htm">Constitution Day</option>' );
document.writeln( '<option value="./future_sc/default.htm">Supreme Court</option>' );
document.writeln( '<option value="./future_sc/sc_tracker.htm"> - Nomination Tracker</option>' );
document.writeln( '<option value="./terrorism/default.htm">Terrorism</option>' );
document.writeln( '</select>' );
document.writeln( '</center>' );
document.writeln( '<a href="Javascript:jumpMenu()"><IMG SRC="./images/select_button.gif" border=0></a>' );
document.writeln( '</form>' );

