//What the Keen!? dropdown by the illustrious Screwball McGoo.
//Mind-bogglingly brilliant logo graphic resulting from an outpouring of um... brilliance by Joe Nadeau
//Based upon -slash- stolen from Steve Tonks whose header remains below.
//Keenspace Sci-fi dropdown by Steve Tonks
// Web Site: warpfactor10.keenspace.com
// J-Walkin apostraphe fix by Steve Tonks as well
//This code is freely distributable but is prohibited from being resold for profit

function goto_URL(object) {
    window.location.href = object.options[object.selectedIndex].value;
}



document.writeln('<FORM><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD align="center"><FORM><A HREF="http://www.keenspace.com/forums/Forum5/HTML/000365.html"><IMG SRC="http://gear.keenspace.com/images/scripts/WtkLogo.jpg" border=0>');
document.writeln('<TR><TD align="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');

document.write('<OPTION VALUE="">What the Keen!?<\/OPTION>');
document.write('<OPTION VALUE="http://nerdz.keenspace.com">Nerdz<\/OPTION>');
document.write('<OPTION VALUE="http://jwalkin.keenspace.com">J-Walkin\'<\/OPTION>');
document.write('<OPTION VALUE="http://www.sillyconev.com">Silly Cone V<\/OPTION>');
document.write('<OPTION VALUE="http://jamellan.keenspace.com">The Adventures of Whars Me Brain Dude<\/OPTION>');
document.write('<OPTION VALUE="http://gunz.keenspace.com/">\'Gunz<\/OPTION>');
document.write('<OPTION VALUE="http://drollstreet.keenspace.com">Droll Street<\/OPTION>');
document.write('<OPTION VALUE="http://bing.keenspace.com">Guardian Angel<\/OPTION>');
document.write('<OPTION VALUE="http://yamcha.keenspace.com">Shinkutokimekisempukaku<\/OPTION>');
document.write('<OPTION VALUE="http://roryobannion.keenspace.com">Dylan<\/OPTION>');
document.write('<OPTION VALUE="http://glych.keenspace.com">No Stereotypes<\/OPTION>');
document.write('<OPTION VALUE="http://naughtylabs.keenspace.com">Naughty Labs<\/OPTION>');
document.write('<OPTION VALUE="http://sluggy.keenspace.com">Sluggy<\/OPTION>');
document.write('<OPTION VALUE="http://nerdalert.keenspace.com">Nerd Alert<\/OPTION>');
document.write('<OPTION VALUE="http://spoon.keenspace.com">Spoon on High<\/OPTION>');
document.write('<OPTION VALUE="http://lint.keenspace.com">lint<\/OPTION>');
document.write('<OPTION VALUE="http://angrypeople.keenspace.com">Angry People<\/OPTION>');
document.writeln('<\/SELECT><\/TD><\/TR><\/TD><\/TR><\/FORM><\/TABLE>');
