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==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q4.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q5.selectedIndex==1)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q6.selectedIndex==1)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q7.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q8.selectedIndex==2)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q9.selectedIndex==3)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q10.selectedIndex==3)
		{  gogtta=gogtta+1;  }
	 if (document.quizform.q11.selectedIndex==4)
		{  gogtta=gogtta+1;  }

	 if (gogtta > 10 )
		{  cccl="You win the <img src='images/GoldenAwarenessAward2.jpg' width='300' height='80' alt='Golden Awareness Award' longdesc='images/GoldenAwarenessAward2.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 2</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 2</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/awareness2.htm'>Go back to test</a></center>"+
	"<br>"+
	"<br><font color='#000000' size='4'>Remember you must pass this page on to at least 5 people.</font>"+
	"<br><font size='4'>0-4 People: We know you have no friends, don't look for anything good in your life"+
	"<br>5-10: Your life will take a sudden turn for good in the next 	2 weeks"+
	"<br>11-20: Your love life will improve by 50%"+
	"<br>20 or more: Your life is guaranteed to get much better in the next week or less!</h3></font>"+
	"<br>"+
	"<br><center><p><font color='red' size='4'>Links to more fun:</h3></font>"+
	"<BR>"+
	"<br><a href='http://www.mikescomputerinfoarcade.com/index.php'>My New Arcade Site!</font></a>"+
	"<br><a href='http://mikescomputerinfo.com/quizstart.htm'>More Intelligence tests and Quizes!</a>"+
	"<br><a href='http://www.mikescomputerinfo.com/games.htm'>My Original Game Room!</a>"+
	"<br><a href='http://mikescomputerinfo.com/awareness2.htm'>Awareness Test 2</a></center>"+
    "<BR>"

	"<BR>"

	var s2=""

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