online payday loans for bad credit


Complete the necessary fields accurately so that your online loan is approved quickly


‘);
// }
//
//
// jQuery(‘#loadingStatus’).html(item+’

Please do not close this window while your request is being processed!

‘)
// setTimeout(displayStatus, 800);
// }
// }

function arrayRotate(arr, reverse){
if(reverse)
arr.push(arr.shift());
else
arr.unshift(arr.pop());
return arr;
}

function str_pad_left(string,pad,length) {
return (new Array(length+1).join(pad)+string).slice(-length);
}

var statuses2 = new Array();
for (var time = 0; time < 60*4; time++){ var minutes = Math.floor(time / 60); var seconds = time - minutes * 60; var finalTime = str_pad_left(minutes,'0',2)+':'+str_pad_left(seconds,'0',2); statuses2.push(finalTime); } var statusInterval = false; function displayStatus2(){ if (statusInterval){ clearTimeout(statusInterval); } try { statuses2 = arrayRotate(statuses2); var item = statuses2[0]; if (item){ if ( !jQuery('#loadingStatus2' ).length ) { jQuery('#applicationForm').parent().prepend(''); } jQuery('#loadingStatus2').html('

IMPORTANT

Please wait patiently, and do not close this page!
Processing your request could take up to 4 minutes.

Time Left:
‘+item+’

Please Note

  • Your loan request is been routed to several lenders for consideration.
  • If successful, you will receive a loan offer with terms and conditions to sign electronically
  • If you were not presented with a loan offer or this page times out, then you were not given a loan at this time.
  • If no loan is offered, you may be redirected to a 3rd party website where you will have the opportunity to complete a new loan request
  • We do not store or save any sensitive data you have supplied in your request, which is encrypted and only passed to a lender if they choose to offer you a loan.

‘).show();
//window.scrollTo({ top: 0, behavior: ‘smooth’ });
//jQuery(“#loadingStatus2”)[0].scrollIntoView();

statusInterval = setTimeout(displayStatus2, 1000);
}
}
catch (err) {
alert(err);
}
}

function checkABA(s) {
var i, n, t;
// First, remove any non-numeric characters.
t = “”;
for (i = 0; i < s.length; i++) { c = parseInt(s.charAt(i), 10); if (c >= 0 && c <= 9) t = t + c; } // Check the length, it should be nine digits. if (t.length != 9) return false; // Now run through each digit and calculate the total. n = 0; for (i = 0; i < t.length; i += 3) { n += parseInt(t.charAt(i), 10) * 3 + parseInt(t.charAt(i + 1), 10) * 7 + parseInt(t.charAt(i + 2), 10); } // If the resulting sum is an even multiple of ten (but not zero), // the aba routing number is good. if (n != 0 && n % 10 == 0) return true; else return false; } jQuery(function () { jQuery( ".datepicker" ).attr('readonly', 'readonly').css({'cursor':'pointer'}); jQuery('#incomeNextDate1').change(function(){ var d1 = new Date(jQuery(this).val()); var d2 = new Date(jQuery('#incomeNextDate2').val()); if (d1 >= d2){
alert(‘Your next paydate must be BEFORE your second paydate!’);
jQuery(this).val(”);
}
});

jQuery(‘#incomeNextDate2’).change(function(){
var d1 = new Date(jQuery(this).val());
var d2 = new Date(jQuery(‘#incomeNextDate1’).val());
if (d1 <= d2){ alert('Your second paydate must be AFTER your first paydate!'); jQuery(this).val(''); } }); jQuery('#bankAba').change(function(){ if (!checkABA(jQuery(this).val())){ alert('Invalid ABA/Routing Number!'); jQuery(this).val(''); jQuery(this).addClass('frm-error'); } else { jQuery(this).removeClass('frm-error'); } }); });


Latest posts by Jason Rathman (see all)

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *