
//<![CDATA[
var quote=new Array();
  
  quote[0]='<a href=http://www.facebook.com/ThePondWarehouse?v=app_189977524185"><img src=\"images/pond.png\" width=\"212\" height=\"58\" alt=\"Pond Warehouse\" /></a><p>&quot;<a href="http://www.facebook.com/ThePondWarehouse?v=app_189977524185">ShopTab is what I\'ve been waiting for - it\'s the easiest and cheapest way for me as a small online store owner to get my products featured on my Facebook fan page.</a>"</p>';
  
  quote[1]='<a href="http://www.facebook.com/TheSpoiledMamaStore?v=app_189977524185"><img src=\"images/spoiled.jpg\" width=\"212\" height=\"58\" alt=\"The Spoiled Mama\" /></a><p>&quot;<a href="http://www.facebook.com/TheSpoiledMamaStore?v=app_189977524185">As a small business owner, I\'m always looking for ways to increase sales and better compete with the big guys. ShopTab is one of those ways. It has taken Facebook, one of my favorite customer communication tools, and turned it into a powerful sales tool as well.</a>&quot;</p>';
  
  quote[2]='<a href="http://www.facebook.com/littlebutterflykiss?v=app_189977524185"><img src=\"images/butterflyLogo.png\" width=\"212\" height=\"58\" alt=\"Little Butterfly Kiss\" /></a><p>&quot;<a href="http://www.facebook.com/littlebutterflykiss?v=app_189977524185">I love SHOPTAB because it gives me a whole new channel to sell my products actually right where all sorts of people already go each and every day.</a>&quot;</p>';    /* add as many quotes as you like!*/

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