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

<!-- TestimonialBox1: //-->
var TestimonialBox1=new Array()
TestimonialBox1[0] = "<span id='TestimonialsSpan'>&raquo;1.5 is a solid update. I'm finding I can manage all of my day-to-day PayPal needs efficiently with GaragePay and without a visit to PayPal's sluggish website. This is a very good thing.&laquo; <strong>(Dean Heckler, Hecklerdesign.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;It's a better way to load PayPal data in public because you don't need your password to log on. You can just open it, look through and search through transactions - even find them without internet.&laquo; <strong>(PERSON1229)</strong></span>";

TestimonialBox2[1] = "<span id='TestimonialsSpan'>&raquo;I like this app. It saves me a lot of time. &laquo; <strong>(XK13)</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;I run an online business, we use PayPal for our shop. Now with GaragePay it has really streamlined my process. So much faster than having to log in for each sale. I can export to my Filemaker database with a click. Keeps my records constantly up to date. If you are doing business and using PayPal get this program. $25 is well worth the value it has brought to us. So far I have not had any problems. I have all my records for instant search going back almost 10 years. That is thousands of transactions at my fingertips. &laquo; <strong>(bwhite60)</strong></span>";

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