// JavaScript Document

var randomlinks=new Array()

randomlinks[0]="../titles/memoriesofacarnivore.php"
randomlinks[1]="../titles/psalm77.php"
randomlinks[2]="../titles/elevenmilestheretwelvemilesback.php"
randomlinks[3]="../titles/somehowtherewasmorehere.php"
randomlinks[4]="../titles/inourhousebythesea.php"
randomlinks[5]="../titles/crossyourself.php"
randomlinks[6]="../titles/obscureobjects.php"
randomlinks[7]="../titles/brightlightsonbroadway.php"
randomlinks[8]="../titles/thelastjudgment.php"
randomlinks[9]="../titles/theoughts.php"
randomlinks[10]="../titles/addresses.php"
randomlinks[11]="../titles/angelspassing.php"
randomlinks[12]="../titles/mikemikemikemike.php"
randomlinks[13]="../titles/thisisalovecrime.php"
randomlinks[14]="../titles/theexpansivenessofmysound.php"
randomlinks[15]="../titles/whatendures.php"

function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}

