<!--
var r_text = new Array ();
r_text[0] = "8 out of 10 American businesses lease equipment.";
r_text[1] = "Due to technological updates in equipment, leasing is becoming more and more popular.";
r_text[2] = "LCA offers flexible financing options ($0 down, Deferred). Your customer's monthly payment remains constant through a lease.";
r_text[3] = "Small, private companies that are not large enough to purchase equipment outright, benefit from leasing(elfaonline.com).";
r_text[4] = "Equipment leasing allows a business venture to borrow precisely the amount they plan to spend on the necessary items (elfaonline.com).";
r_text[5] = "A company can conserve cash by leasing equipment as opposed to purchasing (elfaonline.com).";
r_text[6] = "IRS Tax Code Section 179 offers a tax benefit to commercial customers who had a profitable year up to the amount of the deduction they wish to claim.";
r_text[7] = "Leased equipment is considered an 'expense' on operating leases. Such assets do not appear on balance sheets which improves financial ratios.";
r_text[8] = "In a poll of SBA (Small Business Association) members, 84% agree that leasing equipment is a good business strategy (elfaonline.com).";
r_text[9] = "Leasing allows a predictable replacement cycle for the equipment (elfaonline.com).";
r_text[10] = "By offering a monthly payment, your customer can afford more equipment without the large up-front budget cost.";
r_text[11] = "Customer can pay as little as zero down to lease the equipment.";
var i = Math.round(11*Math.random());

document.write(r_text[i]);

//-->