<!--
function Text() {
};

Text = new Text();
number = 0;

// TextArray
Text[number++] = '<p class="testimonials">TO WHOM IT MAY CONCERN<br class="br_smaller"><br class="br_smaller">My wife and I were very pleased to have been customers of Mr. Ralph DiLiberto, the latter being in the business of refinishing and restoring older (period) furniture.<br class="br_smaller"><br class="br_smaller">We entrusted to Mr. DiLiberto the following solid-wood pieces: dining table, china closet, lower hutch and six chairs. The furniture dated from early twentieth century, possibly about 1910. The work done by Mr. DiLiberto surpassed all our expectations. Not only did he explain fully the steps he would take during the refinishing process, but he showed by example several of those steps.<br class="br_smaller"><br class="br_smaller">My wife particularly felt very comfortable entrusting our furniture to Mr. DiLiberto. The result of his efforts was the renewal of a fine dining room set, of which we are now very proud. We are indebted to Mr. DiLiberto for the work he completed for us.<br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong>Respectfully,<br class="br_smaller">Ralph D. Harrity</strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

Text[number++] ='<p class="testimonials">Ralph, <br class="br_smaller"><br class="br_smaller">Thank you for a quick excellent job. As always, "Your\'re the best"<br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong> Mendy & Randy Deirraui<br class="br_smaller"></strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

Text[number++] = '<p class="testimonials">May 16, 2000<br class="br_smaller"><br class="br_smaller">Hi Ralph,<br class="br_smaller">Thank you for your help with Rick Bloom\'s claim.<br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong>Randy Fulner<br class="br_smaller">Champion Moving</strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

Text[number++] = '<p class="testimonials">Ralph, <br class="br_smaller"><br class="br_smaller">The Boston Rocker came out <strong>GREAT!</strong> Thanx for putting it back together. Hope to hear from you on mantel ideas and paneling???\'s.<br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong>Lori & Jim Milre<br class="br_smaller"></strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

Text[number++] ='<p class="testimonials">Ralph,<br class="br_smaller"><br class="br_smaller">Just a quick note to <strong>THANK YOU</strong> again for the beautiful job on Jim\'s desk, and squeezing it into your busy schedule. Jim was very surprised and absolutely loves it!  (what a relief!)  You\'re the best!<br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong> Tina & Eric Hazlitt</strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

Text[number++] ='<p class="testimonials">We want to share our extraordinary experience with Ralph DiLiberto with everyone who is in need of furniture restoration. We had nice pieces of furniture, some of them heirlooms that were badly nicked and in need of a facelift. Ralph began with a dining room table dating back to the 1920\'s which had burn marks and a piece of wood gouged out. We were absolutely amazed at the transformation Ralph performed on this piece which has four difference kinds of wood, is now the centerpiece of our dining room and is stunning!  Our bedroom suite of 39 years which was of Spanish style with intricate carving and dark wood has taken on a totally new apprearance with an oak finish which shows the wood carving beautifully. My mother\'s cedar chest dating back to the 1920\'s underwent a facelift while leaving the integrity of the handpainting on the front intact. We have recently moved to the Richmond, Virginia and are delighted with our "new furniture."  We endorse Ralph to the fullest for his integrity, pride in his workmanship, and timeless of completing our projects within a deadline. We would be very pleased to have any prospective customers call us for further references. Contact information is available through Ralph.  <br class="br_smaller"><br class="br_smaller"><div align="right" class="interior_content2"><strong> Maxine & Don King</strong></div><br class="br_smaller"><a href="testimonials.html" class="testimonials">More Testimonials</a></p>'

increment = Math.floor(Math.random() * number);
document.write('<p class="testimonials">'+Text[increment]+'</p>');
-->	
