var desc = new Array (

"adventurers.html",
"andiewear.html",
"ashfield.html",
"awesomegamers.html",
"boxjamsdoodle.html",
"bradleystar.html",
"crazyinlove.html",
"dte.html",
"eattheroses.html",
"elfonlyinn.html",
"fatjesus.html",
"filthylies.html",
"flintagain.html",
"framed.html",
"felicity.html",
"houndshome.html",
"insidethebox.html",
"joeaverage.html",
"justanothervice.html",
"landis.html",
"manifestations.html",
"melpomene.html",
"mrchuckshow.html",
"owlie.html",
"rpgworld.html",
"sexandviolence.html",
"vigilanteho.html",
"avalon.html",
"bobbins.html",
"boymeetsboy.html",
"classm.html",
"coolcat.html",
"exnow.html",
"lizard.html",
"meninhats.html",
"shinkage.html",
"shmorky.html",
"sillyconev.html",
"skirtingdanger.html",
"sporkman.html",
"talismen.html",
"winger.html,
"yirmumah.html");

rnd = Math.floor(desc.length * Math.random());

parent.description.location='desc/' + desc[rnd];

