We're glad you could join us for Living Proof Live and thank you for your interest in The Greatest Journey discipleship program. After children receive Operation Christmas Child shoebox gifts, many are invited to participate in this 12-lesson course that teaches them how to follow Christ and share Him with others. As they share their faith with friends and family, churches grow and multiply!
For just $6, you can supply a child with a trained teacher/mentor as well as The Greatest Journey workbook, memory cards, a New Testament, and a graduation certificate.
“Through The Greatest Journey, we are raising up a new generation of evangelists.”Franklin Graham, President, Samaritan’s Purse
“Go therefore and make disciples of all the nations.”Matthew 28:19 (NKJV)
<!-- Children Total Amount $ 72 Donate Now --> Helpful LinksFrequently Asked Questions <!--The Greatest Journey Student Materials-->
Have questions or suggestions? Email occinfo@samaritan.org
Share This Page
// (function($){ // /our-ministry/check-out/?pc=013943&amt=72.00 // input-increment data-target-id="dis-input-count" // increment-up, increment-down var donationUrlSingle = '/our-ministry/check-out/?pc=013943&amt='; var donationUrlMonthly = '/our-ministry/check-out/?pc=013943&repeat=true&amt='; var perDonationCost = 6; function init() { incrementControls(); donationPopupControls(); donationUpdate(); } function incrementControls() { var classControl = 'input-increment'; var classIncUp = 'increment-up'; var classIncDown = 'increment-down'; var $control = $('.' + classControl); function increment(e) { var $this = $(e.target); var $parent = $this.parent(); // var $target = $('#' + $parent.data('target-id')); var $target = $("." + $parent.data("target-class")); var min = $parent.data('min'); var max = $parent.data('max'); var newValue = 0; if($this.hasClass(classIncUp)) { newValue = parseFloat($target.val()) + 1; if(typeof max == 'undefined') { $target.val(newValue); } else if(newValue = parseFloat(min)) { $target.val(newValue); } } // trigger the change event $target.change(); } // register the control events $control.find('.' + classIncUp).live("click",(increment)); $control.find('.' + classIncDown).live("click",(increment)); // map the keydown to the change event for input $control.each(function(index){ $this = $(this); $target = $('#' + $this.data('target-id')); $target.live("keyup", function(e){ $(this).change(); }); }); } function donationUpdate() { $('#dis-input-count1,#dis-input-count2').live("change", function(e){ var $this = $(e.target); var value = parseInt($this.val()); // force the value to non decimal value = !isNaN(value) ? value : 0 ; var total = value * perDonationCost; // -- update the display for dependant elements -- $this.val(value); $('#dis-checkout-total1,#dis-checkout-total2').text(total + ''); $('input.hidden-input-calc-amt').val(total + ''); }); } function donationPopupControls() { /* opens the discipleship form */ $('.action-donate').live("click", function(e){ if ($(this).attr("id")=="action-donate-monthly") { $('#donation-monthly').fadeIn(); e.preventDefault(); } if ($(this).attr("id")=="action-donate-single") { $('#donation-single').fadeIn(); e.preventDefault(); } if ($(this).attr("id")=="action-donate-single2") { $('#donation-single2').fadeIn(); e.preventDefault(); } }); /* closes the discipleship form */ $('#dis-checkout-close-single,#dis-checkout-close-single2,#dis-checkout-close-monthly').live("click", function(e){ $('#donation-single, #donation-single2,#donation-monthly').fadeOut(); e.preventDefault(); }); } //initialize it init(); if (window.location.href.indexOf("email_a")>0) { $('#donation-single').fadeIn(); } if (window.location.href.indexOf("email_b")>0) { $('#donation-monthly').fadeIn(); } }(jQuery));