
	function testimonial1(){
		text = "<img src='images/test1.jpg' border=1 align=left hspace=10 vspace=5>Dear the Sunballoon crew:<BR><BR>Andrea and I had a great time today. What an experience it was. We were both very happy that the morning rainshowers gave way to sunny skies and an idyllic sunset, allowing us the opportunity to experience for the first time what it is like to ride in a hot air balloon.<BR><BR>We are truly glad that we chose Sunballoon for our first ride. Your narration of the sights of Rancho Santa Fe and Del Mar below us were excellent. We thoroughly enjoyed it all, and what a way to wrap up the afternoon with a champagne-and-munchies party afterwards.<BR><BR>As I said, both of us had a great time. You can see it on our faces in the photos. I am very happy that I chose Sunballoon to celebrate Andrea's birthday in a very special way. She had a wonderful whirlwind day today -- a 'day trip' to San Diego. We were only in SD for about 12 hours, but it was great. It can't get any better than that.<BR><BR>Thank you again for a great day. I am certain we will be joining you again for another fun day in the not-so-distant future.<BR><BR>Fondly,<BR><BR>Kevin Wing and Andrea Bonfante";
		if (navigator.appName == "Microsoft Internet Explorer") {
			document.all.testimonial.innerHTML = text;
			}
		else if (parseInt(navigator.appVersion) >= 5) {
			document.getElementById('testimonial').innerHTML = text;
			}
	}
 
	function testimonial2(){
		text = "<img src='images/test2.jpg' border=1 align=left hspace=10 vspace=5>Nov 04    Hi ...<BR><BR>Thank you again sooooo much!  We had the best time!!!!<BR>I'll email pics to you early next week. Take care and have a great weekend.   Lisa Brooks    San Diego, CA<BR>";
		if (navigator.appName == "Microsoft Internet Explorer") {
			document.all.testimonial.innerHTML = text;
			}
		else if (parseInt(navigator.appVersion) >= 5) {
			document.getElementById('testimonial').innerHTML = text;
			}
	}
 
	function testimonial3(){
		text = "<img src='images/test3.jpg' border=1 align=left hspace=10 vspace=5>Sept 04 Hi,<BR><BR>What an awesome experience.  Thank you for such a wonderful memory and such great customer service.  All of your crew was wonderful.  Tampa, Fl<BR><BR>Thanks again,   Beth Hollis<BR>";
		if (navigator.appName == "Microsoft Internet Explorer") {
			document.all.testimonial.innerHTML = text;
			}
		else if (parseInt(navigator.appVersion) >= 5) {
			document.getElementById('testimonial').innerHTML = text;
			}
	}
 
	function testimonial4(){
		text = "<img src='images/test4.jpg' border=1 align=left hspace=10 vspace=5>Hey!<BR><BR>Just got back to a rainy and cold Pennsylvania tonight and wanted to thank you again for a fantastic balloon ride.  It was an experience to remember!<BR><BR>Thanks Again,<BR><BR>Steve Reeder   Lewistown, PA<BR>";
		if (navigator.appName == "Microsoft Internet Explorer") {
			document.all.testimonial.innerHTML = text;
			}
		else if (parseInt(navigator.appVersion) >= 5) {
			document.getElementById('testimonial').innerHTML = text;
			}
	}

