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

<!-- TestimonialBox1: //-->
var TestimonialBox1=new Array()
TestimonialBox1[0] = "<span id='TestimonialsSpan'>&raquo;The Fastest, Most Convenient, Efficient, and Best Way to Do eBay on a Mac. GarageBuy, the first officially certified client for the Mac by eBay, is nothing short of awesome. Any user of eBay with a Mac should have this in their Applications folder. Light users to heavy users are going to thoroughly enjoy this eBay buyer manager. I know I am.&laquo; <strong>(SvenOnTech.com)</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;A very useful program. The search and bidding functionality is clean and easy to use. Best of all, it's free. Kudos to the developers!!&laquo; <strong>(MSTEG)</strong></span>";

TestimonialBox2[1] = "<span id='TestimonialsSpan'>&raquo;Great program to search and keep track on large number of auctions.&laquo; <strong>(KUKKIS)</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] = "";

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