		images = new Array(10);
		images[0] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/oconnor.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='E. Kevin O'Connor: NAI Realvest'></a>";
		images[1] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/moose.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Libby Moose: Mid-Atlantic Realty, Inc.'></a>";
		images[2] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/grubb.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Jeff Grubb: Capital West Business Center'></a>";
		images[3] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/jaques.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Jack St. Jaques: Double Jacks Bar and Grill'></a>";
		images[4] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/brown.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Rhyne Brown: NAI Global'></a>";
		images[5] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/disanto.jpg' vspace='0' hspace='0' border='0' width='240' height='118'alt='Mark DiSanto: Triple Crown Corporation'></a>";
		images[6] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/grubb_poole.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Jeff Grubb & Bob Poole: Phase 2 Development Partners, LLC'></a>";
		images[7] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/wilson.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='David Wilson: JPL Productions'></a>";
		images[8] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/smith.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Roy Smith: Pennsylvania Counseling Services'></a>";
		images[9] = "<a href = 'http://www.billgladstone.com/Reputation/Testimonials.htm'><img src='http://www.billgladstone.com/RandomTestimonials/krug.jpg' vspace='0' hspace='0' border='0' width='240' height='118' alt='Howard Krug: Purcell, Krug & Haller'></a>";
		index = Math.floor(Math.random() * images.length);
		document.write("<DL>\n");
		document.write("<DT>" + "" + images[index] + "\n");
		document.write("</DL>\n");
		
