// Fixes dropdown menu CSS hover pseudo-class in IE

sfHover = function() {
	var sfEls = document.getElementById("nav_main").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

// Random Text Quotes

var theQuotes = new Array(); // do not change this



theQuotes[0] = 'Loan-Score&#146;s solution allows our customers to visit our new broker portal, run product and pricing scenarios, upload a 1003, pull or re-pull credit, return a decision, submit lock requests and receive underwriting approvals while at the point-of-sale.<span class="byline"> Shane O&#146; ODell <br /> SVP of Production <br /> United Residential Lending </span>'  

theQuotes[1] = 'We tried using different PPE vendors in the past, but they were unable to deliver the depth of value that Loan-Score&#146;s combined PPE and AUS solution brings to our loan officer network, realtors, brokers, banks and credit union partners.<span class="byline">Jerry Poole<br />Vice President<br />Capital Direct Financial, Inc.</span>'

theQuotes[2] = 'The expected cost savings Loan-Score can deliver to our customers, among other efficiencies, is very compelling. <span class="byline"> Dennis Boggs <br /> SVP <br /> Calyx Software</span>'


theQuotes[3] = 'The tight integration between Loan-Score&#146;s POS and DataTrac&#146;s LOS was the single most important factor in our decision to engage with them.<span class="byline">Steve Pavlos<br />CIO<br />Pinnacle Capital Mortgage Corp.</span>'

theQuotes[4] = 'Global DMS is proud to partner with Loan-Score to address the industry&#146;s needs and provide a true end-to-end solution that addresses not only HVCC and FHA guidelines, but also the best practices that serve as the foundation for other pending regulations.  <span class="byline"> Vladimir Bien-Aime <br /> President <br /> Global DMS </span>'


theQuotes[5] = 'Loan-Score&#146;s instant approval solution is a tool that will certainly catapult their customers to the head of the pack when it comes to not only providing high quality customer service, but also with real time decisioning and pricing.<span class="byline">Rob Katz<br />President<br />Del Mar DataTrac</span>'

theQuotes[6] = 'Loan-Score&#146;s advanced AUS solution adds value to our customers who want to take advantage of true automated underwriting integrated directly from our loan processing system.<span class="byline">Lionel Urban<br />President<br />PCLender, Inc.</span>'


theQuotes[7] = 'Loan-Score and LSSI&#146;s orchestration of business services enables customer&#146;s to improve efficiencies via transparency of communication, integration and the fluid exchange of data from our system to theirs.<span class="byline">Cary Burch<br />Chairman &amp; CEO<br />LSSI</span>'

theQuotes[8] = 'We&#146;ve searched for a solution that would provide our brokers cutting-edge tools to make their jobs easier in this challenging market. After evaluating vendors, we determined Loan-Score&#146;s model to be the best fit for our needs, and we believe Loan-Score&#146;s solution will give our brokers a competitive edge.<span class="byline">Kevin Parra<br />CEO<br />Plaza Home Mortgage, Inc.</span>'


theQuotes[9] = 'We were initially looking to purchase a standalone PPE, but after evaluating the benefits of Loan-Score&#146;s integrated PPE and AUS solution, it became clear that the combination of these technologies delivers a more accurate, profitable and complete decisioning result that our customers can trust.<span class="byline">Kevin Heckemeyer<br />President<br />Mortgage Bank of California</span>'

theQuotes[10] = 'Global DMS is proud to partner with Loan-Score&#146 to address the industry’s needs and provide a true end-to-end solution that addresses not only HVCC and FHA guidelines, but also the best practices that serve as the foundation for other pending regulations.<span class="byline"> Vladimir Bien-Aime <br />President<br /> Global DMS </span>'

theQuotes[11] = 'We evaluated the usual covey of out-of-the-box product and pricing engine (PPE) vendors on the market today, but none of them were able to offer the breath of decisioning capability that Loan-Score delivers. <span class="byline"> Kevin Marconi <br /> COO <br /> United Fidelity Funding </span>'

theQuotes[12] = 'What we love about Loan-Score is that their solution encompasses both a product and pricing engine (PPE) and an automated underwriting system (AUS), which enables us to return accurate pricing and product eligibility along with an actual automated underwriting approval.<span class="byline"> Ali Vafai <br /> Managing Director <br /> Bay Equity, LLC </span>'

theQuotes[13] = 'The implementation of Loan-Score&#146;s PPE and AUS assists us in delivering on our brand promise by using leading broker-facing tools and instant, accurate decisioning.  <span class="byline"> Glenn Stearns <br /> Chairman<br /> Stearns Lending, Inc.</span>'


theQuotes[14] = 'We selected Loan-Score because of the depth their AUS and PPE offers and their proven integration with DataTrac.<span class="byline"> Shane O&#146; ODell <br /> SVP of Production <br /> United Residential Lending </span>'


theQuotes[15] = 'Loan-Score&#146;s AUS essentially serves as an underwriting &#146; deal filter&#146; at the point-of-sale.   <span class="byline"> Joe Pennington <br /> EVP <br /> Sierra Pacific Home Loans</span>'

theQuotes[16] = 'The accuracy and quality that the solution controls is huge for our business, our investors and our warehouse lenders. <span class="byline"> Joe Pennington <br /> EVP <br /> Sierra Pacific Home Loans</span>'

theQuotes[17] = 'Loan-Score is always extremely receptive to our ideas, their service is outstanding, and their staff is friendly and knowledgeable.  <span class="byline"> Kevin Marconi <br /> COO <br /> United Fidelity Funding </span>'

theQuotes[18] = 'With Loan-Score, we also do not have to add lots of staff since their AUS handles the bulk of our underwriting in an automated manner.  This allows our underwriters to quickly review files and move them to funding. <span class="byline"> Kevin Marconi<br /> COO <br /> United Fidelity Funding </span>'

theQuotes[19] = 'Since launching operations in May of 2008 and implementing Loan-Score, we have grown to originating several billion dollars a year.  We attribute much of this success to the utilization of Loan-Score&#146;s PPE, AUS and Broker Portal.  <span class="byline"> Robert Boliard <br /> CFO <br /> Pinnacle Capital Mortgage</span>'

theQuotes[20] = 'Loan-Score&#146;s platform has enabled us to increase our pull through rate, speed up turn times, reduce loan acquisition costs, and allow us to better compete.  <span class="byline"> Robert Boliard <br /> CFO <br /> Pinnacle Capital Mortgage</span>'

theQuotes[21] = 'The value in Loan-Score&#146;s AUS puts them head and shoulders above their competition, and the company as a whole knows how to provide excellence in service to its clients. <span class="byline"> Robert Boliard <br /> CFO <br /> Pinnacle Capital Mortgage</span>'



var j = 0
var p = theQuotes.length;

var whichQuote = Math.round(Math.random()*(p-1));

function showQuote(){
document.write(theQuotes[whichQuote]);
}
