function cal()
{
	var sum= 0;
	var ans=0;
    var cnt=0;
	var i=0;
	var flag=0;
	var ms= "                  What kind of love life you have?\n";
	var ms= ms+"==========================================================\n";

   for (i=0;i<document.test.Q2.length;i++)
		{
			if (document.test.Q1[i].checked && document.test.Q1[i].value=="c")
				ms = ms+"\nYou are cool like cold as ice but not reality because you have splitting personality."
             else if (document.test.Q1[i].checked && document.test.Q1[i].value=="b")  
				 ms = ms+"\nYou are a person who is warms and obedience are attracted to you."
             else if (document.test.Q1[i].checked && document.test.Q1[i].value=="d")  
				 ms = ms+"\nYou are a person who is elegant and well manner are attracted to you."
             else if (document.test.Q1[i].checked && document.test.Q1[i].value=="a")  
				 ms = ms+"\nYou are a person who is free minded are attracted to you."
		

			if (document.test.Q2[i].checked && document.test.Q2[i].value=="c")
				ms=ms+"\nYou are always creative. Never feel like bored.\n"
            else if (document.test.Q2[i].checked && document.test.Q2[i].value=="d")
                ms=ms+"\nYour nature is straight forward. You want just he/she loves you.\n"
			else if (document.test.Q2[i].checked && document.test.Q2[i].value=="a")
                ms=ms+"\nYou are some what moody, blow hot and cold in love.\n"
            else if (document.test.Q2[i].checked && document.test.Q2[i].value=="b")
				ms=ms+"\nYou have no patience.\n"


			if (document.test.Q3[i].checked && document.test.Q2[i].value=="c")
				ms=ms+"\nYour impression on your lover is loyal, faithful, and never change.\n"
            else if (document.test.Q3[i].checked && document.test.Q2[i].value=="b")
                ms=ms+"\nYour impression on your lover is like stylish person.\n"
          	else if (document.test.Q3[i].checked && document.test.Q2[i].value=="d")
				ms=ms+"\nYour lovers opinions about is like optimistic.\n"
			else if (document.test.Q3[i].checked && document.test.Q2[i].value=="a")
				ms=ms+"\nYour impression on your lover is you are flexible person.\n"

			if (document.test.Q4[i].checked && document.test.Q4[i].value=="d")
				ms=ms+"\nYou are doing acting like dictator.\n"
			else if (document.test.Q4[i].checked && document.test.Q4[i].value=="a")
				ms=ms+"\nYou don’t like emotional person. That’s why when your partner become emotional you don't get how to convenience.\n"
            else if (document.test.Q4[i].checked && document.test.Q4[i].value=="b")
				ms=ms+"\nYou do not want ruthless, cold-blooded, and/or ironic in your partner. \n"
			else if (document.test.Q4[i].checked && document.test.Q4[i].value=="c")
				ms=ms+"\nWhen your partner is insecure, you are always taking care of him/her.\n"

			if (document.test.Q5[i].checked && document.test.Q5[i].value=="c")
                ms=ms+"\nYou want traditional relationship with your partner. Both of you communicating with each other by hearts.\n"
            else if (document.test.Q5[i].checked && document.test.Q5[i].value=="b")
				ms=ms+"\nYou do not want any secret between you and your partner. You and your partner is always discuss on each and every point.\n"
            else if (document.test.Q5[i].checked && document.test.Q5[i].value=="a")
				ms=ms+"\nYou are warmth and always in love. This kind of relationship you want to maintain with your partner.\n"
			else if (document.test.Q5[i].checked && document.test.Q5[i].value=="d")
				ms=ms+"\nYou want a long lasting relationship with your partner. That why you are thinking not only on present but on future.\n"

			if (document.test.Q6[i].checked && document.test.Q6[i].value=="d")
				ms=ms+"\nYou are caring person. You won't do any wrong thing after marriage.\n"
			else if (document.test.Q6[i].checked && document.test.Q6[i].value=="b")
				ms=ms+"\nYou will commit adultery. \n"

			else if (document.test.Q6[i].checked && document.test.Q6[i].value=="c")
					ms=ms+"\nYou shall not commit adultery. You are tolerant person.\n"
			else if (document.test.Q6[i].checked && document.test.Q6[i].value=="a")
					ms=ms+"\nYou have changing personality. You don't suit for marriage just because you don't want make commitment.\n"
				
			if (document.test.Q7[i].checked && document.test.Q7[i].value=="a")
            ms=ms+"\nYou don't think about happy marriage life now a days.\n"
			else if (document.test.Q7[i].checked && document.test.Q7[i].value=="b")
				ms=ms+"\nYour opinion about marriage is as a precious thing.\n"
		    else if (document.test.Q7[i].checked && document.test.Q7[i].value=="c")
				ms=ms+"\nYou love freedom. So you are afraid of marriage.\n"
            else if (document.test.Q7[i].checked && document.test.Q7[i].value=="d")
				ms=ms+"\nYou like marriage. But you don't know reality.\n"

			if (document.test.Q8[i].checked && document.test.Q8[i].value=="b")
				ms=ms+"\nYou are not ready to marry at this time. You can not do anything for it.\n"
			else if (document.test.Q8[i].checked && document.test.Q8[i].value=="c")
				ms=ms+"\nYou are self-fish. You think that when you need, love will get it easily.\n"
			else if (document.test.Q8[i].checked && document.test.Q8[i].value=="d")
				ms=ms+"\nYou like flirting. You don't want tied relationship with one person.\n"
	        else if (document.test.Q8[i].checked && document.test.Q8[i].value=="a")	
				ms=ms+"\nFor you Love is commitment for both parties.\n"
}
   
document.test.textarea1.value = ""
document.test.textarea1.value =ms
}

