function keepGoing() {	
	if ((document.getElementById('id-com.peopleclick.cp.formdata.FLD_CP_DISCLOSURE_TEST-1').checked))
	{ 
		return true;
	}
	else
	{
		var errorMessage = "Unless you acknowledge that you understand and agree with the disclosure statement, we cannot consider your materials.";
		document.getElementById('AgreeError').innerHTML = errorMessage;
		return false;
	}					
}
