<!-- Hide script from old browsers

function checkit(){
	
	var radio_choice = false;
	
	window.status="checking vote validity"
	
	if (document.vote.choice[0].checked){
	radio_choice = true}
	
	if (document.vote.choice[1].checked){
	radio_choice = true}
	
	if (document.vote.choice[2].checked){
	radio_choice = true}
	
	if (document.vote.choice[3].checked){
	radio_choice = true}
	
	if (document.vote.choice[4].checked){
	radio_choice = true}
	
	if (document.vote.choice[5].checked){
	radio_choice = true}
	
	if (document.vote.choice[6].checked){
	radio_choice = true}
	
	if (document.vote.choice[7].checked){
	radio_choice = true}
	
	if (document.vote.choice[8].checked){
	radio_choice = true}
	
	if (document.vote.choice[9].checked){
	radio_choice = true}
	
	if (document.vote.choice[10].checked){
	radio_choice = true}
	
	if (document.vote.choice[11].checked){
	radio_choice = true}
	
	if (document.vote.choice[12].checked){
	radio_choice = true}
	
	if (document.vote.choice[13].checked){
	radio_choice = true}
	
	if (document.vote.choice[14].checked){
	radio_choice = true}
	
	if (document.vote.choice[15].checked){
	radio_choice = true}
	
	if (document.vote.choice[16].checked){
	radio_choice = true}
		
	if (document.vote.choice[17].checked){
	radio_choice = true}
	
	if (document.vote.choice[18].checked){
	radio_choice = true}
	
	if (document.vote.choice[19].checked){
	radio_choice = true}

	if (document.vote.choice[20].checked){
	radio_choice = true}

	if (document.vote.choice[21].checked){
	radio_choice = true}
	
	
	if (!radio_choice){
	alert("You must vote to see the results")
	return false
	}
	
	document.vote.validated.value="true";
	
	return true;
}
//end hiding the script-->