// Random Testimonial

function random_imglink(){
  var mytest=new Array()


  mytest[1]="<p><img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />As an eBay Poweruser, I’m always looking for tools to help me sell. fflap does this and does it well. It’s simple, intuitive and really makes a difference.</p><p class='testimonial-credit'>— Ric Rubin, Executive Director"
  mytest[2]="<p><img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />The more people that talk about and click-through to our products the more profitable our eBay business has become.</p><p class='testimonial-credit'>— Grace Sommers, Marketing Manager"
  mytest[3]="<p><img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />I now shop for all my eBay products using fflap classifieds, I can get to know who I am buying from which is just as important to me as what I am  buying.</p><p class='testimonial-credit'>— Angela Kotass, France"
  mytest[4]="<p><img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />This advanced system provides my social network audience with the  precise information needed to get the exact item the individual is searching for quickly and easily.</p><p class='testimonial-credit'>— Amanda Maintown, New York"
  mytest[5]="<img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />fflap has helped me reach eBay Powerseller status quicker than I thought possible.</p><p class='testimonial-credit'>— Lisa Hargreaves, Illinois"
  mytest[6]="<img src='/images/v2/quote-left.png' alt='' width='27' height='21' border='0' align='left' />Our customers follow us on twitter because we deliver them the best offers first - they feel rewarded and flap helps us to do this - thankyou!</p><p class='testimonial-credit'>— Alex Larter, CEO"

  
  var ry=Math.floor(Math.random()*mytest.length)

  if (ry==0)
	 ry=1
	 document.write('<p>'+mytest[ry]+'</p>')
	}

  random_imglink()
