/*
This script is copyright and may not be reproduced without permission. 
*/
document.write("<a href='http://www.dryitchyscalpremedies.com'>Beautiful Hair & Healthy Scalp Secrets & Remedies Ebook</a>");
document.write("<form name=wizard>");

for (var i=0;i< symptoms.length;i++) {
	if (symptoms[i].ingredients.length==0) {
		continue;	
	}
	document.write("<input type=checkbox value='");
	for (var uiii=0;uiii<symptoms[i].ingredients.length;uiii++) {
		document.write(symptoms[i].ingredients[uiii]+"-") ;
	}
	document.write("' >"+ symptoms[i].name + "<br>");
}
document.write("<input type=button value=\"Get My Results\" onclick=\"generatelist();\"><br><br>");

document.write("Your Results:<br><br> "+ 
"<div id=suggestarea style='width:400px;border:1px dotted blue;padding:10px'></div></form>"+
"<br><br>Remedies calculator Compliments of <a href='http://www.dryitchyscalpremedies.com/'>www.dryitchyscalpremedies.com</a>"+
"<br><br>Please note, any information given in this form is not intended to replace medical advice & we accept no liability for any action the user takes as a result.");