function goto_URL(object) {
window.location.href = object.options[object.selectedIndex].value;
}
document.writeln('<FORM" SIZE="500"><TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD align="center"><FORM><A HREF="http://distantscreaming.keenspace.com/grey_drop.html"><IMG SRC="http://img.photobucket.com/albums/v602/distant_screaming/grey_area.jpg" border=0>');
document.writeln('<TR><TD align="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');
document.write('<OPTION VALUE="">Shades of grey...<\/OPTION>');
document.write('<OPTION VALUE="">-----<\/OPTION>');
document.write('<OPTION VALUE="http://distantscreaming.keenspace.com">Distant Screaming<\/OPTION>');
document.write('<OPTION VALUE="http://nekomimi.webcomicspace.com/">Would Be Angels, Would Be Gods<\/OPTION>');
document.write('<OPTION VALUE="http://undeadfriend.com">Undead Friend<\/OPTION>');
document.write('<OPTION VALUE="http://wishin1hand.comicgenesis.com/">Wish In One Hand<\/OPTION>');
document.write('<OPTION VALUE="http://makdaddymizark.comicgenesis.com/">Libertys Jewells<\/OPTION>');
document.write('<OPTION VALUE="http://wrathofautumn.comicgenesis.com/">Mutant 59<\/OPTION>');
document.write('<OPTION VALUE="http://falsegod.comicgenesis.com/">False Gods<\/OPTION>');
document.write('<OPTION VALUE="http://brokenglass.comicgenesis.com/">Broken Glass<\/OPTION>');
document.write('<OPTION VALUE="http://gtfo.comicgenesis.com//">Get The **** Off<\/OPTION>');
document.write('<OPTION VALUE="http://goodnevil.comicgenesis.com///">Beyond Good N Evil<\/OPTION>');
document.write('<OPTION VALUE="http://pillarsoffaith.comicgenesis.com////">Pillars Of Faith<\/OPTION>');
document.write('<OPTION VALUE="http://antibunny.com////">Antibunny<\/OPTION>');
document.write('<OPTION VALUE="http://stuporheroes.comicgenesis.com/////">Active Stupor Heroes<\/OPTION>');
document.write('<OPTION VALUE="">-----<\/OPTION>');

document.writeln('<\/SELECT><\/TD><\/TR><\/TD><\/TR><\/FORM><\/TABLE>');
