Page is a not externally linkable
daveVk - 6:58 am on Apr 17, 2012 (gmt 0)
Maybe
<select name="optthree" size="1">
<option value=" " selected="selected">Question</option>
</select>
should be
<span id='question'></span>
and
selbox.options[selbox.options.length] = new Option('Fred Has No Arms, Would Tennis Be A Wise Choice?',' ');
become
document.getElementById('question').innerHTML = 'Fred Has No Arms, Would Tennis Be A Wise Choice?';