// 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\">\"Funny app to produce funny posters.\"</td></tr>");
document.write("<tr><td class=\"name\">Mark Alley</td></tr>");
document.write("<tr><td class=\"place\">New York, USA</td></tr>");
document.write("<tr><td class=\"testimonial\">\"Cool, I like this tool, expecially motivator-demotivator!\"</td></tr>");
document.write("<tr><td class=\"name\">Robert Bramham</td></tr>");
document.write("<tr><td class=\"place\">Birmingham, United Kingdom</td></tr>");
document.write("</table>");
}

