




document.writeln('<p> Who won the 1979 Masters? </p>');
document.writeln('<form action="http://castlecreekcc.n.cybergolf.com/trivia/answer" method="post"> ');

	document.writeln('<input type=hidden name=question value="100">');
	document.writeln('<input type=radio name=answer value="4">Lee Trevino<br>');

	document.writeln('<input type=hidden name=question value="100">');
	document.writeln('<input type=radio name=answer value="3">Jack Nicklaus<br>');

	document.writeln('<input type=hidden name=question value="100">');
	document.writeln('<input type=radio name=answer value="1">Fuzzy Zoeller<br>');

	document.writeln('<input type=hidden name=question value="100">');
	document.writeln('<input type=radio name=answer value="2">Tom Watson<br>');

document.writeln('<input type=submit value="Answer"></form>');



