// JScript source code
include('http://www.ronyasoft.com/scripts/window.js');

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\">\"I'm very impressed with your program and its wonderful working with it. Please keep up the great work!\"</td></tr>");
document.write("<tr><td class=\"name\">Wayne Majaralie</td></tr>");
document.write("<tr><td class=\"place\"></td></tr>");
document.write("<tr><td class=\"testimonial\">\"Used to make own templates in Publisher some years ago. Now I'm cutting corners with a smart app like yours!!!\"</td></tr>");
document.write("<tr><td class=\"name\">Bo-Olof Zetterstrom</td></tr>");
document.write("<tr><td class=\"place\"></td></tr>");
document.write("</table>");
}