var r_text = new Array ();
r_text[0] = "I can honestly say that in my time at UT, ECC has been the most educational, valuable, and influential experience that I've had. - Heath Clevland";
r_text[1] = "I would not be the person I am today without ECC, and my decision to intern with ECC is one of the best that I've made in preparing myself for a job. - Heath Cleveland";
r_text[2] = "Providing services to clients made me realize that I can make a big difference by putting in just a few hours each week. - Rebecca Le";
r_text[3] = "At ECC you have the oppportunity to create a lot of positive change and help a lot of people. - Johnny Lorn";
r_text[4] = "I've met a lot of really great people here. - Andie Shyong";
r_text[5] = "ECC is the best! - anonymous";
r_text[6] = "I had an amazing experience at ECC. I felt like I made a difference in people's lives and made new friends in the process. - Travis Caton";
var i = Math.floor(7*Math.random())

document.write(r_text[i]);

