');
// }
//
//
// 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
');
}
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.
\
\
');
setTimeout(displayStatus2, 1000);
}
}
catch (err) {
}
}
function checkABA(s) {
var i, n, t;
// First, remove any non-numeric characters.
t = "";
for (i = 0; i = 0 && c = 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