<table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="550" BGCOLOR="#4BEA1E">
<tr>
<td WIDTH="100%"><table BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<tr>
<td WIDTH="100%" BGCOLOR="#7909C4"><p align="center"><font face="Arial Narrow" size="6"
color="#FFFFFF">The Lender's Network</font><font face="Arial Narrow" size="6"> </font><font
face="Arial Narrow" size="6" color="#FFFFFF">Mortgage Specialists </font></p>
<p align="center"><font face="Arial Narrow" size="5" color="#FFFFFF">For U.S.A. Homeowners
Only</font><font face="Arial Narrow" size="5"> <br>
</font><font face="Arial Narrow" size="5" color="#FFFFFF"><i>Save Now!</i></font><font
face="Arial Narrow" size="5"> </font></p>
<p align="center"><strong><font color="#FFFFFF" face="Arial Narrow" size="4"><i>We Shop
The Best Loan For You!</i> </font></strong></td>
</tr>
</table>
<p align="left"><font face="Arial Narrow"><b>The Lenders Network is a 100% free service</b>
which lets you shop for a mortgage conveniently and securely from the comfort of your
home. Using our vast network of lenders across the U.S., we will search our database of
loan programs for the best loans that fit your needs. Even if you're currently
working with another lender or have been turned down before, we can still help. </font>
</p>
<p align="left"><font color="#000000" face="Arial Narrow"><b>Our loan programs can get you
the cash you need for:</b></font> </p>
<ul>
<li><font face="Arial Narrow">Debt Consolidation</font></li>
<li><font face="Arial Narrow">2nd Mortgage</font></li>
<li><font face="Arial Narrow">Refinance</font></li>
<li><font face="Arial Narrow">Credit Repair</font></li>
<li><font face="Arial Narrow">Home Improvement</font></li>
<li><font face="Arial Narrow">New Car</font></li>
<li><font face="Arial Narrow">Dream Vacation</font></li>
<li><font face="Arial Narrow">College Tuition</font></li>
<li><font face="Arial Narrow">To start a new business <b><i><font color="#0000FF">..and
much, much more!</font></i></b></font></li>
</ul>
<p align="center"><font color="#000000" face="Arial Narrow"><b>Funding borrowers with less
than perfect credit is our specialty!</b></font> </p>
<p align="center"><font size="+1" color="#0000FF" face="Arial Narrow"><b>Incredibly low
monthly payments</b></font> </p>
<p align="center"><font face="Arial Narrow">We can get you the loan you need. </font>
<br>
<font face="Arial Narrow">Regardless of whether you have good or bad credit, we can help
you.</font> </p>
<p align="center"><b><font face="Arial Narrow">Ready to get started? </font></b> <br>
<font face="Arial Narrow">Simply fill out the form below, and we'll begin shopping for
your loan. It's that easy! </font> </p>
<p align="center"><font size="+1" color="#0000FF" face="Arial Narrow"><b><i>Free Mortgage
Quote</i></b></font> <br>
<script language="JavaScript">
<!--
function validate_form() {
validity = true; // assume valid
if (!check_empty(document.form.Name.value))
{ validity = false; alert('Name field is empty!'); }
if (!check_empty(document.form.HPhone.value))
{ validity = false; alert('Home Phone field is empty!'); }
if (!check_empty(document.form.PropertyValue.value))
{ validity = false; alert('Property Value field is empty!'); }
if (!check_empty(document.form.PurchasePrice.value))
{ validity = false; alert('Purchase Price field is empty!'); }
if (!check_empty(document.form.YearAcquired.value))
{ validity = false; alert('Year Acquired field is empty!'); }
if (!check_empty(document.form.Mort1AmtOwed.value))
{ validity = false; alert('First Mortgage Balance Field is empty!'); }
if (!check_empty(document.form.Mort1InterestRate.value))
{ validity = false; alert('First Mortgage Interest Rate field is empty!'); }
if (!check_empty(document.form.BorrowRequest.value))
{ validity = false; alert('Amount You Wish To Borrow field is empty!'); }
if (!check_empty(document.form.MonthlyGrIncome.value))
{ validity = false; alert('Gross Monthly Income field is empty!'); }
(validity)
alert ("Thank you for your registration! "
+ "Your form is now being passed to your browser's "
+ "Mail Delivery Sub-System for NORMAL"
+ " NON-ENCRYPTED email delivery."
+ " All email addresses are removed from our system"
+ " upon registration. Please click OK to proceed");
return validity;
}
function check_empty(text) {
return (text.length > 0); // returns false if empty