Printed fromJRCC.org
ב"ה

USD Donation

  • This form will be charged in  US dollars . All grants and charitable contributions $18 plus, are tax-deductible. A  US Tax receipt will be issued and Emailed to the Email noted.


  • Credit Card
  • American Friends of JRCC Inc is a non-profit organization. All grants and charitable contributions $18 plus, are tax-deductible. A Tax reciept will be issued and sent to the above name and address unless otherwise noted.

  • Should be Empty:
Secure This page uses TLS encryption to keep your data secure.
validate_email = function() { var frm = document.forms.topSubscribe; if (frm.email.value.indexOf('@', 0) == -1 || frm.email.value.indexOf('@', 0) == 0 || frm.email.value.indexOf('.', 0) == -1) { alert('Invalid Email Address.'); frm.email.focus(); frm.email.select(); return false; } else if(frm.fname.value == "") { alert('Please enter your name.'); frm.fname.focus(); frm.fname.select(); return false; } return true; };