function ValidateData() {
		if (document.forms[0].checkbox.checked)
		{
			
		}
		else {
			alert("Please make sure that you have read our Terms and Conditions and have checked the Terms and Conditions checkbox before clicking pay.");
			return false;
		}
  }