<!--  hide script from old browsers
var total = 0;
function clearForm(form)
{
	 form.answer1.value = "0"
	 form.answer2.value = "0"
	 form.answer3.value = "0"
	 form.answer4.value = "0"
	 form.answer5.value = "0"
	 form.answer6.value = "0"
	 form.answer7.value = "0"
	 form.answer8.value = "0"
	 form.answer9.value = "0"
	 form.answer10.value = "0"
	 form.answer11.value = "0"
	 form.answer12.value = "0"
	 form.answer13.value = "0"
	 form.answer14.value = "0"
	 form.answer15.value = "0"
	 form.answer16.value = "0"
	 form.answer17.value = "0"
	 form.answer18.value = "0"
	 form.answer19.value = "0"
	 form.answer20.value = "0"
}
function getTotal (form)	{
        if (form.answer1.checked)	{
        	ans1  = 1;
        	}else{
        			ans1 = 0;
        }
        
        if (form.answer2.checked)	{
        	ans2  = 1;
        		}else{
        			ans2 = 0;
        }
        
        if (form.answer3.checked)	{
        	ans3 = 1;
        	}else{
        			ans3 = 0;
        }
        
        
        if (form.answer4.checked)	{
        	ans4 = 1;
        	}else{
        			ans4 = 0;
        }
        
        
        if (form.answer5.checked)	{
        	ans5 = 1;
        	}else{
        			ans5 = 0;
        }
        
        
        if (form.answer6.checked)	{
        	ans6 = 1;
        	}else{
        			ans6 = 0;
        }
        
        
        if (form.answer7.checked)	{
        	ans7 = 1;
        	}else{
        			ans7 = 0;
        }
        
        
        if (form.answer8.checked)	{
        	ans8 = 1;
        	}else{
        			ans8 = 0;
        }
        
        
        if (form.answer9.checked)	{
        	ans9 = 1;
        	}else{
        			ans9 = 0;
        }
        
        
        if (form.answer10.checked)	{
        	ans10 = 1;
        	}else{
        			ans10 = 0;
        }
        
        
        if (form.answer11.checked)	{
        	ans11 = 1;
        	}else{
        			ans11 = 0;
        }
        
        
        if (form.answer12.checked)	{
        	ans12 = 1;
        	}else{
        			ans12 = 0;
        }
        
        
        if (form.answer13.checked)	{
        	ans13 = 1;
        	}else{
        			ans13 = 0;
        }
        
        
        if (form.answer14.checked)	{
        	ans14 = 1;
        	}else{
        			ans14 = 0;
        }
        
         if (form.answer15.checked)	{
        	ans15 = 1;
        	}else{
        			ans15 = 0;
        }
        
         if (form.answer16.checked)	{
        	ans16 = 1;
        	}else{
        			ans16 = 0;
        }
        
         if (form.answer17.checked)	{
        	ans17 = 1;
        	}else{
        			ans17 = 0;
        }
        
         if (form.answer18.checked)	{
        	ans18 = 1;
        	}else{
        			ans18 = 0;
        }
        
         if (form.answer19.checked)	{
        	ans19 = 1;
        	}else{
        			ans19 = 0;
        }
        
         if (form.answer20.checked)	{
        	ans20 = 1;
        	}else{
        			ans20 = 0;
        }


	form.total.value = eval(ans1+ans2+ans3+ans4+ans5+ans6+ans7+ans8+ans9+ans10+ans11+ans12+ans13+ans14+ans15+ans16+ans17+ans18+ans19+ans20)
	
}


function getComment(form)	{

total = getTotal(form);

			if(form.total.value < 1)	
  		 	form.total.value = "Since you believe that none of these statements apply to you, it's very likely you splash way too much fake butter on your movie theater popcorn, have chapped lips, and wear a hairless rabbit's foot around your neck. However, you are not possessed.";

  			 else if  
   				(form.total.value > 0 && form.total.value < 4) 	
   				form.total.value ="You're about as close to being possessed as a shark with dentures. But, be sure to stay narrow-minded so you don't hurt yourself. And stop eating those smart pills, they're giving you brain tumors.";

  			 else if  
   				(form.total.value > 3 && form.total.value < 6) 	
   				form.total.value ="That's it? Are you serious? You need to spend more time on your conjuring skills and spell memorization. And remember these famous words of Confucius who once said, 'Crowded elevator smell different to midgets.'";

  			 else if 
 				(form.total.value > 5 && form.total.value < 9) 
   				form.total.value ="Although you're exhibiting a few preliminary signs of demonic possession, it wouldn't be prudent to contact the pope just yet. At this point, you probably just forgot to pay your brain bill.";

   			 else if	
				(form.total.value > 8 && form.total.value < 12) 
   				form.total.value ="You are simply an unsterilized needle on the hypodermic of life. However, with plenty of green pea soup, along with a bit more malicious mischief and gratuitous profanity, you should soon become something loathsome, disgusting and very nasty.";

   			 else if	
				(form.total.value > 11 && form.total.value < 14) 
   				form.total.value ="Fully possessed you are not, but those deep wounds that keep ripping their way through the surface of your skin may be an indication that you should think about changing your plans to visit the Vatican.";  

   			 else if	
				(form.total.value > 13 && form.total.value < 17) 
   				form.total.value ="If you don't yet own a regurgitation bib, now would be a good time to put one on layaway, you may need it in the near future. In the meantime, practice your evocation chants and see how far you can shove your finger down your throat without spewing.";  

   			 else if	
				(form.total.value > 16 && form.total.value < 19) 
   				form.total.value ="You are what we refer to in the world of the supernatural as a 'tormentor wannabe.' You've got everything it takes except for one of the most important elements in the possession process: a real demon. It would help things along if you listened to a bit more rap music...";

   			 else if	
				(form.total.value > 18 && form.total.value < 20) 
   				form.total.value ="A person who looks like one, cusses like one, and even pukes like one, ain't necessarily one. We'll just say you have 'possession without representation' until you can prove otherwise. You're about one step away from the real thing, but you gotta have faith. Or, errr, maybe not.";

                           else 
				form.total.value ="You are undeniably a foul-mouthed, clergy hating, boil producing, mischief-making, pea soup heaving demon host and prevaricator of all truth. May your soul arrive in hell an hour before it freezes over! Evil spirit come OUT! Out I say! The power of Christ compels you! *shrugs* Oh well...";	

}
// end hiding contents -->

