Free tools for Realtors®, real estate

sales agents and brokers

Order a Realty Sticker™ - Only $17.95

View Cart   

Check Out
 
 

 

 

 

 

Customer Comments

""

 

 

Sales Email Notification

Enter email address
Subscribe
Unsubscribe   

 

 

 

Affiliate Login

Username

Password

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Add to favorites

 

 

This site provides up to 256-bit SSL encryption, the highest level of protection for internet communications, credit card use and financial transactions.

 

Terms of use, Privacy Policy, Affiliate Agreement

   

 

Free Mortgage Calculator

 

MORTGAGE CALCULATOR

Do not use commas

Loan Amount:

Term in Years:

Annual Tax:

Annual Insurance:

Interest Rate:

Monthly Principal and Interest:
Monthly Tax:
Monthly Insurance:
Total Payment:

All figures are estimates

www.RealtySticker.com

 

 

Instructions
Copy and paste the code below in NOTEPAD first. Then copy & cut from NOTEPAD to anywhere between the <body> </body> tags on your website. You can customize the look anyway you like. Just play around with the colors, font styles, etc. Do not however, change the first part of the code.

 

<script LANGUAGE="JavaScript">
<!--
// Mortgage calculator code
function floor(number)
{
return Math.floor(number*Math.pow(10,2))/Math.pow(10,2);
}

function dosum()
{
var mi = document.temps.IR.value / 1200;
var base = 1;
var mbase = 1 + mi;

for (i=0; i<document.temps.YR.value * 12; i++)
{
base = base * mbase
}

document.temps.PI.value = floor(document.temps.LA.value * mi / ( 1 - (1/base)))
document.temps.MT.value = floor(document.temps.AT.value / 12)
document.temps.MI.value = floor(document.temps.AI.value / 12)

var dasum = document.temps.LA.value * mi / ( 1 - (1/base)) +
document.temps.AT.value / 12 +
document.temps.AI.value / 12;

document.temps.MP.value = floor(dasum);
}
// -->
</script>

<!-- Can change to customize -->


<table WIDTH="157" BORDER="1" CELLSPACING="0" CELLPADDING="2" bordercolor="#95ACCC" style="border-collapse: collapse" height="170">
<tr>
<td width="183" height="1" align="center" style="border-bottom-style: none; border-bottom-width: medium" bgcolor="#006699">
<b>
<font face="Verdana" color="#EFEFEF" size="1">MORTGAGE
CALCULATOR</font></b></td>
</tr>
<tr>
<td width="183" bgcolor="#EFEFEF" class="body_copy" align="left" style="border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium" height="1">
<p align="center">
<font face="Verdana" style="font-size: 7pt" color="#C3C3C3">
Do not use commas</font></td>
</tr>
<form method="POST" name="temps">
<tr>
<td width="183" height="185" bgcolor="#FFFFFF" style="border-top-style: none; border-top-width: medium">

<table border="0" background="" width="174" cellspacing="0" ALIGN="CENTER" height="106">
<tr>
<td width="92" align="center" class="body_copy" height="15" bgcolor="#EFEFEF">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Verdana" style="font-size: 7pt" color="#333333">Loan Amount: </font> </td>
<td width="85" align="center" class="body_copy" height="15" bgcolor="#EFEFEF">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Verdana" style="font-size: 7pt" color="#333333">Term in Years:</font></td>
</tr>
<tr>
<td width="92" align="center" bgcolor="#EFEFEF" height="16">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#333333" face="Verdana" style="font-size: 7pt">
<input type="TEXT" name="LA" class="body_copy" size="7" value="289900" onChange="dosum()" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
<td width="85" align="center" bgcolor="#EFEFEF" class="body_copy" height="16">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#333333" face="Verdana" style="font-size: 7pt">
<input type="TEXT" name="YR" class="body_copy" onChange="dosum()" size="6" value="30" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
</tr>
<tr>
<td width="92" align="center" class="body_copy" height="14" bgcolor="#EFEFEF">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Verdana" style="font-size: 7pt" color="#333333">Annual Tax:</font></td>
<td width="85" align="center" class="body_copy" height="14" bgcolor="#EFEFEF">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Verdana" style="font-size: 7pt" color="#333333">Annual Insurance:
</font>

</td>
</tr>
<tr>
<td width="92" align="center" bgcolor="#EFEFEF" height="16">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#333333" face="Verdana" style="font-size: 7pt" size="1">
<input type="TEXT" name="AT" class="body_copy" size="6" value="1854" onChange="dosum()" style="border:1px solid #006699; background-color:#efefef"></font></td>
<td width="85" align="center" bgcolor="#EFEFEF" height="16">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#333333" face="Verdana" style="font-size: 7pt" size="1">
<input type="TEXT" name="AI" class="body_copy" size="6" value="500" onChange="dosum()" style="border:1px solid #006699; background-color:#efefef"></font></td>
</tr>
<tr>
<td width="92" align="center" bgcolor="#EFEFEF" height="13">
<p style="margin-top: 0; margin-bottom: 0">
<font face="Verdana" style="font-size: 7pt" size="1" color="#333333">Interest Rate:</font></td>
<td width="85" align="center" bgcolor="#EFEFEF" height="13">
<p style="margin-top: 0; margin-bottom: 0"> </td>
</tr>
<tr>
<td width="92" align="center" bgcolor="#EFEFEF" height="20">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#FFFFFF" face="Verdana" style="font-size: 7pt" size="1">
<input type="TEXT" name="IR" class="body_copy" size="6" value="6.0" onChange="dosum()" style="border:1px solid #006699; background-color:#efefef"></font></td>
<td width="85" align="center" bgcolor="#EFEFEF" height="20">
<p style="margin-top: 0; margin-bottom: 0">
<font color="#FFFFFF">
<input type="BUTTON" value="Calculate" onClick="dosum()" name="BUTTON" style="color: #FFFFFF; font: 10px Verdana; background-color: #006699;"></font></td>
</tr>
</table>
<table border="0" background="" width="100%" cellspacing="0" ALIGN="CENTER" height="52">
<tr>
<td width="51%" height="20" background="" bgcolor="#FFFFFF" class="text1">
<font face="Verdana" size="1" color="#333333">Monthly Principal and Interest:</font></td>
<td height="20" align="center" width="49%" bgcolor="#FFFFFF">
<font size="1" face="Verdana">
<input type="TEXT" name="PI" class="body_copy" size="10" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
</tr>
<tr>
<td width="51%" background="" bgcolor="#FFFFFF" class="text1" height="15">
<font face="Verdana" size="1" color="#333333">Monthly Tax:</font></td>
<td align="center" width="49%" bgcolor="#FFFFFF" height="15">
<font size="1" face="Verdana">
<input type="TEXT" name="MT" class="body_copy" size="10" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
</tr>
<tr>
<td width="51%" background="" bgcolor="#FFFFFF" class="text1" height="1">
<font face="Verdana" size="1" color="#333333">Monthly Insurance:</font></td>
<td align="center" width="49%" bgcolor="#FFFFFF" height="1">
<font size="1" face="Verdana">
<input type="TEXT" name="MI" class="body_copy" size="10" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
</tr>
<tr>
<td width="51%" height="13" bgcolor="#95ACCC" class="text1">
<font face="Verdana" size="1" color="#333333">Total Payment:</font></td>
<td height="13" align="center" width="49%" bgcolor="#95ACCC">
<font size="1" face="Verdana">
<input type="TEXT" name="MP" class="body_copy" size="10" style="border:1px solid #006699; background-color:#efefef">
</font>
</td>
</tr>
</table>
<table border="0" width="100%" background="" cellspacing="0" ALIGN="CENTER">
<tr>
<td width="100%" class="text1" bgcolor="#FFFFFF">
<p align="center">
<font face="Verdana" color="#C3C3C3" size="1">
All figures are estimates</font><font size="1">
</font>
</td>
</tr>


<tr>
<td width="100%" class="text1" bgcolor="#FFFFFF">
<p align="center"><font face="Verdana" size="1" color="#0000FF">Get more leads
with...</font></td>
</tr>
<tr>
<td width="100%" class="text1" bgcolor="#FFFFFF">
<p align="center">
<font face="Verdana" size="1">
<a target="_blank" href="http://www.realtysticker.com" style="text-decoration: none">
RealtySticker.com</a></font></td>
</tr>
</table>
</td>
</tr>


</form>
</table>

 

<!-- End can change to customize -->

 

 

 

 

 

 

 

 

 

 

 

Copyright© RealtySticker.com. All Rights Reserved.

The term REALTOR® and its membership mark "R" logo is a federally registered collective membership mark owned by the NATIONAL ASSOCIATION OF REALTORS®. REALTOR® is a federally registered collective membership mark which identifies a real estate professional who is a Member of the NATIONAL ASSOCIATION OF REALTORS®. QUANTITY DISCOUNT SPECIALS valid only for a limited time and can only apply to the same personalized order.