// JavaScript Document
function getTestimonial() {
var r_text = new Array ();
r_text[0] = "I used it one night before my exam and I think it was worth it. I would definitely recommend it.";
r_text[1] = "It makes more sense to spend the money on this than to do a retake";
r_text[2] = "Going thru the tests and crosswords is helping the information 'stick' by virtue of repetition. Reading the explanations is essential.";
r_text[3] = "In my opinion its worth it even if you only get a days use out of it.";
r_text[4] = "I found that PassIt was better for the money, easy to use and learn from and made studying much more fun . . . . would absolutely recommend PassIt!";
r_text[5] = "I was really worried too before the exam. I used the PassIt online guide and it worked for me. It gives you lots of practice.";
r_text[6] = "I would strongly recommend to everyone the 'PassIt' course material.";
var i = Math.floor(7*Math.random())
document.write('<span style="color: #FFF; font-size:17px; line-height:20px; font-style: italic;">' + r_text[i] + '</span>');
}