

var quote=new Array();
quote[0]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"In today&rsquo;s turbulent market, pricing has taken on a new level of importance. Consumer lending executives need to appropriately price for profit and risk. Deposits executives need to price to achieve funding targets without giving away the farm.<br /> <img src="../images/blank.gif" width="1" height="7" /><br />These goals can only be achieved with an understanding of customer response to pricing -- a key insight that is missing from most pricing decisions today."</p><p><img src="../images/photo_khirallah.jpg" width="51" height="64"  align="left" /></p><p id="author"><b>&nbsp;Kathleen Khirallah,</b><br/>&nbsp;Managing Director and<br>&nbsp;Practice Leader of<br>&nbsp;the Banking Practice,<br>&nbsp;TowerGroup</p>';


quote[1]='<p><img src="../images/logo_hbos.gif" width="80" height="20" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Since working with Nomis Solutions we’ve achieved a step change in the financial performance of our personal loans business by using pricing strategically.<br /> <img src="../images/blank.gif" width="1" height="7" /><br />NPO lets us understand how customers will react to various rates and what the rates should be, letting us meet financial targets and customer needs more effectively and efficiently."</><p><img src="../images/photo_davidburke.jpg" width="" height=""  align="left" /></p><p id="author"><br><br><b>&nbsp;Dave Burke,</B><br>&nbsp;Senior Pricing Manager<br>&nbsp;of HBOS Personal Loans</p>';

quote[2]='<p><img src="../images/logo_rbc_home.gif" width="50" height="49" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"We&rsquo;re using NPO for unsecured lines of credit, with plans to extend it to other lines of business including auto financing. Effective loan pricing supports our &rsquo;full relationship&rsquo; banking model. By using analytic tools to dovetail our pricing and marketing strategies, we are able to understand where the customer sees value in the product."</p><p id="author"><b>Neil McLaughlin,</b><br />Head of Consumer Lending, Royal Bank of Canada</p>';

 quote[3]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"It is important to note that price optimization does not recommend or demand increasing all loan prices or decreasing all deposit prices. Rather, it requires a financial institution to understand a customer’s demand for products and services and their sensitivity to price."</p><p><img src="../images/photo_khirallah.jpg" width="51" height="64"  align="left" /></p><p id="author"><b>&nbsp;Kathleen Khirallah,</b><br/>&nbsp;Managing Director and<br>&nbsp;Practice Leader of<br>&nbsp;the Banking Practice,<br>&nbsp;TowerGroup<br><img src="../images/blank.gif" width="1" height="5" /><br /><img src="../images/photo_britting.jpg" width="51" height="64"  align="left" /></p><p id="author">&nbsp;and<br><b>&nbsp;Bobbie Britting,</b><br/>&nbsp;Senior Analyst,<br>&nbsp;Consumer Lending,<br>&nbsp;TowerGroup<br><br><em><a href="http://www.nomissolutions.com/news/towergroupreport_new.html">TowerGroup Report, Pricing Optimization: A Practical Guide to a Retail Bank Implementation</a></em></p>';   

quote[4]='<p><img src="../images/logo_americredit_sm.jpg" width="" height="" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Working with Nomis Solutions, AmeriCredit generated $18 million in profitability within one year of using the solution and projected $40 million over three years. NPO helped us improve our ability to execute on our pricing strategies and proactively manage the dynamic market."</p><p><img src="../images/Photo_tomschwartz.gif" width="50" height="60"  align="left" /></p><p id="author"><b>&nbsp;Tom Schwartz,</b><br/>&nbsp;Former Senior<br/>&nbsp;Vice President<br>&nbsp;of Operations Analytics,<br>&nbsp;AmeriCredit</p>';
 
quote[5]='<p>"This collaborative pricing model enables us to use pricing strategically to drive performance. We chose to work with Nomis Solutions because of their proven track record and experience in pricing optimization as well as their solid understanding of the auto finance business."</p><p><img src="../images/photo_kellymankin.jpg" width="50" height="61"  align="left" /></p><p id="author"><br><b>&nbsp;Kelly Mankin,</b><br/>&nbsp;Vice President<br>&nbsp;of Marketing,<br>&nbsp;Chrysler Financial</p>';
 

 quote[6]='<p>"Mis pricing leads to misallocation of resources and waste in the system. In the current situation, mis-pricing has lead to cataclysmic results.<br /> <img src="../images/blank.gif" width="1" height="7" /><br />Businesses that are going to make it and break through to the other side will have to use analytics to really understand their customers in a way that&rsquo;s beyond what they are doing today. <br /> <img src="../images/blank.gif" width="1" height="7" /><br />We are doing it at Cerberus because we know it’s critical to success."</p>  <p><img src="../images/Photo_JohnSwow.jpg" width="47" height="64" align="left"/></p><p id="author">&nbsp;<b>John William Snow</b><br />&nbsp;Chairman of Cerberus<br />&nbsp;Capital Management<br />&nbsp;and former Secretary<br />&nbsp;of the Treasury</p>';   


 
var speed=7000;    /*this is the time in milliseconds adjust to suit*/

var q=0;



function showQuote() {

     document.getElementById("quotes").innerHTML=quote[q];

     q++;

if(q==quote.length) {

     q=0;

  }

}

setInterval('showQuote()',speed);

