4,603Kids!
35KKids
<!--201%
-->Donate Before Midnight, June 7!
<!--Praise God, we’ve exceeded our goal!
--> Children Total Amount $ 72 Donate Now Why $6 per child? <!-- Final Total: 29,703Praise God, we've exceeded our goal! Many thousands of children will be discipled through The Greatest Journey. Keep praying for more to join the journey.
--> Through The Greatest Journey, we are raising up a new generation of evangelists.Franklin Graham, President, Samaritan’s Purse
3 Days 35,000 KidsPartner with us between June 5–7 to give The Greatest Journey discipleship materials to 35,000 more shoebox recipients. Through this 12-lesson course, children learn how to follow Christ and share Him with others. Just $6 provides one child with colorful, child-friendly Bible study materials, a graduation certificate, a New Testament in their own language, and a trained teacher/mentor in their community. Help us meet our goal by midnight, June 7!
Children Total Amount $ 72 Donate Now Why $6 per child? Show your support on social media.Profile Image
<!--80 x 80
--> <!--Description Here
-->Cover Image
<!--
Description Here
-->Billboard
<!--1200 x 1200
--> <!--Description Here
-->Billboard
<!--1200 x 1200
--> <!--Description Here
-->Billboard
<!--1200 x 1200
--> <!--Description Here
-->Share this campaign!
// (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));