<!--
function text() {
};

text = new text();
number = 0;

// textArray
text[number++] = "The Waismann Method is known worldwide for treating patients on the highest levels of methadone and narcotics."
text[number++] = "72% percent of Waismann patients with OxyContin dependencies had not experienced dependency issues with any type of illegal drugs before seeking treatment for OxyContin use."
text[number++] = "Over 65% of patients treated with the Waismann Method remain drug free after one year."
text[number++] = "33% of Waismann patients sought treatment for a dependency to OxyContin, while a close 39% sought treatment for a Vicodin dependency."
text[number++] = "66% of Waismann survey respondents dependent on OxyContin indicated that their dependency stemmed from a desire to stop pain."
text[number++] = "56% of Waismann patients' opiate dependencies began with medication prescribed by their doctors."
text[number++] = "53% of Waismann survey respondents reported they had never experienced dependency issues with any type of illegal drug."
text[number++] = "Many women reported health issues that they attributed to their opiate dependencies, including memory loss (44%), decreases in mental health (26%) and extreme weight loss (12%)."
text[number++] = "Opiate dependency is a physical disease, one that can be overcome by utilizing advanced medical techniques."

increment = Math.floor(Math.random() * number);

document.write(text[increment]);

//-->