<!--

ques = new Array
ques[1]="What is the name of Janeway's dog?"
ques[2]="What is ther name of the Doctor's wife in Endgame?"



ans = new Array
ans[1]="Molly"
ans[2]="Lanna"




an = new Array
an[1]="molly"
an[2]="lanna"




a = new Array
a[1]="MOLLY"
a[2]="lana"



random_num = (Math.round((Math.random()*3)+1))



//-->
