text();

function text() {
};

text = new text();
var number=0; 

text[number++] = "<span class='content3'>An aspirin a day (unless your Physician has advised otherwise) - is an easy and effective way to prevent heart attacks and strokes among middle-aged males</span>";
text[number++] = "<span class='content3'>Taking Vitamin E supplements can lower the risk of heart disease</span>";
text[number++] = "<span class='content3'>Drinking tea is a good way to prevent heart diseases. Laughing also reduces the risk of heart disease</span>";
text[number++] = "<span class='content3'>Jogging everyday for ten minutes reduces the chances of a heart attack by 30%</span>";

increment = Math.floor(Math	.random() *4);
document.write(text[increment]);

