<!-- 
function leapto(form) {
var myindex=form.dest.selectedIndex
this.location.href=(form.dest.options[myindex].value);
}
//-->

<!--
document.write('<SELECT NAME="dest" SIZE="1" onChange="leapto(this.form)">');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/required.html" SELECTED>Suggested Reading</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/why_do_this/index.html">Why Do I Do This?</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/why_dh/index.html">Why Dead Hero?</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/index.html">What Ive Learned</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/relationships/index.html">...from Relationships</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/my_friends/index.html">...from My Friends</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/working/index.html">...from Working</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/jerry_springer/index.html">...from Watching Jerry Springer</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/what_ive_learned/living_south/index.html">...from Living in the South</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/whats_in_out/index.html">Whats In, Whats Out?</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/words_to_live_by/index.html">Words to Live By</option>');
document.write('<option value="http://www.deadhero.com/ramblings/suggested/linx/index.html">Obligatory Linx</option>');
document.write('</select>');
// end hiding contents -->
