function FormCheck() {
if (document.TheForm.Line1.value.length<1) { alert("This form cannot be processed because there is no intention written in. Please fill in the description and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "mom") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "Mom") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "mother") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "Mother") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "dad") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value == "father") { alert("This form cannot be processed because you have not put down the name of the person needing prayers. Please fill in the name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "mom") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "mom") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "Anonymous Anonymous") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "mother") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "Mother") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "dad") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "father") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "anonymous") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.sender.value == "Anonymous") { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.forwhom.value.length<1) { alert("This form cannot be processed because you have not put down the name. Please fill in your name (or initials) and then re-submit this form. If it is for yourself, you must write your name in that box."); return false; }
else if (document.TheForm.sender.value.length<1) { alert("This form cannot be processed because you have not put down your name. Please fill in your name (or initials) and then re-submit this form."); return false; }
else if (document.TheForm.location.value.length<1) { alert("This form cannot be processed because you have not put down where the person is. Please fill in the city/state and then re-submit this form."); return false; }
else if (document.TheForm.prayfor.value.length<1) { alert("This form cannot be processed because you have not put down the name of a person you will say a prayer for. Please fill that in and then re-submit this form."); return false; }
}
function EnterHere() {
document.write("<INPUT type=\"submit\" value=\"Enter Request\"><INPUT type=\"reset\" value=\"Clear\">");
}

