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

<!-- TestimonialBox1: //-->
var TestimonialBox1=new Array()
TestimonialBox1[0] = "<span id='TestimonialsSpan'>&raquo;I own a licence to Garage Sale Basic, and I'll be honest - I love it! It's such a great application. Now I want to upgrade to Garage Sale.&laquo; <b>(Danijel)</b></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] = "";


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]);}

