var hM = 17
var qe = new Array(hM+1)
qe[0]="shelf1.html"
qe[1]="shelf2.html"
qe[2]="shelf3.html"
qe[3]="shelf4.html"
qe[4]="shelf5.html"
qe[5]="shelf6.html"
qe[6]="shelf7.html"
qe[7]="shelf8.html"
qe[8]="shelf9.html"
qe[9]="shelf10.html"
qe[10]="shelf11.html"
qe[11]="shelf12.html"
qe[12]="shelf13.html"
qe[13]="shelf14.html"
qe[14]="shelf15.html"
qe[15]="shelf16.html"
qe[16]="shelf17.html"
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > hM || isNaN(randscript)){
randscript = parseInt(Math.random()*(hM+1))
}
return randscript
}
quo = rndnumber()
quox = qe[quo]
document.write('<meta http-equiv="refresh" content="3;url='+quox+'">')