|

OUR PROMISE
You are going to love the way we do business.. We work with integrity, honesty, and accuracy. Our goal is your complete satisfaction!
Call,
Email,
or
send
your
contact
information
through
our
easy
online
form.
CLICK HERE to go to the form

PHONE
314-965-0933
EMAIL
info@internetloanplace.com
|
To
Protect Your Privacy
We ask only for your contact
information through the website.
We will contact you by
telephone, or meet with you in
person, for the other necessary
documentation and personal
information. Home or office
appointments are available.
|
|
|
|
|
|
MORTGAGE CALCULATORS
More FREE Calculators,Spreadsheets,flyers .....
");
msgWindow.document.writeln("");
msgWindow.document.writeln("This may take a few moments... ");
msgWindow.document.writeln("payment = $" + currency2str(payment));
msgWindow.document.writeln("");
msgWindow.document.writeln("| month | principal | interest | balance | ");
while (principal > 0.0)
{
var ip = 0.01 * Math.round(principal*int_rate/12);
if (payment > principal + ip) payment = principal + ip;
var pp = payment - ip;
var principal = principal + ip - payment;
count++;
msgWindow.document.write("| ");
msgWindow.document.write(count);
msgWindow.document.write(" | " + currency2str(pp));
msgWindow.document.write(" | " + currency2str(ip));
msgWindow.document.write(" | " + currency2str(principal));
msgWindow.document.writeln(" | ");
}
msgWindow.document.write(" ");
msgWindow.document.write(" | |