function makeChoice(theNumber) {
	document.submitForm.choice.value = theNumber;
}


//Hide status bar msg script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

//configure status message to show
var statusmsg=""

function hidestatus(){
window.status=statusmsg
return true
}


function endGame(theNumber) {

alert("Clicking makes this too easy - your number was " + theNumber + "\n \n Close this window and point at another number\n \n And then click CONTINUE")

}