function getContent() {
var count = 7;
var r = Math.ceil(Math.random() * count);
if (r == 1) return '<p style="font-size:11px">"...SpreadsheetWEB was like a gift from God in creating this system. I began building Coffee Break Financials in Visual Studio and Silverlight and I have experience with Great Plains software and Ruby open source. To develop this system on Ruby would have been at least $80,000 to $100,000, but with SpreadsheetWEB, I could convert from Excel to a web app literally in minutes."</p><p style="font-size:11px"><strong>Tom Gorman<br />President and Principal<br />Entrepreneurial Design, Inc.</strong></p><p style="font-size:11px"><a href="testimony11.html">Read Full Testimony</a></p>';
if (r == 2) return '<p style="font-size:11px">"SpreadsheetWEB streamlines our business. It allows us to price our products more accurately. With better pricing and quicker service, we’re increasing our value in a very competitive business."</p><p style="font-size:11px"><strong>Kas Naderi<br />CIO, CAR Financial</strong></p><p style="font-size:11px"><a href="testimony10.html">Read Full Testimony</a></p>';
if (r == 3) return '<p style="font-size:11px">"Pagos Spreadsheet Component has worked very well for us. We created a new web-based application that automates the renewal process for underwriters ..." </p><p style="font-size:11px"><strong>Project Manager <br />A Major Health Insurance Company</strong></p><p style="font-size:11px"><a href="testimony1.html">Read Full Testimony</a></p>';
if (r == 4) return '<p style="font-size:11px">"I wanted to take this time to express my sincere thanks for the tremendous effort you and your Pagos team showed ..."</p><p style="font-size:11px"><strong>Kay Mooney<br />Chief Actuary<br />Aetna</strong></p><p style="font-size:11px"><a href="testimony2.html">Read Full Testimony</a></p>';
if (r == 5) return '<p style="font-size:11px">"The response-speed from the Pagos Consultant and the quality of the spreadsheet were both excellent ..."</p><p style="font-size:11px"><strong>Sonny Costin<br />Container Centralen</strong></p><p style="font-size:11px"><a href="testimony4.html">Read Full Testimony</a></p>';
if (r == 6) return '<p style="font-size:11px">"Pagos has consistently exceeded our expectations ..."</p><p style="font-size:11px"><strong>Robert Sriberg<br />President<br />DNS</strong></p><p style="font-size:11px"><a href="testimony6.html">Read Full Testimony</a></p>';
if (r == 7) return '<p style="font-size:11px">"It used to take us months to develop and deploy new programs. Now in a matter of days, we can deploy new programs ..."</p><p style="font-size:11px"><strong>West McAdams<br />COO<br />Southern Risk</strong></p><p style="font-size:11px"><a href="testimony7.html">Read Full Testimony</a></p>';
}
document.getElementById('testimonialcontent').innerHTML = '<font size="2">' + getContent() + "</font>";
