function grade()
	{

	 var gogtta=0
	 var cccl
	 var cccb

//	 if (j1==1)
	 if (document.quizform.q1.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q2.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q3.selectedIndex==3)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q4.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q5.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q6.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q7.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q8.selectedIndex==3)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q9.selectedIndex==3)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q10.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q11.selectedIndex==3)
		{  gogtta=gogtta+1;  }

	 if (gogtta > 10 )
		{  cccl="You win the <img src='images/GoldenAwarenessAward.jpg' width='300' height='80' alt='Golden Awareness Award' longdesc='images/GoldenAwarenessAward.jpg'> right click on image and Save to your Desktop"  }
	else if (gogtta > 9 )
		{  cccl="Wow you do not miss much!"  }
	else if (gogtta > 7 )
		{  cccl="Excellent!"  }
	else if (gogtta > 4 )
		{  cccl="Average!"  }
	else if (gogtta > 1 )
		{  cccl="Keep trying!"  }
	else
		{  cccl="Good try!"  }

	 if (gogtta > 10 )
		{  cccb="The Golden Awareness Award"  }
	else if (gogtta > 9 )
		{  cccb="Five Silver Stars for You!"  }
	else if (gogtta > 7 )
		{  cccb="Five Bronze Stars for you!"  }
	else if (gogtta > 4 )
		{  cccb="Five Tin Stars for you!"  }
	else if (gogtta > 1 )
		{  cccb="Two Stars for you!"  }
	else
		{  cccb="One Star for you!"  }

	var s1 = "<HTML>"+
	"<title>Awareness Quiz 1</title>"+
	"<META name='description' content='Free Quiz Think Test'>"+
	"<BODY bgcolor='White' TEXT='#000000' LINK='#0000c0' ALINK='#0000c0' VLINK='#0000c0'>"+
    
	"<center><H2>Results for Awareness Test 1</H2></center>"+
	"<P><H3>You got a score of "+gogtta+" out of 11 </h3>"+
	"<p><h3>Your Awareness Level is:<font color='#ff0000'> "+cccl+" </font></h3>"+
	"<P><font color='#000000' size='4'><i>Your answers not only can tell your current awareness score, but the combination can also forcast what Award you won:</i></font>"+
	"<P><H3>Your Award is:<font color='#ff0000'> "+cccb+"</font></H3>"+
	"<br><center><a href='http://mikescomputerinfo.com/awareness1.htm'>Go back to test</a></center>"+
	"<br><center><font color='#000000' size='4'>Have at least 10 friends take this quiz and some awesome, astonishing and amazing event will happen.</font></center>"+
	"<br><center><font color='#ff0000' size='4'>Awareness Test 2 is out <a href='http://mikescomputerinfo.com/awareness2.htm'>Awareness Test 2</a>! More fun links below:</font></center>"+
	"<br><center><a href='http://mikescomputerinfo.com/quizstart.htm'>All Quizes page</a></center>"+
	"<br><center><a href='http://www.mikescomputerinfo.com/games.htm'>Play free Games</a></center>"+
    "<BR>"

	"<BR>"

	var s2=""

    
     document.write(s1+s2);   
//   writedocument(gogtta);	
	 }