<!-- Zitate immer in einer Zeile schreiben - auch HTML darf verwendet werden //-->

<!-- TestimonialBox1: //-->
var TestimonialBox1=new Array()
TestimonialBox1[0] = "<span id='TestimonialsSpan'>&raquo;I have the desktop version of this. This is a great app and does what it's supposed to well.&laquo; <strong>(Splinterbox)</strong></span>";

TestimonialBox1[1] = "<span id='TestimonialsSpan'>&raquo;Way better than the official eBay application. I have this application on my Mac as well and it works tremendously.&laquo; <strong>(throatz)</strong></span>";

TestimonialBox1[2] = "<span id='TestimonialsSpan'>&raquo;Great to watch items you intend to bid on. Install fine & works well&laquo; <strong>(buddyctb)</strong></span>";

var TBox1 = TestimonialBox1.length;
var whichTestimonialBox1 =Math.round(Math.random()*(TBox1-1));
function showTestimonialBox1(){document.write(TestimonialBox1[whichTestimonialBox1]);}

<!-- TestimonialBox2: //-->
var TestimonialBox2=new Array()
TestimonialBox2[0] = "<span id='TestimonialsSpan'>&raquo;This app works real good with ebay.&laquo; <strong>(Icechimp)</strong></span>";

TestimonialBox2[1] = "<span id='TestimonialsSpan'>&raquo;This is a great app for ebay.&laquo; <strong>(Mc0)</strong></span>";

TestimonialBox2[2] = "<span id='TestimonialsSpan'>&raquo;Have the desktop version as well. Thanks for making good applications.&laquo; <strong>(whatwaffles)</strong></span>";

var TBox2 = TestimonialBox2.length;
var whichTestimonialBox2 =Math.round(Math.random()*(TBox2-1));
function showTestimonialBox2(){document.write(TestimonialBox2[whichTestimonialBox2]);}


<!-- TestimonialBox3: //-->
var TestimonialBox3=new Array()
TestimonialBox3[0] = "<span id='TestimonialsSpan'>&raquo;Es ist eine super Alternative zu ebay, denn das gibt es noch nicht in Deuschland.&laquo; <strong>(e-mail4me)</strong></span>";

TestimonialBox3[1] = "<span id='TestimonialsSpan'>&raquo;Sehr sch&ouml;nes Programm, funktioniert seit 1.0.4 einwandfrei. Sch&ouml;n dass auch offline noch ein paar Daten in der \"Beobachtete Artikel\"-Liste erreichbar bleiben.&laquo; <strong>(taknil)</strong></span>";

TestimonialBox3[2] = "<span id='TestimonialsSpan'>&raquo;Since eBay hasn't released a UK version, this is a great alternative. To get it to search the UK store go to the iPhone settings, scroll to the bottom and change it. Recommeded!&laquo; <strong>(Joelw71)</strong></span>";

var TBox3 = TestimonialBox3.length;
var whichTestimonialBox3 =Math.round(Math.random()*(TBox3-1));
function showTestimonialBox3(){document.write(TestimonialBox3[whichTestimonialBox3]);}