var desc = new Array (

"abbey.html",
"akaelae.html",
"antiheroforhire.html",
"banished.html",
"beepower.html",
"bonusstage.html",
"brunothebandit.html",
"bushido.html",
"candi.html",
"choppingblock.html",
"clanofthecats.html",
"countyoursheep.html",
"darken.html",
"dungeonsanddenizens.html",
"elflife.html",
"eeriecuties.html",
"everythingjake.html",
"eviljoshandbilly.html",
"friendlyhostility.html",
"funnyfarm.html",
"gamingguardians.html",
"geebasonparade.html",
"genecatlow.html",
"goblins.html",
"godmode.html",
"ubersoft.html",
"horribleville.html",
"idrewthis.html",
"keentoons.html",
"lostandfound.html",
"lwibh.html",
"madaboutu.html",
"newshounds.html",
"nopinkponies.html",
"noroomformagic.html",
"outthere.html",
"ozyandmillie.html",
"pennyandaggie.html",
"plusev.html",
"queenofwands.html",
"ravensdojo.html",
"roadwaffles.html",
"soaponarope.html",
"something_happens.html",
"sorcery101.html",
"sorethumbs.html",
"spacetree.html",
"ssdd.html",
"striptease.html",
"suburbanjungle.html",
"superosity.html",
"takingupspace.html",
"templarz.html",
"toddandpenguin.html",
"twolumps.html",
"wanderingones.html",
"xylia.html",
"youdamnkid.html",
"zap.html",
"zebragirl.html",
"zortic.html");

rnd = Math.floor(desc.length * Math.random());

parent.description.location='desc/' + desc[rnd];
