//   georgia-health-insurance_js.js
function onLoadGo() {
	setTab('quotes');
	if (errMsg.length > 0) {
		alert(errMsg);
	}
	if (destination.length > 0) {
		if(confirm('Click OK to be taken to eHealthInsurance to get your quotes.')) {
			 window.open (destination, 'eHealthInsurance','location=1,status=1,scrollbars=1,toolbar=1,menubar=1,resizable=1,directories=1,width=1012,height=641');
		 };

	}
}