/* This script and many more are available free online at */
/* The JavaScript Source!! http://javascript.internet.com */

var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = "\"Smoking is emerging as the world's largest single preventable cause of illness and death.\"<P><DIV Class=\"left_side_small\">World Health Report 1995, World Health Organization (WHO)</DIV>"
quotes[2] = "\"And make not your own hands contribute to your destruction.\"<P><DIV Class=\"left_side_small\">Qur\'an (2:195)</DIV>"
quotes[3] = "\"...tobacco is the only legally available consumer product which kills people when it is entirely used as intended.\"<P><DIV Class=\"left_side_small\">The Oxford Medical Companion, 1994</DIV>"
quotes[4] = "One person dies every ten seconds due to smoking-related diseases."
quotes[5] = "Smoking by parents is a major cause of death among infants from Sudden Infant Death Syndrome (SIDS)."
quotes[6] = "\"...Why is it that a product which on average kills one out of every two of its consumers is hardly regulated at all?\"<P><DIV Class=\"left_side_small\">Dr. Gro Harlem Brundtland<BR>Director-General, World Health Organization</DIV>"

quotes[7] = "\"...tobacco is the only legally available consumer product which kills people when it is entirely used as intended.\"<P><DIV Class=\"left_side_small\">The Oxford Medical Companion, 1994</DIV>"
quotes[8] = "\"Smoking is emerging as the world's largest single preventable cause of illness and death.\"<P><DIV Class=\"left_side_small\">World Health Report 1995, World Health Organization (WHO)</DIV>"
quotes[9] = "One person dies every ten seconds due to smoking-related diseases."
quotes[0] = "Smoking by parents is a major cause of death among infants from Sudden Infant Death Syndrome (SIDS)."
var quote = quotes[rand1]