var quote=new Array();


quote[0]='<p>"Mis-pricing leads to misallocation of resources and wastes 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 />But, businesses that are going to make it and breakthrough to the other side are giong to have to use analytics to really understand their customers in a way that is beyond what they are doing today. <img src="../images/blank.gif" width="1" height="7" /><br /> <img src="../images/blank.gif" width="1" height="7" /><br />We are doing it at Cerberus because we know it is 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 of <br>&nbsp;the Tresury</p>';  
 
quote[1]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /> <img src="../images/blank.gif" width="1" height="7" /><br />"Bank executives are under immense pressure in today&#146;s environment and pricing is one of the key levers they can pull in order to immediately impact financial performance."</p><img src="../images/photo_silva.jpg" width="50" height="64" hspace="5" vspace="5" align="left" /><p id="author"><br><b>&nbsp;Ralph Silva</b><br />&nbsp;Research Director of the<br>&nbsp;European Banking Practice<br>&nbsp;<a href="http://www.towergroup.com" target="_blank">TowerGroup</a></p>';
 
quote[2]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /> <img src="../images/blank.gif" width="1" height="7" /><br />"The banking crisis and potential changes in the capital markets will force banks to get back to the basics, which includes gathering deposits and making loans. In both deposits and lending, this boils down to two fundamental questions where pricing and profitability analytics are going to be essential to finding the answers.<br> <img src="../images/blank.gif" width="1" height="7" /><br />First, who are the bank&#146;s depositors and what should the rate be?<br> <img src="../images/blank.gif" width="1" height="7" /><br />Second, who should financial institutions lend to and how much should they charge?<br> <img src="../images/blank.gif" width="1" height="7" /><br />Pricing optimization allows banks to manage revenue, profits and risk more effectively across both sides of the business."</p><img src="../images/photo_britting2.jpg" width="50" height="64" hspace="5" vspace="5" align="left"/><p id="author"><br><b>&nbsp;Bobbie Britting</b><br />&nbsp;Research Director of the <br>&nbsp;Consumer Lending Practice<br /><a href="http://www.towergroup.com" target="_blank">&nbsp;TowerGroup</a></p>';
   
quote[3]='<p><img src="../images/logo_ventana.jpg" width=" " height=" " /> <img src="../images/blank.gif" width="1" height="7" /><br />"Ventana Research anticipates that once the current challenging conditions in the financial services sector have eased, companies in banking and consumer finance will find themselves in an environment where managing profitability and controlling risk exposure is even more important than it was in the last cycle.<br> <img src="../images/blank.gif" width="1" height="7" /><br />In North America (especially the United States), the likely deleveraging of the balance sheets of both the financial services industry and consumers will heighten the necessity to eke out every basis point of yield from loan portfolios while still demonstrating a consistent ability to manage risk transparently."</p><img src="../images/photo_Kugal.jpg" width="55" height="55" hspace="5" vspace="5" align="left"/><p id="author"><br><b>&nbsp;Rob Kugal</b><br />&nbsp;SVP and Research Director, <br>&nbsp;Ventana Research<br /></p>';
 

quote[4]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /> <img src="../images/blank.gif" width="1" height="7" /><br />"In today&#146;s turbulent markets, pricing has taken on a new level of importance.<br><img src="../images/blank.gif" width="1" height="7" /><br />Consumer lending executives need to ensure they are appropriately pricing for profit and risk.<br> <img src="../images/blank.gif" width="1" height="7" /><br />Deposits executives need to price appropriately to achieve funding targets without &#146;giving away the farm.&#146;<br> <img src="../images/blank.gif" width="1" height="7" /><br />These goals can only be successfully achieved by using an understanding of customer response to pricing &mdash; a key insight that is missing from most pricing decisions today."</p><img src="../images/photo_khirallah.jpg" width="50" height="64" hspace="5" vspace="5" align="left"><p id="author"><b>&nbsp;Kathleen Khirallah</b><br />&nbsp;Managing Director and <br>&nbsp;Practice Leader of the <br>&nbsp;Banking Practice<br /> <a href="http://www.towergroup.com" target="_blank">&nbsp;TowerGroup</a></p>';


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

