// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "<p>The transition from my old hosting service to constant-hosting was smooth and I was up and running quickly. Excellent service! - Dallin (geekloop.com)</p>"
random_text[number++] = "<p>The Fastest cPanel server I've ever used! - Tyler of condoulo.com</p>"
random_text[number++] = "<p>I haven't gotten this great of support anywhere else. - Eric</p>"
random_text[number++] = "<p>An Excellent place to host your website! - Rick</p>"
random_text[number++] = "<p>The transition from my old hosting service to constant-hosting was smooth and I was up and running quickly. Excellent service! - Dallin (geekloop.com)</p>"




var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);