<%
calcurl="stress.html"
calctitle="Stress Calculator"
calctease="Does stress affect your health?"
calname="stress"
%>

<HTML>
<HEAD>
<TITLE>Health Calc: Stress Calculator</TITLE>

<!-- #include virtual="/SCRIPTS/pagesetup.html" -->

<meta name="viewport" content="width=device-width, initial-scale=1">
</HEAD>
<!-- BEGIN the real content of the Calculatoring experience -->
<center>

<!-- #include virtual="/SCRIPTS/calcimages.html" -->

<!-- New Header Stuff -->

<!-- End new header block -->
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0" WIDTH="505"> 
   <TR VALIGN="MIDDLE" ALIGN="LEFT">
      <TD BGCOLOR="#FFFFFF" WIDTH=267 align=left valign=top>
         <TABLE CELLPADDING=5 BORDER=0 CELLSPACING=0>
            <TR>
               <TD><P><B><FONT FACE="helvetica, arial, sans-serif" COLOR="#003366">

<!-- BEGIN Calculator headline and text -->
<B><%=calctease%></B>
<!-- END Calculator headline and text -->

         </FONT></B></TD>
            </TR>
         </TABLE>              
      </TD>
      <!-- #include virtual="/SCRIPTS/1x1image.html" -->
      
      <TD BGCOLOR="#FFFFFF" WIDTH=267 align=left valign=top>
      
        <TABLE CELLPADDING=5 BORDER=0 CELLSPACING=0>
           <TR>
              <TD>
<P><B><FONT FACE="helvetica, arial, sans-serif" COLOR="#003366">
<%NextQuestion = Request.form("NextQuestion")
   If NextQuestion = 5 then
   %>
<!-- BEGIN results title -->
Your results:
<!-- END results title -->
<%else%>
Begin here:
<%End If %>
         </FONT></B></TD>
            </TR>
         </TABLE>         
      </TD>
   </TR>
   <TR VALIGN="TOP">
      <TD BGCOLOR="#FFFFFF" WIDTH=237>
         <TABLE CELLPADDING=5 CELLSPACING=0 BORDER=0>
            <TR>
               <TD>
<FONT FACE="helvetica, arial, sans-serif" SIZE="-1">

<!-- BEGIN Calculator headline and text -->
<%

If NextQuestion = 5 then%>
<P>Thank you for taking the Stress Calculator.</P>
<P>People who are overstressed are at greater risk for various diseases and disorders, including high blood pressure and heart disease.</P>
<P>Your stress index score will help you determine how stressed you are and if you should take measures to reduce your stress level.</P>
<%Else%>
<P>Use the Stress Calculator to categorize how stressed you are.</P><p>
This test should be used only as a guideline.
<%End If%>
<!-- END Calculator headline and text -->

            </FONT></TD>
            </TR>
         </TABLE>
      </TD>      
      <!-- #include virtual="/SCRIPTS/1x1image.html" -->
      
      <TD BGCOLOR="#FFFFFF">
         <TABLE CELLPADDING=5 BORDER=0 CELLSPACING=0>
            <TR VALIGN=TOP>
				<TD VALIGN="TOP"><FONT FACE="helvetica, arial, sans-serif">
				<!-- BEGIN Calculator form -->
				<P><%
Dim Answer, strAnswer, NextQuestion, strPoints, Error, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, BB, CC, DD, EE, FF, GG, HH, II, JJ, KK, LL, MM, NN, OO, PP, QQ, strEnd

If Request.ServerVariables("REQUEST_METHOD") = "POST" then
	NextQuestion = Request.form("NextQuestion")
	strPoints = Request.form("strPoints")
	A = Request.form("A") 
	B = Request.form("B") 
	C = Request.form("C") 
	D = Request.form("D") 
	E = Request.form("E") 
	F = Request.form("F") 
	G = Request.form("G") 
	H = Request.form("H") 
	I = Request.form("I") 
	J = Request.form("J") 
	K = Request.form("K") 
	L = Request.form("L") 
	M = Request.form("M") 
	N = Request.form("N") 
	O = Request.form("O") 
	P = Request.form("P") 
	Q = Request.form("Q") 
	R = Request.form("R") 
	S = Request.form("S") 
	T = Request.form("T") 
	U = Request.form("U") 
	V = Request.form("V") 
	W = Request.form("W") 
	X = Request.form("X") 
	Y = Request.form("Y") 
	Z = Request.form("Z") 
	AA = Request.form("AA") 
	BB = Request.form("BB") 
	CC = Request.form("CC") 
	DD = Request.form("DD") 
	EE = Request.form("EE") 
	FF = Request.form("FF") 
	GG = Request.form("GG") 
	HH = Request.form("HH") 
	II = Request.form("II") 
	JJ = Request.form("JJ") 
	KK = Request.form("KK") 
	LL = Request.form("LL") 
	MM = Request.form("MM") 
	NN = Request.form("NN") 
	OO = Request.form("OO") 
	PP = Request.form("PP") 
	QQ = Request.form("QQ") 
	
	If NextQuestion = 1 then
		If A > "" then
 
			strPoints = 100
		End If
		If B > "" then

			strPoints = strPoints + 73
		End If	
		If C > "" then

			strPoints = strPoints + 65
		End If	
		If D > "" then

			strPoints = strPoints + 63
		End If	
		If E > "" then

			strPoints = strPoints + 63
		End If	
		If F > "" then

			strPoints = strPoints + 53
		End If
		If G > "" then

			strPoints = strPoints + 50
		End If
		If H > "" then

			strPoints = strPoints + 47
		End If
		strEnd = "False"		
	ElseIf NextQuestion = 2 then
		
		If I > "" then

			strPoints = strPoints + 45
		End If
		If J > "" then

			strPoints = strPoints + 45
		End If
		If K > "" then

			strPoints = strPoints + 44
		End If
		If L > "" then

			strPoints = strPoints + 40
		End If
		If M > "" then

			strPoints = strPoints + 40
		End If
		If N > "" then

			strPoints = strPoints + 39
		End If
		If O > "" then

			strPoints = strPoints + 39
		End If
		If P > "" then

			strPoints = strPoints + 38
		End If
		strEnd = "False"
	ElseIf NextQuestion = 3 then
		If Q > "" then

			strPoints = strPoints + 37
		End If
		If R > "" then

			strPoints = strPoints + 36
		End If
		If S > "" then

			strPoints = strPoints + 35
		End If
		If T > "" then

			strPoints = strPoints + 31
		End If
		If U > "" then

			strPoints = strPoints + 30
		End If
		If V > "" then

			strPoints = strPoints + 29
		End If
		If W > "" then

			strPoints = strPoints + 29
		End If
		If X > "" then

			strPoints = strPoints + 29
		End If
		
	ElseIf NextQuestion = 4 then
		If Y > "" then

			strPoints = strPoints + 28
		End If
		If Z > "" then

			strPoints = strPoints + 26
		End If
		strEnd = "False"
		If AA > "" then

			strPoints = strPoints + 26
		End If
		If BB > "" then

			strPoints = strPoints + 25
		End If
		If CC > "" then

			strPoints = strPoints + 24
		End If
		If DD > "" then

			strPoints = strPoints + 23
		End If
		If EE > "" then

			strPoints = strPoints + 20
		End If
		If FF > "" then

			strPoints = strPoints + 20
		End If
		If GG > "" then

			strPoints = strPoints + 20
		End If
		
		strEnd = "False"
	ElseIf NextQuestion = 5 then
		If II > "" then

			strPoints = strPoints + 19
		End If
		If HH > "" then

			strPoints = strPoints + 19
		End If
		If JJ > "" then

			strPoints = strPoints + 18
		End If
		If KK > "" then

			strPoints = strPoints + 17
		End If
		If LL > "" then

			strPoints = strPoints + 16
		End If	
		If MM > "" then

			strPoints = strPoints + 15
		End If
		If NN > "" then

			strPoints = strPoints + 15
		End If
		If OO > "" then

			strPoints = strPoints + 13
		End If
		If PP > "" then

			strPoints = strPoints + 12
		End If
		If QQ > "" then

			strPoints = strPoints + 11
		End If
		strEnd = "True"	
	End If
	NextQuestion = NextQuestion + 1
Else
	strPoints = 0	
End If
%>	
<%If not strEnd = "True" then%>
	<form method=post action="<% = Request.ServerVariables("SCRIPT_NAME")%>">
	<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
		<%If not NextQuestion >= 2 then%>
			<TR>
				<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Check the box next to the items in the following list that apply to your current circumstances.<BR><BR></FONT></TD>
			</TR>	
		<%End If%>
		<%If not NextQuestion >= 2 then%>		
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><INPUT TYPE="hidden" NAME="strPoints" VALUE="<% = strPoints%>"><INPUT TYPE="hidden" NAME="NextQuestion" VALUE=1><FONT FACE="arial, helvetica, sans-serif" SIZE=2><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="A" VALUE="A"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Death of a Spouse<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="B" VALUE="B"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Divorce<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="C" VALUE="C"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Marital separation<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="D" VALUE="D"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Detention in jail or institution<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="E" VALUE="E"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Death of a close family member<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="F" VALUE="F"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major personal injury or illness<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="G" VALUE="G"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Marriage<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="H" VALUE="H"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Being fired from work<BR></FONT></TD></TR>
			</TABLE>
			</TD>
		</TR>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><BR><INPUT TYPE="Submit" NAME="Submit" VALUE=" Next "></TD>
		</TR>			
		<%ElseIf NextQuestion = 2 then%>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><INPUT TYPE="hidden" NAME="strPoints" VALUE="<% = strPoints%>"><INPUT TYPE="hidden" NAME="NextQuestion" VALUE=2><FONT FACE="arial, helvetica, sans-serif" SIZE=2><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="I" VALUE="I"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Marital reconciliation<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="J" VALUE="J"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Retirement<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="K" VALUE="K"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in health or behavior of a family member<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="L" VALUE="L"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Pregnancy<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="M" VALUE="M"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Sexual difficulty<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="N" VALUE="N"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Gaining a new family member through birth, adoption or remarriage<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="O" VALUE="O"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major business readjustments<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="P" VALUE="P"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in financial state<BR></FONT></TD></TR>	
			</TABLE>		
			</TD>
		</TR>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><BR><INPUT TYPE="Submit" NAME="Submit" VALUE=" Next "></TD>
		</TR>
		<%ElseIf NextQuestion = 3 then%>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><INPUT TYPE="hidden" NAME="strPoints" VALUE="<% = strPoints%>"><INPUT TYPE="hidden" NAME="NextQuestion" VALUE=3><FONT FACE="arial, helvetica, sans-serif" SIZE=2><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="Q" VALUE="Q"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Death of a close friend<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="R" VALUE="R"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Changing to a different line of work<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="S" VALUE="S"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major increase in fights with spouse<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="T" VALUE="T"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Taking on a new mortgage<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="U" VALUE="U"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Foreclosure on a mortgage or loan<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="V" VALUE="V"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in responsiblity at work<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="W" VALUE="W"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Son or daughter leaving home<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="X" VALUE="X"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Troubles with in-laws<BR></FONT></TD></TR>
			</TABLE>
			</TD>
		</TR>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><BR><INPUT TYPE="Submit" NAME="Submit" VALUE=" Next "></TD>
		</TR>		
		<%ElseIf NextQuestion = 4 then%>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><INPUT TYPE="hidden" NAME="strPoints" VALUE="<% = strPoints%>"><INPUT TYPE="hidden" NAME="NextQuestion" VALUE=4><FONT FACE="arial, helvetica, sans-serif" SIZE=2><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="Y" VALUE="Y"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Outstanding personal achievement<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="Z" VALUE="Z"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Spouse begins to cease work outside of home<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="AA" VALUE="AA"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Go back to school<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="BB" VALUE="BB"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in living conditions (rebuilding, remodeling)<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="CC" VALUE="CC"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Revising personal habits<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="DD" VALUE="DD"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Troubles with superior, boss<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="EE" VALUE="EE"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in working hours, conditions<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="FF" VALUE="FF"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Changing residence<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="GG" VALUE="GG"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Changing to a new school<BR></FONT></TD></TR>
			</TABLE>
			</TD>
		</TR>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><BR><INPUT TYPE="Submit" NAME="Submit" VALUE=" Next "></TD>
		</TR>		
		<%ElseIf NextQuestion = 5 then%>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><INPUT TYPE="hidden" NAME="strPoints" VALUE="<% = strPoints%>"><INPUT TYPE="hidden" NAME="NextQuestion" VALUE=5><FONT FACE="arial, helvetica, sans-serif" SIZE=2>
			<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="LL" VALUE="LL"></td>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in sleeping habits<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="II" VALUE="II"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in type and/or amount of recreation<BR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="HH" VALUE="HH"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in church activities<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="JJ" VALUE="JJ"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in social activities<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="KK" VALUE="KK"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Purchasing a new car, or other big purchase<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="MM" VALUE="MM"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in number of family get-togethers<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="NN" VALUE = "NN"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Major change in eating habits<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="OO" VALUE="OO"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Vacation<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="PP" VALUE="PP"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Christmas or holiday observance<BR></FONT></TD></TR>
			<TR><TD WIDTH=20 ALIGN="LEFT" VALIGN="top"><INPUT TYPE="checkbox" NAME="QQ" VALUE="QQ"></TD>
			<TD ALIGN="LEFT"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>Minor violations of the law<BR></FONT></TD></TR>
			</TABLE>
			</TD>
		</TR>
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><BR><INPUT TYPE="Submit" NAME="Submit" VALUE=" Finish "></TD>
		</TR>	
		<%End If%>																					
	</TABLE>
	</form>
<%Else%>
	<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0">
		<TR>
			<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><FONT FACE="arial, helvetica, sans-serif" SIZE=2><B>You scored  <% = strPoints%> points.</B><BR><BR></FONT></TD>
		</TR>
		<%If strPoints >= 300 then%>
			<TR>
				<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>According to your score, you may be under considerable stress.<BR></FONT></TD>
			</TR>
		<%ElseIf strPoints > 150 and strPoints < 300 then%>
			<TR>
				<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>According to your score, your stress level may be moderate.<BR></FONT></TD>
			</TR>
		<%ElseIf strPoints <= 150 then%>
			<TR>
				<TD COLSPAN=2 ALIGN="LEFT" VALIGN="MIDDLE"><FONT FACE="arial, helvetica, sans-serif" SIZE=2>You are probably not suffering from a great deal of stress.<BR></FONT></TD>
			</TR>
		<%End If%>						
	
	<!-- #include virtual="/SCRIPTS/close_button.html" -->
	
	</TABLE>
	<br>

	<!-- #include virtual="/SCRIPTS/copyrightinfo.html" -->

<%End If%>

	<!-- #include virtual="/SCRIPTS/disclaimer.html" -->


				<!-- END Calculator form -->
<!-- END the real content of the Calculatoring experience -->

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-47063811-22"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-47063811-22');
</script>
</body>
</HTML>














