<!--
<!-- Begin
var ans = new Array;
var done = new Array;
var yourResp = new Array;
var yourAns = new Array;
var explainAnswer = new Array;
var quest = new Array;

var score = 1;
ans[1] = "5";
ans[2] = "5";
ans[3] = "5";
ans[4] = "5";
ans[5] = "5";
ans[6] = "5";
ans[7] = "5";
ans[8] = "5";
ans[9] = "5";
ans[10] = "5";
ans[11] = "5";
ans[12] = "5";
ans[13] = "5";
ans[14] = "5";
ans[15] = "5";
ans[16] = "5";

explainAnswer[1]="This may be because your partner responds aggressively regularly. Check whether this is happening because you are criticising them, or whether they are simply behaving unacceptably.<br>";
explainAnswer[2]="This can be make a relationship very difficult. You might want to find out if this is because they feel threatened, or they just don't know any other way of responding.<br>";
explainAnswer[3]="You might want to try 'making up'  more quickly. Letting things fester like this can be bad for your relationship's health!<br>";
explainAnswer[4]="Starting a sentence with 'you' can put people on the defensive immediately, so that the rest of your message is lost. You might want to try wording things differently.<br>";
explainAnswer[5]="Older people who have been in successful long term relationships for the longest time avoid bringing up this sort of topic unless it is absolutely essential. They don't expect their partners to be perfect!<br>";
explainAnswer[6]="It can be better in the long run to develop the ability to hold on to complaints for a while until you discover if they are important enough to bring up.<br><br>Of course, open communication is to be applauded, but griping about every little annoying habit can be bad for your relationship's health!";
explainAnswer[7]="The research shows that relationships where woman respond to their husband's rudeness with passive behaviour are more likely to fail than those where the wife comes back with an angry or indignant response.<br>";
explainAnswer[8]="Healthy relationships are characterised by each partner taking direction from the other sometimes.<br>";
explainAnswer[9]="Spending time together where you are both enjoyinh something is great for team-building and helps you enjoy each other.";
explainAnswer[10]="<br>";
explainAnswer[11]="<br>";
explainAnswer[12]="<br>";
explainAnswer[13]="Letting bygones be bygones is a common feature of the most successful long-term relationships.<br>";
explainAnswer[14]="Physical violence towards your partner is never acceptable. Get some help.<br>";
explainAnswer[15]="Have you tried letting them know this? Perhaps you could suggest to them what they could do that would make you feel more connected. Do they feel understood by you?<br>";
explainAnswer[16]="<br>";

quest[1]="How often do you feel anxious about bringing up a touchy subject? <br>";
quest[2]="How often does your partner respond to a complaint or criticism with anger or irritation?<br>";
quest[3]="How soon after an argument or disagreement do you usually 'make friends'<br>";
quest[4]="How often do start with 'You' when you broach tricky subjects?<br>";
quest[5]="Which of these sentences is the best way to complain?<br>";
quest[6]="If something about your partner is bothering you, should you<br>";
quest[7]="If your partner is rude towards you, do you<br>";
quest[8]="How often do you seriously consider advice from your partner?<br>";
quest[9]="How often do you and your partner pursue leisure activities and interests together?<br>";
quest[10]="If you feel your partner is nagging and whining at you? Are you most likely to:<br>";
quest[11]="Do you actively put time aside just to spend exclusively talking to and listening to  your partner:<br>";
quest[12]="When you think of your partner when they are absent are you likely to:<br>";
quest[13]="During a disagreement do you bring in unrelated wrong doings committed by your partner, sometimes from long ago:<br>";
quest[14]="You have resorted to physical violence on your partner: <br>";
quest[15]="You feel really listened to and understood by your partner:<br>";
quest[16]="If you have a problem, how likely are you to discuss it with your partner?<br>";


function Engine(response, question, answer) {
yourResp[question]=" You answered: <b>"+response+"</b><br>You scored: "+answer+" out of 5<br>";
yourAns[question]=answer;
}

function Score(){
var answerText = "<br>Here is a summary of your results:<br>";
for(i=1;i<=16;i++){
   answerText=answerText+"\n<br><hr size='1'noshade><b>Question\n"+i+":</b>\n"+quest[i]+"\n";
  if(ans[i]!=yourAns[i]){
    answerText=answerText+"\n<br>"+yourResp[i]+"<br> "+explainAnswer[i]+"\n";
  }
  else{
    answerText=answerText+" \n<br>"+yourResp[i]+"\n<b><font color='blue'>Well done!  </font></b><br>\n";
    score++;
  }
}

document.write(answerText);
document.write('<br><b>Important Note: This relationship quiz is a simple tool, ');
document.write('more for fun than anything else. If you need help with your relationship, ');
document.write('consider seeing a professional.</b><br>');
document.write('<br><br>For more fascinating insights into relationships and ');
document.write('psychology, get our free newsletter Clear Thinking! ');
document.write('<a href="newsletter.html">Sign up here!</a><br>');
document.write('</div></div></div></td></tr></table></div></body></html>');

}
//  End -->