var arnews = new Array(8);
totcount = 8;
rnd = 1;
arnews[0]="Mortgage - Wikipedia, the free encyclopedia
";
arnews[0] += "A mortgage is the transfer of an interest in property (or the equivalent in law - a charge) to a lender as a security for a debt - usually a loan of money.";
arnews[0] += "
";
arnews[1]="Mortgage Rates Loan Compare Interest Rate Refinance Loans | Adjustable ...
";
arnews[1] += "Compare the best mortgage rate and loan interest rates for adjustable loans from Bankrate.com";
arnews[1] += "
";
arnews[2]="Compare Mortgage Rates | CD Rates | Credit Cards Home Equity Loans ...
";
arnews[2] += "Bankrate.com provides cd rates, mortgage loan rate quotes for home loans, mortgages, home equity loan, auto loans, and the best credit cards. Mortgage calculator and tax advice ...";
arnews[2] += "
";
arnews[3]="Mortgage Rates | Mortgage Calculator | Current Mortgage Rates
";
arnews[3] += "Find low home loan mortgage interest rates from hundreds of mortgage companies! Includes mortgage loan payment calculator, refinance, mortgage rate, refinance news and calculator ...";
arnews[3] += "
";
arnews[4]="Home Loans, Refinancing, New Home Financing: GMAC Mortgage
";
arnews[4] += "GMAC Mortgage is one of the largest mortgage lenders in the US. Apply for a mortgage, compare home loan programs and rates, refinance your current mortgage, including non ...";
arnews[4] += "
";
arnews[5]="Mortgage loan - Wikipedia, the free encyclopedia
";
arnews[5] += "A mortgage loan is a loan secured by real property through the use of a document which evidences the existence of the loan and the encumbrance of that realty through the granting ...";
arnews[5] += "
";
arnews[6]="Mortgage - Home Loans - Refinance - Mortgage Refinance - Mortgage ...
";
arnews[6] += "Request a home loan, mortgage refinance, home equity loan, auto loan, or other loan from LendingTree’s network of lenders who compete for your business.";
arnews[6] += "
";
arnews[7]="mortgage legal definition of mortgage. mortgage synonyms by the Free ...
";
arnews[7] += "A legal document by which the owner (i.e., the buyer) transfers to the lender an interest in real estate to secure the repayment of a debt, evidenced by a mortgage note.";
arnews[7] += "
";
totcount = 8;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("