var quote=new Array();




quote[0]='<p>"Pricing optimization is enabling bank executives to use pricing as a strategic weapon to meet their corporate objectives and to become more customer-centric in their decision making."</p><img src="../images/photo_cto.jpg" width="50" height="64" hspace="5" vspace="5" align="left"/><p id="author"><b>&nbsp;Dr. Robert L. Phillips,</b><br />&nbsp;Chief Science Officer <br>&nbsp;Vice President, Research<br>&nbsp;&amp; Development, Author of <br />&nbsp;<a href="../book.html">Pricing and Revenue Optimization</a></p>';
 
quote[1]='<p>"A new, collaborative pricing model enables us to take a more proactive approach and use pricing strategically to drive performance. We chose to work with the Nomis Solutions team because of their proven track record and experience in pricing optimization as well as their solid understanding of the auto finance business."</p><img src="../images/photo_kmankoff.jpg" width="50" height="64" hspace="5" vspace="5" align="left" /><p id="author"><br><b>&nbsp;Kelly Mankin,</b><br />&nbsp;Vice President<br>&nbsp;of Marketing,<br>&nbsp;Chrysler Financial</p>';
 
quote[2]='<p>"Mis-pricing leads to misallocation of resources and waste in the system. In the current situation, mis-pricing has lead to cataclysmic results. Businesses that are going to make it and break through to the other side are going to have to use analytics to really understand their customers in a way that&#146;s beyond what they are doing today. We are doing it at Cerberus because we know it&#146;s critical to success."</p><img src="../images/Photo_JohnSwow.jpg" width="50" height="64" hspace="5" vspace="5" align="left"/><p id="author"><b>&nbsp;John William Snow,</b><br />&nbsp;Chairman of Cerberus<br>&nbsp;Capital Management<br />&nbsp;and former Secretary<br>&nbsp;of the Treasury</p>';

quote[3]='<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>';  
   




var speed=9000;    /*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);

