//Keenspace Sci-fi dropdown by Steve Tonks, modified for furry use by Scott Maddix,
//    modified again by Dragonfly.
// Web Site: http://irresponsiblecybernetics.com/latexblue/index.php
//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://forums.keenspace.com/viewtopic.php?topic=17982&forum=152&11"><IMG SRC="images/keenky.png" border=0 alt="click here to sign up">');
document.writeln('<TR><TD align="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');
document.write('<OPTION VALUE="">Choose a Kinky Comic!<\/OPTION>');

document.write('<OPTION VALUE="">\-\-\-\-\-\-\-\-\-\-\-<\/OPTION>');
document.write('<OPTION VALUE="http://hengeyokai.keenspace.com">Hengeyokai<\/OPTION>');
document.write('<OPTION VALUE="http://irresponsiblecybernetics.com/latexblue/index.php">Latex BLUE<\/OPTION>');
document.write('<OPTION VALUE="http://kectug.keenspace.com/ohax.html/">One Hour Axis<\/OPTION>');
document.write('<OPTION VALUE="http://www.ronnieraccoon.com/">Ronnie Raccoon<\/OPTION>');
document.write('<OPTION VALUE="http://sinnerdragon.keenspace.com/">The Sinner Dragon<\/OPTION>');
document.write('<OPTION VALUE="http://squidship.keenspace.com/">Squidship<\/OPTION>');
document.write('<OPTION VALUE="http://squadron509.keenspace.com/">Squadron 509<\/OPTION>');
document.write('<OPTION VALUE="http://turnmeon.keenspace.com/">Turn Me On<\/OPTION>');
document.write('<OPTION VALUE="">\-\-\-\-\-\-\-\-\-\-\-<\/OPTION>');

document.write('<OPTION VALUE="http://gear.keenspace.com/dropdowns.html">DROPDOWN DIRECTORY<\/OPTION>');
document.writeln('<\/SELECT><\/TD><\/TR><\/TD><\/TR><\/FORM><\/TABLE>');