From: <Saved by Microsoft Internet Explorer 5>
Subject: 
Date: Tue, 9 Sep 2003 15:10:27 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	boundary="----=_NextPart_000_0003_01C376E4.8039AB70";
	type="text/html"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106

This is a multi-part message in MIME format.

------=_NextPart_000_0003_01C376E4.8039AB70
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: mhtml:file://C:\Documents%20and%20Settings\smithrw.UNCW\Local%20Settings\Temporary%20Internet%20Files\OLKA4B\Jefferson.mht

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?xml version=3D"1.0" encoding=3D"UTF-8" ?><HTML=20
xmlns=3D"http://www.w3.org/1999/xhtml"><HEAD><TITLE></TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<STYLE type=3Dtext/css>A {
	COLOR: white; TEXT-DECORATION: none
}
.borderstyle {
	BORDER-LEFT-COLOR: dodgerblue; BORDER-BOTTOM-COLOR: dodgerblue; =
BORDER-TOP-STYLE: inset; BORDER-TOP-COLOR: dodgerblue; =
BORDER-RIGHT-STYLE: inset; BORDER-LEFT-STYLE: inset; BORDER-RIGHT-COLOR: =
dodgerblue; BORDER-BOTTOM-STYLE: inset
}
.highlight {
	COLOR: orange; BACKGROUND-COLOR: navy
}
.buttonstyle {
	BORDER-RIGHT: thin outset; BORDER-TOP: thin outset; FONT-SIZE: 8pt; =
BORDER-LEFT: thin outset; WIDTH: 33%; COLOR: white; BORDER-BOTTOM: thin =
outset; BACKGROUND-COLOR: dimgray
}
</STYLE>

<SCRIPT =
src=3D"http://cybil.tafe.tas.edu.au/~capsticm/quizman/millquest.js"=20
type=3Dtext/javascript></SCRIPT>

<SCRIPT type=3Dtext/javascript>=0A=
<!--=0A=
// version 210303/2 all code is copyright Mike Capstick=0A=
// some ns 7 corrections included, more to do=0A=
// choice=3D''; //initialise answer letter to null.=0A=
// questionnum=3D1; //which question are we on=0A=
=0A=
function restart(){=0A=
  moneywon=3D0=0A=
  choice=3D''; //initialise answer letter to null.=0A=
  questionnum=3D1; //which question are we on=0A=
  document.getElementById('message').firstChild.nodeValue=3D'To play Who =
Wants to be a Millionaire - click Next Question';=0A=
  document.getElementById('stem').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseA').style.color=3D'white';=0A=
  document.getElementById('responseA').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseB').style.color=3D'white';=0A=
  document.getElementById('responseB').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseC').style.color=3D'white';=0A=
  document.getElementById('responseC').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseD').style.color=3D'white';=0A=
  document.getElementById('responseD').style.backgroundColor=3D'black';=0A=
  document.getElementById('stem').style.visibility=3D'hidden'=0A=
  document.getElementById('responseA').style.visibility=3D'hidden'=0A=
  document.getElementById('responseB').style.visibility=3D'hidden'=0A=
  document.getElementById('responseC').style.visibility=3D'hidden'=0A=
  document.getElementById('responseD').style.visibility=3D'hidden'=0A=
  document.getElementById('money1').style.backgroundColor=3D'orange';=0A=
  document.getElementById('money1').style.color=3D'navy';=0A=
  document.getElementById('yes').style.visibility=3D'hidden';=0A=
  document.getElementById('next').style.visibility=3D'visible';=0A=
  // reshow life lines=0A=
  document.getElementById('fifty').style.visibility=3D'visible';=0A=
  document.getElementById('phone').style.visibility=3D'visible';=0A=
  document.getElementById('audience').style.visibility=3D'visible';=0A=
=0A=
  document.getElementById('next').firstChild.nodeValue=3D'Next Question';=0A=
  document.getElementById('no').style.visibility=3D'hidden';=0A=
  // recolor the moneyboxes=0A=
  for (i=3D2;i<16;i++)=0A=
   {document.getElementById('money'+i).style.backgroundColor=3D'navy';=0A=
    document.getElementById('money'+i).style.color=3D'orange';=0A=
   }=0A=
  document.getElementById('money5').style.color=3D'white';=0A=
  document.getElementById('money10').style.color=3D'white';=0A=
  document.getElementById('money15').style.color=3D'white';=0A=
// load questions=0A=
  =
document.getElementById('stem').firstChild.nodeValue=3Dstemarray[question=
num-1];=0A=
  =
document.getElementById('responseA').firstChild.firstChild.nodeValue=3D'A=
 '+adistract[questionnum-1];=0A=
  =
document.getElementById('responseB').firstChild.firstChild.nodeValue=3D'B=
 '+bdistract[questionnum-1];=0A=
  =
document.getElementById('responseC').firstChild.firstChild.nodeValue=3D'C=
 '+cdistract[questionnum-1];=0A=
  =
document.getElementById('responseD').firstChild.firstChild.nodeValue=3D'D=
 '+ddistract[questionnum-1];=0A=
}=0A=
=0A=
function resetquestion(){=0A=
  choice=3D''; //initialise answer letter to null.=0A=
  document.getElementById('yes').style.visibility=3D'hidden';=0A=
  document.getElementById('no').style.visibility=3D'hidden';=0A=
  document.getElementById('responseA').style.color=3D'white';=0A=
  document.getElementById('responseA').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseA').style.visibility=3D'visible';=0A=
  document.getElementById('responseB').style.color=3D'white';=0A=
  document.getElementById('responseB').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseB').style.visibility=3D'visible';=0A=
  document.getElementById('responseC').style.color=3D'white';=0A=
  document.getElementById('responseC').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseC').style.visibility=3D'visible';=0A=
  document.getElementById('responseD').style.color=3D'white';=0A=
  document.getElementById('responseD').style.backgroundColor=3D'black';=0A=
  document.getElementById('responseD').style.visibility=3D'visible';=0A=
  comment=3D'Select an answer - you are playing for '+ =
document.getElementById('money'+questionnum).firstChild.nodeValue=0A=
  document.getElementById('message').firstChild.nodeValue=3Dcomment;=0A=
}=0A=
 function nextquestion(){=0A=
  if     =
(document.getElementById('next').firstChild.nodeValue=3D=3D'Restart =
Game')=0A=
         {restart()}=0A=
  else {document.getElementById('next').style.visibility=3D'hidden';=0A=
           resetquestion()=0A=
=0A=
// load questions and make them visible=0A=
  document.getElementById('stem').style.visibility=3D'visible'=0A=
  document.getElementById('responseA').style.visibility=3D'visible'=0A=
  document.getElementById('responseB').style.visibility=3D'visible'=0A=
  document.getElementById('responseC').style.visibility=3D'visible'=0A=
  document.getElementById('responseD').style.visibility=3D'visible'=0A=
=0A=
// here goes the code to load next question - uses a href id to fix ns =
6/7 invisible  node problem=0A=
  document.getElementById('stem').firstChild.nodeValue=3D'Question: =
'+stemarray[questionnum-1];=0A=
  document.getElementById('responseAlink').firstChild.nodeValue=3D'A) =
'+adistract[questionnum-1];=0A=
  document.getElementById('responseBlink').firstChild.nodeValue=3D'B) =
'+bdistract[questionnum-1];=0A=
  document.getElementById('responseClink').firstChild.nodeValue=3D'C) =
'+cdistract[questionnum-1];=0A=
  document.getElementById('responseDlink').firstChild.nodeValue=3D'D) =
'+ddistract[questionnum-1];=0A=
=0A=
       }=0A=
}=0A=
=0A=
function yesno(x){=0A=
if (choice=3D=3D''){          // don't allow two answers=0A=
  document.getElementById(x).style.backgroundColor=3D'orange';=0A=
  document.getElementById(x).style.Color=3D'white';=0A=
  document.getElementById('message').firstChild.nodeValue=3D'Is this =
Your Final answer ?';=0A=
  document.getElementById('yes').style.visibility=3D'visible';  //show =
'yes' and 'no'=0A=
  document.getElementById('no').style.visibility=3D'visible';=0A=
  choice=3Dx=0A=
  }=0A=
=0A=
}=0A=
=0A=
function highlighton(x){=0A=
   document.getElementById(x).style.backgroundColor=3D'orange';=0A=
   document.getElementById(x).style.color=3D'white';=0A=
}=0A=
=0A=
function lockin(){=0A=
   // first hide 'yes' and 'no'=0A=
  document.getElementById('yes').style.visibility=3D'hidden'; =0A=
  document.getElementById('no').style.visibility=3D'hidden';=0A=
  document.getElementById('next').style.visibility=3D'visible';=0A=
=0A=
if (choice=3D=3D'response'+answer[questionnum-1])  //answer correct=0A=
   {moneybox=3D'money'+questionnum; //get id of money box=0A=
    won=3Ddocument.getElementById(moneybox).firstChild.nodeValue;=0A=
=0A=
   // is this a milestone ?=0A=
    milestone=3D' '=0A=
    if   (questionnum/5=3D=3DMath.floor(questionnum/5))=0A=
         {milestone=3D'. This is a Milestone amount.'=0A=
           =
moneywon=3Ddocument.getElementById(moneybox).firstChild.nodeValue;}=0A=
    if (questionnum=3D=3D15) =0A=
           {milestone=3D' Congratulations '=0A=
            =
document.getElementById('next').firstChild.nodeValue=3D'Restart Game'=0A=
            document.getElementById('message').firstChild.nodeValue=3D' =
You have won '+won+milestone;=0A=
           }=0A=
    else { // display message=0A=
            document.getElementById('message').firstChild.nodeValue=3D' =
Correct, you have won '+won+milestone;=0A=
 =0A=
          // reset current money box colours=0A=
             =
document.getElementById(moneybox).style.backgroundColor=3D'navy';=0A=
             document.getElementById(moneybox).style.color=3D'orange';=0A=
         // highlight next money box up=0A=
            questionnum=3Dquestionnum+1=0A=
            moneybox=3D'money'+questionnum=0A=
         // highlight next money box up and reset box below=0A=
            =
document.getElementById(moneybox).style.backgroundColor=3D'orange';=0A=
            document.getElementById(moneybox).style.color=3D'navy';=0A=
          }=0A=
   }=0A=
else //answer wrong=0A=
        {feedbackmessage=3D'Incorrect, the Correct response was =
'+answer[questionnum-1];=0A=
         feedbackmessage=3Dfeedbackmessage+'. You won $'+moneywon+'. =
Game Over';=0A=
         =
document.getElementById('message').firstChild.nodeValue=3Dfeedbackmessage=
;=0A=
          =
document.getElementById('next').firstChild.nodeValue=3D'Restart Game';=0A=
        }=0A=
}=0A=
=0A=
function phone(){=0A=
// dont allow life lines if yes or no on screen=0A=
 if   (document.getElementById('no').style.visibility=3D=3D'visible'=0A=
     ||document.getElementById('next').style.visibility=3D=3D'visible')=0A=
      {alert('Click Yes, No or Next Question. ')}=0A=
 else { // remove used help line=0A=
         document.getElementById('phone').style.visibility=3D'hidden';=0A=
        // responses=0A=
         if ('A'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'Friend: =
Tricky, I am pretty sure it is answer A though'}=0A=
         if ('B'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'Friend: Hi, =
I am certain B is correct'}=0A=
         if ('C'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'Friend: =
Hmmm, I dont know for sure but  I think its C'}=0A=
         if ('D'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'Friend: Its =
alternative D definitely'}=0A=
        }=0A=
}=0A=
=0A=
function fiftyfifty(){=0A=
// dont allow life lines if yes or no on screen=0A=
 if   (document.getElementById('no').style.visibility=3D=3D'visible'=0A=
     ||document.getElementById('next').style.visibility=3D=3D'visible')=0A=
          {alert('Click Yes, No or Next Question. ')}=0A=
 else {// remove a couple of incorrect answers=0A=
           if ('A'=3D=3Danswer[questionnum-1])  =0A=
             =
{document.getElementById('responseB').style.visibility=3D'hidden'=0A=
              =
document.getElementById('responseD').style.visibility=3D'hidden'}=0A=
           if ('B'=3D=3Danswer[questionnum-1])  =0A=
              =
{document.getElementById('responseA').style.visibility=3D'hidden'=0A=
               =
document.getElementById('responseC').style.visibility=3D'hidden'}=0A=
           if ('C'=3D=3Danswer[questionnum-1])  =0A=
              =
{document.getElementById('responseA').style.visibility=3D'hidden'=0A=
               =
document.getElementById('responseD').style.visibility=3D'hidden'}=0A=
           if ('D'=3D=3Danswer[questionnum-1])  =0A=
           =
{document.getElementById('responseB').style.visibility=3D'hidden'=0A=
             =
document.getElementById('responseC').style.visibility=3D'hidden'}=0A=
          // remove used help line=0A=
          document.getElementById('fifty').style.visibility=3D'hidden';=0A=
        }=0A=
}=0A=
=0A=
function askaudience(){=0A=
// dont allow life lines if next or no is on screen=0A=
 if   (document.getElementById('no').style.visibility=3D=3D'visible'=0A=
     ||document.getElementById('next').style.visibility=3D=3D'visible')=0A=
          {alert('Click Yes, No or Next Question. ')}=0A=
 else { // remove used help line=0A=
         document.getElementById('audience').style.visibility=3D'hidden';=0A=
         if ('A'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'The audience =
response has A=3D60% B=3D30% C=3D6% D=3D4%'}=0A=
         if ('B'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'The audience =
response has A=3D40% B=3D55% C=3D5% D=3D0%'}=0A=
         if ('C'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'The audience =
response has A=3D0% B=3D3% C=3D95% D=3D2%'}=0A=
         if ('D'=3D=3Danswer[questionnum-1])  =0A=
            =
{document.getElementById('message').firstChild.nodeValue=3D'The audience =
response has A=3D12% B=3D5% C=3D8% D=3D75%'}=0A=
        }=0A=
}=0A=
=0A=
function signoff(){=0A=
// Use of Quizmaster requires that this message is left intact=0A=
messagex=3D'This Quiz Game was built by QuizMaster\n'=0A=
messagex=3Dmessagex+' QuizMaster was built by Mike Capstick \n'=0A=
messagex=3Dmessagex+' For more information see the QuizMaster Web Site =
at \n'=0A=
messagex=3Dmessagex+' =
http://cybil.tafe.tas.edu.au/~capsticm/quizman/quizman.html'=0A=
alert(messagex);=0A=
}=0A=
//-->=0A=
</SCRIPT>

<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR></HEAD>
<BODY=20
style=3D"FONT-WEIGHT: bold; COLOR: orange; FONT-FAMILY: verdana; =
BACKGROUND-COLOR: darkslategray"=20
onload=3Djavascript:restart(); onunload=3Djavascript:signoff();>
<DIV style=3D"TEXT-ALIGN: center">
<TABLE class=3Dborderstyle=20
style=3D"MARGIN-LEFT: auto; WIDTH: 750px; COLOR: white; MARGIN-RIGHT: =
auto; BACKGROUND-COLOR: black; TEXT-ALIGN: center">
  <TBODY>
  <TR>
    <TD style=3D"VERTICAL-ALIGN: top; BACKGROUND-COLOR: black">
      <TABLE style=3D"VERTICAL-ALIGN: top; WIDTH: 100%; TEXT-ALIGN: =
center">
        <TBODY>
        <TR>
          <TD style=3D"VERTICAL-ALIGN: top">
            <DIV class=3Dborderstyle=20
            style=3D"PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: =
bold; FONT-SIZE: 14pt; PADDING-BOTTOM: 5px; COLOR: orange; PADDING-TOP: =
5px; BACKGROUND-COLOR: navy">Who=20
            Wants to be a Millionaire</DIV><BR><BR>
            <TABLE=20
            style=3D"FONT-WEIGHT: bold; MARGIN-LEFT: auto; WIDTH: 500px; =
COLOR: orange; MARGIN-RIGHT: auto; BACKGROUND-COLOR: black; TEXT-ALIGN: =
center">
              <TBODY>
              <TR style=3D"HEIGHT: 60%">
                <TD id=3Dmessage style=3D"FONT-SIZE: 10pt" =
colSpan=3D3>To play Who=20
                  Wants to be a Millionaire - click Next Question =
</TD></TR>
              <TR>
                <TD class=3Dbuttonstyle id=3Dyes=20
                onmouseover=3D'javascript:highlighton("yes");'=20
                onclick=3Djavascript:lockin();=20
                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>Yes</TD=
>
                <TD class=3Dbuttonstyle id=3Dnext=20
                onmouseover=3D'javascript:highlighton("next");'=20
                style=3D"PADDING-RIGHT: 5px; PADDING-LEFT: 5px; =
PADDING-BOTTOM: 5px; PADDING-TOP: 5px"=20
                onclick=3Djavascript:nextquestion();=20
                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>Next=20
                  Question</TD>
                <TD class=3Dbuttonstyle id=3Dno=20
                onmouseover=3D'javascript:highlighton("no");'=20
                onclick=3Djavascript:resetquestion();=20
                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>No</TD>=
</TR></TBODY></TABLE><BR></TD>
          <TD rowSpan=3D2>
            <TABLE class=3Dborderstyle=20
            style=3D"FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 100%; =
COLOR: orange; BACKGROUND-COLOR: navy">
              <TBODY>
              <TR>
                <TD>15</TD>
                <TD id=3Dmoney15>$1 million</TD></TR>
              <TR>
                <TD>14</TD>
                <TD id=3Dmoney14>$500,000</TD></TR>
              <TR>
                <TD>13</TD>
                <TD id=3Dmoney13>$250,000</TD></TR>
              <TR>
                <TD>12</TD>
                <TD id=3Dmoney12>$125,000</TD></TR>
              <TR>
                <TD>11</TD>
                <TD id=3Dmoney11>$64,000</TD></TR>
              <TR>
                <TD>10</TD>
                <TD id=3Dmoney10>$32,000</TD></TR>
              <TR>
                <TD>9</TD>
                <TD id=3Dmoney9>$16,000</TD></TR>
              <TR>
                <TD>8</TD>
                <TD id=3Dmoney8>$8000</TD></TR>
              <TR>
                <TD>7</TD>
                <TD id=3Dmoney7>$4000</TD></TR>
              <TR>
                <TD>6</TD>
                <TD id=3Dmoney6>$2000</TD></TR>
              <TR>
                <TD>5</TD>
                <TD id=3Dmoney5>$1000</TD></TR>
              <TR>
                <TD>4</TD>
                <TD id=3Dmoney4>$500</TD></TR>
              <TR>
                <TD>3</TD>
                <TD id=3Dmoney3>$300</TD></TR>
              <TR>
                <TD>2</TD>
                <TD id=3Dmoney2>$200</TD></TR>
              <TR>
                <TD>1</TD>
                <TD id=3Dmoney1>$100</TD></TR></TBODY></TABLE></TD></TR>
        <TR>
          <TD=20
          style=3D"BORDER-LEFT-COLOR: dodgerblue; BORDER-BOTTOM-COLOR: =
dodgerblue; BORDER-TOP-STYLE: inset; BORDER-TOP-COLOR: dodgerblue; =
BORDER-RIGHT-STYLE: inset; BORDER-LEFT-STYLE: inset; BACKGROUND-COLOR: =
dimgray; BORDER-RIGHT-COLOR: dodgerblue; BORDER-BOTTOM-STYLE: inset">
            <TABLE=20
            style=3D"FONT-WEIGHT: bold; FONT-SIZE: 8pt; MARGIN-LEFT: =
auto; WIDTH: 80%; COLOR: white; MARGIN-RIGHT: auto; BACKGROUND-COLOR: =
dimgray; TEXT-ALIGN: center">
              <TBODY>
              <TR>
                <TD class=3Dborderstyle id=3Dfifty=20
                onmouseover=3D'javascript:highlighton("fifty");'=20
                style=3D"WIDTH: 33%" onclick=3Djavascript:fiftyfifty();=20
                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>50:50</=
TD>
                <TD class=3Dborderstyle id=3Dphone=20
                onmouseover=3D'javascript:highlighton("phone");'=20
                style=3D"WIDTH: 33%" onclick=3Djavascript:phone();=20
                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>Phone=20
                  a Friend</TD>
                <TD class=3Dborderstyle id=3Daudience=20
                onmouseover=3D'javascript:highlighton("audience");'=20
                style=3D"WIDTH: 33%" onclick=3Djavascript:askaudience(); =

                =
onmouseout=3D'javascript:this.style.backgroundColor=3D"dimgray";'>Ask=20
                  the =
Audience</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR>
  <TR>
    <TD style=3D"TEXT-ALIGN: left">
      <TABLE=20
      style=3D"FONT-WEIGHT: bold; FONT-SIZE: 8pt; WIDTH: 100%; COLOR: =
white">
        <TBODY>
        <TR>
          <TD id=3Dstem=20
          style=3D"BORDER-RIGHT: dodgerblue thin inset; BORDER-TOP: =
dodgerblue thin inset; VISIBILITY: hidden; BORDER-LEFT: dodgerblue thin =
inset; BORDER-BOTTOM: dodgerblue thin inset"=20
          colSpan=3D2>stem</TD></TR>
        <TR>
          <TD id=3DresponseA=20
          style=3D"BORDER-LEFT-COLOR: dodgerblue; VISIBILITY: hidden; =
BORDER-BOTTOM-COLOR: dodgerblue; WIDTH: 50%; BORDER-TOP-STYLE: inset; =
BORDER-TOP-COLOR: dodgerblue; BORDER-RIGHT-STYLE: inset; =
BORDER-LEFT-STYLE: inset; BORDER-RIGHT-COLOR: dodgerblue; =
BORDER-BOTTOM-STYLE: inset"><A=20
            id=3DresponseAlink =
onmouseover=3D'javascript:this.style.color=3D"orange";'=20
            onclick=3D'this.style.color=3D"white";yesno("responseA");'=20
            onmouseout=3D'javascript:this.style.color=3D"white";'=20
            href=3D"javascript:void(0);">A </A></TD>
          <TD id=3DresponseB=20
          style=3D"BORDER-LEFT-COLOR: dodgerblue; VISIBILITY: hidden; =
BORDER-BOTTOM-COLOR: dodgerblue; WIDTH: 50%; BORDER-TOP-STYLE: inset; =
BORDER-TOP-COLOR: dodgerblue; BORDER-RIGHT-STYLE: inset; =
BORDER-LEFT-STYLE: inset; BORDER-RIGHT-COLOR: dodgerblue; =
BORDER-BOTTOM-STYLE: inset"><A=20
            id=3DresponseBlink =
onmouseover=3D'javascript:this.style.color=3D"orange";'=20
            onclick=3D'this.style.color=3D"white";yesno("responseB");'=20
            onmouseout=3D'javascript:this.style.color=3D"white";'=20
            href=3D"javascript:void(0);">B </A></TD></TR>
        <TR>
          <TD id=3DresponseC=20
          style=3D"BORDER-LEFT-COLOR: dodgerblue; VISIBILITY: hidden; =
BORDER-BOTTOM-COLOR: dodgerblue; WIDTH: 50%; BORDER-TOP-STYLE: inset; =
BORDER-TOP-COLOR: dodgerblue; BORDER-RIGHT-STYLE: inset; =
BORDER-LEFT-STYLE: inset; BORDER-RIGHT-COLOR: dodgerblue; =
BORDER-BOTTOM-STYLE: inset"><A=20
            id=3DresponseClink =
onmouseover=3D'javascript:this.style.color=3D"orange";'=20
            onclick=3D'this.style.color=3D"white";yesno("responseC");'=20
            onmouseout=3D'javascript:this.style.color=3D"white";'=20
            href=3D"javascript:void(0);">C</A></TD>
          <TD id=3DresponseD=20
          style=3D"BORDER-LEFT-COLOR: dodgerblue; VISIBILITY: hidden; =
BORDER-BOTTOM-COLOR: dodgerblue; WIDTH: 50%; BORDER-TOP-STYLE: inset; =
BORDER-TOP-COLOR: dodgerblue; BORDER-RIGHT-STYLE: inset; =
BORDER-LEFT-STYLE: inset; BORDER-RIGHT-COLOR: dodgerblue; =
BORDER-BOTTOM-STYLE: inset"><A=20
            id=3DresponseDlink =
onmouseover=3D'javascript:this.style.color=3D"orange";'=20
            onclick=3D'this.style.color=3D"white";yesno("responseD");'=20
            onmouseout=3D'javascript:this.style.color=3D"white";'=20
            href=3D"javascript:void(0);">D=20
</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></BODY></HT=
ML>

------=_NextPart_000_0003_01C376E4.8039AB70
Content-Type: application/x-javascript
Content-Transfer-Encoding: quoted-printable
Content-Location: http://cybil.tafe.tas.edu.au/~capsticm/quizman/millquest.js

// this file is copyright - Mike Capstick =0A=
 // it adds the quiz questions and answers=0A=
//  total number of questions in this test =0A=
 maxterms=3D15; =0A=
// Initialise question and answer  arrays and question number=0A=
  stemarray=3Dnew Array(maxterms); //initialise questions array=0A=
  answer=3Dnew Array(maxterms); // initialise space for answers=0A=
  adistract=3Dnew Array(maxterms);=0A=
  bdistract=3Dnew Array(maxterms);=0A=
  cdistract=3Dnew Array(maxterms);=0A=
  ddistract=3Dnew Array(maxterms);=0A=
// load  arrays with a set of questions and  answers=0A=
 stemarray[0]  =3D'The Classical liberals embraced the rights of who'=0A=
 answer[0]  =3D'D'=0A=
 adistract[0]  =3D'groups'=0A=
 bdistract[0]  =3D'family'=0A=
 cdistract[0]  =3D'the king'=0A=
 ddistract[0]  =3D'individuals'=0A=
 stemarray[1]  =3D'The social group who was of importantace was'=0A=
 answer[1]  =3D'B'=0A=
 adistract[1]  =3D'women'=0A=
 bdistract[1]  =3D'men'=0A=
 cdistract[1]  =3D'children'=0A=
 ddistract[1]  =3D'rich'=0A=
 stemarray[2]  =3D'who ruled the family'=0A=
 answer[2]  =3D'C'=0A=
 adistract[2]  =3D'mom'=0A=
 bdistract[2]  =3D'grandmother'=0A=
 cdistract[2]  =3D'dad'=0A=
 ddistract[2]  =3D'grandfather'=0A=
 stemarray[3]  =3D'what is not a tenet of classic Liberalism'=0A=
 answer[3]  =3D'D'=0A=
 adistract[3]  =3D'natural law'=0A=
 bdistract[3]  =3D'nationalism'=0A=
 cdistract[3]  =3D'progress'=0A=
 ddistract[3]  =3D'large government'=0A=
 stemarray[4]  =3D'what is the best time to study Latin and Greek in =
school'=0A=
 answer[4]  =3D'B'=0A=
 adistract[4]  =3D'age 6-10'=0A=
 bdistract[4]  =3D'age 10-15'=0A=
 cdistract[4]  =3D'age16-20'=0A=
 ddistract[4]  =3D'age 3-7'=0A=
 stemarray[5]  =3D'jeffersons plan of education was'=0A=
 answer[5]  =3D'C'=0A=
 adistract[5]  =3D'passed in virginia'=0A=
 bdistract[5]  =3D'passed and used nation wide'=0A=
 cdistract[5]  =3D'proposed but never passed'=0A=
 ddistract[5]  =3D'only writen never proposed'=0A=
 stemarray[6]  =3D'the 1st tier gave'=0A=
 answer[6]  =3D'C'=0A=
 adistract[6]  =3D'free elementary  education to children for 4 years'=0A=
 bdistract[6]  =3D'after 3 year the smartest boys and girls moved on'=0A=
 cdistract[6]  =3D'free education for 3 years'=0A=
 ddistract[6]  =3D'coverd reading, math and history'=0A=
 stemarray[7]  =3D'the 2nd tier was'=0A=
 answer[7]  =3D'A'=0A=
 adistract[7]  =3D'boarding school perpaing for universitys'=0A=
 bdistract[7]  =3D'one room school house with one teacher'=0A=
 cdistract[7]  =3D'mix of all ages 7-18'=0A=
 ddistract[7]  =3D'was a bad time to work on memorization'=0A=
 stemarray[8]  =3D'the 3rd tier was'=0A=
 answer[8]  =3D'B'=0A=
 adistract[8]  =3D'high school'=0A=
 bdistract[8]  =3D'university'=0A=
 cdistract[8]  =3D'being a teacher'=0A=
 ddistract[8]  =3D'working'=0A=
 stemarray[9]  =3D'all but what was the roll of elementary eduction'=0A=
 answer[9]  =3D'D'=0A=
 adistract[9]  =3D'writing'=0A=
 bdistract[9]  =3D'reading'=0A=
 cdistract[9]  =3D'morals'=0A=
 ddistract[9]  =3D'finding a spouse'=0A=
 stemarray[10]  =3D'the roll of the university was'=0A=
 answer[10]  =3D'B'=0A=
 adistract[10]  =3D'learn to read'=0A=
 bdistract[10]  =3D'to build political leaders'=0A=
 cdistract[10]  =3D'find a spouse'=0A=
 ddistract[10]  =3D'party'=0A=
 stemarray[11]  =3D'knowledge was a must to be a  political leader'=0A=
 answer[11]  =3D'B'=0A=
 adistract[11]  =3D'never'=0A=
 bdistract[11]  =3D'always'=0A=
 cdistract[11]  =3D'every now and then'=0A=
 ddistract[11]  =3D'only in a  10 year span'=0A=
 stemarray[12]  =3D'democracy could only be sustained through'=0A=
 answer[12]  =3D'C'=0A=
 adistract[12]  =3D'farming'=0A=
 bdistract[12]  =3D'voting'=0A=
 cdistract[12]  =3D'education'=0A=
 ddistract[12]  =3D'fishing'=0A=
 stemarray[13]  =3D'all groups were excluded from political influence =
execpt'=0A=
 answer[13]  =3D'D'=0A=
 adistract[13]  =3D'native americans'=0A=
 bdistract[13]  =3D'aferican-americans'=0A=
 cdistract[13]  =3D'women'=0A=
 ddistract[13]  =3D'men'=0A=
 stemarray[14]  =3D'all but what is a old Feudal ideology'=0A=
 answer[14]  =3D'D'=0A=
 adistract[14]  =3D'state control of economy'=0A=
 bdistract[14]  =3D'state religion'=0A=
 cdistract[14]  =3D'divine right of kings'=0A=
 ddistract[14]  =3D'capitalism'=0A=

------=_NextPart_000_0003_01C376E4.8039AB70--

