text();

function text() {
};

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

text[number++] = "<span class='content8'>Sprinkle finely crushed dried mint to fried snack, to add flavour</span>";
text[number++] = "<span class='content8'>Create your own snack flavour, with a mixture of dried, crushed spices</span>";
text[number++] = "<span class='content8'>Use tissue paper for re-heating snacks - it absorbs the moisture and keeps it crisp. Reheat on high for 1 1/2 minutes</span>";
text[number++] = "<span class='content8'>For whiter and crisper potato wafers, add alum crystals and salt to the water when you soak your wafers</span>";
text[number++] = "<span class='content8'>Make your dish crunchy by adding cornflakes</span>";

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

