function check_tandc() {
	if (document.registerform.tc_agree.checked == false)	{
		alert ('You must agree to our Terms & Conditions before registering with MakeAnEntrance');
		return false;
	} else { 	
		return true;
	}
}