// The following variables setup the dropdown caption, logo, and signup page

	var caption="KeenShoujo"
	var signup="chibialex.com/keenshoujo/index.html"
	var logo="chibialex.keenspace.com/images/keenshojo.jpg"

// Add your comics here, use this as a guide:
//	comicX=new Array("url","name of comic")
//    Replace X with the next number
//    Replace url with the address of the comic
//    Replace the name with the name of the comic

	comic0 = new Array("http://final54sred.keenspace.com/" , "54s in Red")
	comic1 = new Array("http://absolutelypointless.keenspace.com/" , "Absolutely Pointless")
	comic2 = new Array("http://altargirl.keenspace.com/" , "Altar Girl")
	comic3 = new Array("http://dorachan.keenspace.com/" , "Adventures of Yunga Neko")
	comic4 = new Array("http://hoshi.tenkeimedia.com/" , "Angel Tears")
	comic5 = new Array("http://bishihunters.keenspace.com/" , "Bishounen Hunters")
	comic6 = new Array("http://bohemia.keenspace.com/" , "Bohemia")
	comic7 = new Array("http://cage.keenspace.com/" , "CAGE")
	comic8 = new Array("http://sporkcult.topcities.com/" , "Chartreuse Skies")
	comic9 = new Array("http://cheapmagic.keenspace.com/" , "Cheap Magic")
	comic10 = new Array("http://choukousei.keenspace.com/" , "Choukousei")
	comic11 = new Array("http://crimsonshadows.keenspace.com/" , "Crimson Shadows")
	comic12 = new Array("http://demonicboppu.keenspace.com/" , "Demonic Boppu")
	comic13 = new Array("http://destinyjohnson.keenspace.com/" , "Destiny")
	comic14 = new Array("http://dreamnights.keenspace.com/" , "Dreamnights")
	comic15 = new Array("http://electronblues.keenspace.com/","Electron Blues")
	comic16 = new Array("http://luniara.keenspace.com/","Eternal Quest")
	comic17 = new Array("http://fatemartyrsapheire.keenspace.com/","Fate Martyr Sapheire")
	comic18 = new Array("http://femmefatale.keenspace.com/","Femme Fatale")
	comic19 = new Array("http://fourboys.keenspace.com/","Fourboys")
	comic20 = new Array("http://girlstreet.keenspace.com/","Girl Street")
	comic21 = new Array("http://chibialex.keenspace.com/","Haato no Kagami")
	comic22 = new Array("http://happyhoneybee.keenspace.com","Happy Honeybee")
	comic23 = new Array("http://wish.keenspace.com/","I think I wish")
	comic24 = new Array("http://journeys.keenspace.com/","Journeys Down")
	comic25 = new Array("http://legendoffour.keenspace.com/" , "Legend Of The Four")
   	comic26 = new Array("http://betweenthelines.keenspace.com/" , "Legacy of the Messiah")
	comic27 = new Array("http://isukiyomi.keenspace.com/" , "Michiko Monagatari")
	comic28 = new Array("http://miryomono.keenspace.com/" , "Miryokuteki Monogatari")
	comic29 = new Array("http://hesperides.keenspace.com/" , "Nymphs of the West")
	comic30 = new Array("http://strangecandy.keenspace.com/" , "Okashina Okashi")
	comic31 = new Array("http://otakudom.keenspace.com/","Otakudom")
	comic32 = new Array("http://palestra.keenspace.com","Palestra!")
	comic33 = new Array("http://calliope.keenspace.com/","POCKET")
	comic34 = new Array("http://psc.keenspace.com/","Post Sex Clean-Up")
	comic35 = new Array("http://rahs.keenspace.com/","RAHS")
	comic36 = new Array("http://rillystar.topcities.com/","Rillystar's Emporium of Chaos")
	comic37 = new Array("http://Roulette.keenspace.com/","Roulette")
	comic38 = new Array("http://ju-lian.keenspace.com/","Rules of Make Believe")
	comic39 = new Array("http://insecurities.keenspace.com/","Security Blanket")
	comic40 = new Array("http://looks.keenspace.com/","Sedin Saga")
	comic41 = new Array("http://www.KatAndNekoManga.ca","The Shadowlands")
	comic42 = new Array("http://shounenaigo.keenspace.com/","Shounen Ai, Go!")
	comic43 = new Array("http://shonenchikara.keenspace.com/","Shonen Chikara")
	comic44 = new Array("http://somethingsoft.keenspace.com/","Something Soft")
	comic45 = new Array("http://sortawonderland.keenspace.com","A sorta wonderland")
	comic46 = new Array("http://hed.keenspace.com/","Spinning Destiny")
        comic47 = new Array("http://spacecats.keenspace.com/","Super Cats from Space")
	comic48 = new Array("http://doublelives.keenspace.com/","Three to Tango")
	comic49 = new Array("http://livefantasy.keenspace.com/","Totally Unexpected")
	comic50 = new Array("http://kenjiandmokoto.keenspace.com/","Twilight of a Sorceress")
	comic51 = new Array("http://rvte.keenspace.com/", "Twisted Existence")
	comic52 = new Array("http://vagrantvivian.keenspace.com/", "Vagrant Vivian")
	comic53 = new Array("http://waitforme.keenspace.com/", "Wait for Me")
        comic54 = new Array("http://yinandyang.keenspace.com/", "Yin and Yang")
	comic55 = new Array("http://riotgrrls.keenspace.com/", "Riot Grrls")
	comic56 = new Array("http://neondragonart.com/ts/" , "TimeScapes")
	comic57 = new Array("http://neondragonart.com/ptt/" ,"Phantom 20/20")
	comic58 = new Array("http://futagofutago.keenspace.com", "Futago Futago")
	comic59 = new Array("http://www.geocities.com/i_expect_comic/index.htm", "I Expect...")
	comic60 = new Array("http://destinyjohnson.keenspace.com/","Destiny")
	comic61 = new Array("http://genuine.keenspace.com/" , "Genuine")
	
	
	
// This should be the number of comics on your list.
comictotal= 62


function goto_URL(object)
{
	window.location.href=object.options[object.selectedIndex].value;
}

// Create an array equal to the number of comics
var randarray=new Array()
for (i=0; i<comictotal; i++)
{
	randarray[i]=i
}

// Randomize the array
var i,r,tmp;
for (i=0; i<(comictotal-1); i++)
{
	r=Math.round(Math.random(comictotal-i))+i
	temp = randarray[r]
	randarray[r] = randarray[i]
	randarray[i] = temp;
}

//There's no need for the table when it's already imbedded in another. JF, 3FEB2001.
//
document.write('<FORM><A HREF="http://',signup,'"><IMG SRC="http://',logo,'" border=0></a><BR>');
//document.write('<TR><TD ALIGN="center"><SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');
document.write('<SELECT NAME="selectName" onChange="goto_URL(this.form.selectName)">');
document.write('<OPTION VALUE="" SELECTED>Select a ',caption,' strip!<\/OPTION>');

for (var i=0; i<(comictotal); i++)
{
	showcomic=eval("comic"+randarray[i])
	document.write('<OPTION VALUE="',showcomic[0],'">',showcomic[1],'<\/OPTION>');
}


document.write('<\/SELECT><\/CENTER><\/FORM>');