// JavaScript Document
	function hsa_ok() {
		var r=confirm("You must have a HDHP (high deductible health plan) to have a health savings account.\n\r Press OK to continue.");
		if (r==true) {
			return true;
			} else {
			return false;
			}
	}