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 />"innovative banks have adopted price optimization solutions to improve financial performance through a better understanding of how customers value their products.<br /> <img src="../images/blank.gif" width="1" height="7" /><br />This approach is an excellent first step towards enabling the Holy Grail in banking, which is Relationship-based Pricing."</p><img src="../images/photo_silva.jpg" width="50" height="64" hspace="5" vspace="5" align="left"/><p id="author"><b>&nbsp;Ralph Silva</b><br />&nbsp;Senior Analyst,<br>&nbsp;European Banking<br />&nbsp;and Payments <br />&nbsp;TowerGroup</p>';  
 
   quote[1]='<p><img src="../images/forrester.jpg" width="94" height="31" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Retail FSIs must build new pricing strategies that incorporate price elasticity of demand, individual relationship value, multiple consumer inputs, and dynamic pricing capabilities. <br /> <img src="../images/blank.gif" width="1" height="7" /><br />The vendor marketplace is opening up, and there are several software firms that offer tools and consulting to help FSIs get started."</p><p id="author"><b>Mary Pilecki</B><br />Senior Research Analyst,<br />Financial Services<br />Forrester Research</p>';
 

quote[2]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"This year promises to be a year of adversity for some retail bankers and opportunity for others. The key issue for retail banks will be managing growth and profitability while adapting to an ever-changing economic climate.<br /> <img src="../images/blank.gif" width="1" height="7" /><br /> Opportunity can be found in adversity, and retail bankers that pursue cautious forward movement will be rewarded."</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 <br>&nbsp;and Practice Leader, <br>&nbsp;Retail Banking<br />&nbsp;TowerGroup</p>';

  
 quote[3]='<p><img src="../images/logo_gartner.gif" width="70" height="19" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Over 75% of banks plan to use price optimization. Banks are five times more likely to add price optimization by purchasing software than building their own."</p><p id="author"><b>Richard De Lotto</b><br />Principal Analyst, Banking<br />Gartner</p>';
 
   quote[4]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"As the value of product portfolios reaches into the billions, minute differences in interest rates can have a material impact on overall bank profitability. <br /> <img src="../images/blank.gif" width="1" height="7" /><br />Pricing and revenue optimization represents a movement towards greater precision in the pricing process."</p><img src="../images/photo_britting2.jpg" width="50" height="64" hspace="5" vspace="5" align="left"><p id="author"><br><br><b>&nbsp;Bobbie Britting</b><br />&nbsp;Senior Analyst, <br>&nbsp;Consumer Lending</p>';   
   
     quote[5]='<p><img src="../images/logo_towergroup_sm.gif" width="95" height="28" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Price optimization does not recommend or demand increasing all loan prices or decreasing all deposit prices. Rather, it requires a financial institution to understand customers demand for products and services and their sensitivity to price. <br /> <img src="../images/blank.gif" width="1" height="7" /><br />Thus, in the case of the loan, it establishes both the price the customer is willing to pay and the acceptable rate of return for the lender."</p><img src="../images/photo_khirallah.jpg" width="50" height="64"align="left">&nbsp;<img src="../images/photo_britting2.jpg" width="50" height="64" /><p id="author"><b>Kathleen Khirallah</b><br />Managing Director and Practice Leader <br />and<b> Bobbie Britting</b><br />Senior Analyst, Consumer Lending<br />TowerGroup</p>';
	 
  quote[6]='<p><img src="../images/logo_gartner.gif" width="70" height="19" /><br><img src="../images/blank.gif" width="1" height="7" /><br />"Price Optimization is often evaluated in the context of building broader customer relationships, and pricing on the basis of that total relationship.<br /> <img src="../images/blank.gif" width="1" height="7" /><br />But price optimization - and the resulting increase in profits - should be pursued (even tactically at the product or line-of-business [LOB] level) almost regardless of any other future enterprise-wide strategic consideration.</p><p id="author"><b>Richard De Lotto<br /></b>Principal Analyst, Banking<br />Gartner Research</p>';
  

 quote[7]='<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><img src="../images/photo_khirallah.jpg" width="50" height="64" hspace="5" vspace="5" align="left"><p id="author"><br><b>&nbsp;Kathleen Khirallah<br /></b>&nbsp;Research Director,<br />&nbsp;Retail Banking <br />&nbsp;TowerGroup</p>';

  


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

