document.write('<form name="selecter"><select name="select1" size=1>');
document.write('<option value="design.htm">Design a Poem Game!');
document.write('<INPUT TYPE="button" VALUE="Go!" onclick="go()">');
document.write('</form>');
