// JScript source code
function Testimonials(){
document.write("<table class=\"testimonials\" width=\"100%\">");
document.write("<tr><td class=\"header\"><img src=\"http://www.ronyasoft.com/images/stripe_testimonials.gif\" alt=\"Testimonials\" width=150 height=14></td></tr>");
document.write("<tr><td class=\"testimonial\">\"ProPoster is already better than most of the poster printing tools.\"</td></tr>");
document.write("<tr><td class=\"name\">Eli Reuel</td></tr>");
document.write("<tr><td class=\"place\">Los Angeles, USA</td></tr>");
document.write("<tr><td class=\"testimonial\">\"Great software! I bought a color printer some time ago and now I just can't stop printing photos!\"</td></tr>");
document.write("<tr><td class=\"name\">Dawid Whitmore</td></tr>");
document.write("<tr><td class=\"place\">Stockport, United Kingdom</td></tr>");
document.write("</table>");
}