function text() {
};

text = new text();
number = 0;

// Testimonial Copy
text[number++] = "Everyone at TBA has been super helpful and always so nice. It is a pleasure to do business with an organization such as this. "
text[number++] = "TBA has been a real asset to my business for several reasons. I get prompt and reliable answers to my questions, usually with just one phone call or email... "
text[number++] = "I have been in the insurance business for thirty years and through the years, I have been blessed to have made many good friends along the way... "
text[number++] = "TBA offers quality products at affordable rates. That is one of the primary reasons I often turn to TBA for assistance... "
text[number++] = "I do business with TBA because of the integrity of Bill and John Felton. They are leaders in our industry and in our community... "
text[number++] = "I have known and appreciated the Felton family for many years. They have always been very professional and always responded to our needs... "

// Link Title
var ad=new Array()
ad='Read more';

// Link URL
var links=new Array()
links='Testimonials.html';

// Math and Write Code
var increment = Math.floor(Math.random() * number);
document.write((text[increment])+('<a href="'+links+'" >'+ad+'</a>'));
