function testimonials() {
var count = 7;
var r = Math.ceil(Math.random() * count);
if (r == 1) return "<b>We ended the year</b> on a great note, beating plan by $400 million... collected over $1 billion. Once again, I can't thank you and your team enough for your major contribution to our success. I got my collections B.S. and M.B.A. from CBS University.";
if (r == 2) return "<b>I really felt I had to</b> put in writing how much I appreciated the speed, quality and comprehensiveness of your work. You have given us a first class roadmap to success in this vitally important area.";
if (r == 3) return "<b>I know it is not often</b> you can see immediate results from training, but these results tell me that the CBS training is a fundamental skill set that needs to be rolled throughout the company. It's fundamental, it's sound, it makes sense and it works.";
if (r == 4) return "<b>The CBS people are</b> industry professionals who exude credibility and their reports and recommendations make sense and in my opinion work. Following their recommendations has made us raise the bar on ourselves, which is a win for both the business and for our people.";
if (r == 5) return "<b>CBS did a great job</b> helping the team here pull it all together and make SQT an efficient and effective tool. Our site ranked 3rd in February and we are 1st as of May. Something must have taken!!";
if (r == 6) return "<b>The CBS management processes</b> have been integrated into our operations and have contributed to a significant lift in performance over the past three years. CBS has been very responsive and has tailored programs specifically to our diverse needs in varied markets.";
if (r == 7) return "<b>Three months since Certification</b>...&quot;I've had 3 straight months of roll-rate improvements and I don't think this is a coincidence! The help received from CBS exceeded my expectations.&quot;";
}



