function signoff(){
// Use of Quizmaster requires that this message is left intact
messagex='This Quiz Game was built by QuizMaster\n'
messagex=messagex+' QuizMaster was built by Mike Capstick \n'
messagex=messagex+' For more information see the QuizMaster Web Site at \n'
messagex=messagex+' http://cybertrain.info/'
alert(messagex);
}
