// RANDOM TEXT
function random_text()
{};
var random_text = new random_text();
var number = 0;

random_text[number++] = "Endless key worded searches making location sourcing and presenting a dream. "
random_text[number++] = "Instant video and image uploads."
random_text[number++] = "Customizable online client presentations."
random_text[number++] = "Dynamic interactive client collaboration for approvals and options. "
random_text[number++] = "Live access to your location supplier's databases, online and ready to present."
random_text[number++] = "A slick, stable online interface."
random_text[number++] = "Unlimited online storage for all your production assets."

var random_number = Math.floor(Math.random() * number);

document.write(random_text[random_number]);