var desc = new Array (

"dreamless.html",
"lastblood.html",
"marryme.html",
"nopinkponies.html",
"sorethumbs.html",
"waywardsons.html",
"headtrip.html",
"striptease.html",
"thelounge.html",
"choppingblock.html",
"thefirstdaughter.html",
"barker.html",
"outthere.html");

rnd = Math.floor(desc.length * Math.random());

parent.description.location='desc/' + desc[rnd];

