Get your own loan calculator on your site

How about displaying this loan calculator on your own site ?

Simply copy-and-paste the code snippet below into your pages, somewhere between the and the tags. The widget is free to use and distribute provided that the copyright notice and links are left intact.

<!-- MORTGAGE LOAN CALCULATOR BEGIN -->
<script type="text/javascript">
mlcalc_default_calculator = 'loan_only';
mlcalc_currency_code = '';
mlcalc_amortization = 'year_nc';
mlcalc_purchase_price = '300,000';
mlcalc_down_payment = '10';
mlcalc_mortgage_term = '30';
mlcalc_interest_rate = '';
mlcalc_property_tax = '3,000';
mlcalc_property_insurance = '1,500';
mlcalc_pmi = '0.52';
mlcalc_loan_amount = '';
mlcalc_loan_term = '';
</script>
<script type="text/javascript">if(typeof jQuery == "undefined"){document.write(unescape("%3Cscript src='" + (document.location.protocol == 'https:' ? 'https:' : 'http:') + "//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));mlcalc_jquery_noconflict=1;};</script><div style="font-weight:normal;font-size:9px;font-family:Tahoma;padding:0;margin:0;border:0;text-align:center;background:transparent;color:#EEEEEE;width:300px;text-align:right;padding-right:10px;" class="mlcalc_d3d3LmxvYW4tY2FsY3VsYXRvci5jby56YQ==" id="mlcalcWidgetHolder"><script type="text/javascript">document.write(unescape("%3Cscript src='" + (document.location.protocol == 'https:' ? 'https:' : 'http:') + "//www.mlcalc.com/widget-wide.js' type='text/javascript'%3E%3C/script%3E"));</script>Powered by <a href="http://www.loan-calculator.co.za/" style="font-weight:normal;font-size:9px;font-family:Tahoma;color:#EEEEEE;text-decoration:none;" class="panelItem">Homeloans</a> <a href="http://www.mlcalc.com/" style="font-weight:normal;font-size:9px;font-family:Tahoma;color:#EEEEEE;text-decoration:none;" class="panelItem secondaryLink">Mortgage Calculator</a></div>
<!-- MORTGAGE LOAN CALCULATOR END -->