// JavaScript Document
function testform()
{var score=0;
if ((document.chickasaw.themanloves.value=="Hattakat ihooć hollo")||(document.chickasaw.themanloves.value=="hattakat ihooć hollo")||(document.chickasaw.themanloves.value=="Hattakat ihooć hollo.")||(document.chickasaw.themanloves.value=="hattakat ihooć hollo."))
	{
	score = score + 1
	}

if ((document.chickasaw.thecatstinks.value=="Kowi'at shoha")||(document.chickasaw.thecatstinks.value=="kowi'at shoha")||(document.chickasaw.thecatstinks.value=="Kowi'at shoha.")||(document.chickasaw.thecatstinks.value=="kowi'at shoha."))
	{
	score = score + 1
	} 

if ((document.chickasaw.iloveher.value=="Holloli")||(document.chickasaw.iloveher.value=="holloli")||(document.chickasaw.iloveher.value=="Holloli.")||(document.chickasaw.iloveher.value=="holloli."))
	{
	score = score + 1
	} 

if ((document.chickasaw.ihooatsahollo.value=="The woman loves me")||(document.chickasaw.ihooatsahollo.value=="the woman loves me")||(document.chickasaw.ihooatsahollo.value=="The woman loves me.")||(document.chickasaw.ihooatsahollo.value=="the woman loves me."))
	{
	score = score + 1
	} 

if ((document.chickasaw.ofiathilha.value=="The dog dances")||(document.chickasaw.ofiathilha.value=="the dog dances")||(document.chickasaw.ofiathilha.value=="The dog dances.")||(document.chickasaw.ofiathilha.value=="the dog dances."))
	{
	score = score + 1
	} 

if ((document.chickasaw.kowialhiyohlili.value=="I chase the cat")||(document.chickasaw.kowialhiyohlili.value=="I chase the cat")||(document.chickasaw.kowialhiyohlili.value=="I chase the cat.")||(document.chickasaw.kowialhiyohlili.value=="I chase the cat."))
	{
	score = score + 1
	} 

if (score==0) {document.chickasaw.evaluation.value = "Oops!"}
if (score==1) {document.chickasaw.evaluation.value = "Good start!"}
if (score==2) {document.chickasaw.evaluation.value = "Keep going!"}
if (score==3) {document.chickasaw.evaluation.value = "Way to go!"}
if (score==4) {document.chickasaw.evaluation.value = "Almost there!"}
if (score==5) {document.chickasaw.evaluation.value = "One more!"}
if (score==6) {document.chickasaw.evaluation.value = "Congratulations!"; 
				document.chickasaw.scoreoutput.value = score + " out of 6!";
				window.location="certificate.htm"}
	else document.chickasaw.scoreoutput.value = score + " out of 6"
}