// JavaScript Document
var r_text = new Array ();
var n = 5;

r_text[0] = "Learn about the power of Pyruvate!";
r_text[1] = "We Don't Raise Awarness, We Implement Results!";
r_text[2] = "You Can't Buy it, but We'll show You How to Aquire it!";
r_text[3] = "Live to Your Maximum Genetic Lifespan!";
r_text[4] = "We Survive on Your Donations, Please Help Us Implement Wellness!";
r_text[5] = "Fight America's # 1 Killer, Heart Disease!";
var i = Math.round(n*Math.random());

document.write(r_text[i]);

