text();

function text() {
};

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

text[number++] = "<span class='content5'>Most animals are colour blind and use their sense of smell to guide them to their food</span>";

text[number++] = "<span class='content5'>Cats require more protein and amino acids than dogs. As they cannot produce amino acids, they need to supplement it</span>";

text[number++] = "<span class='content5'>Flea saliva is one of the most irritating substances on earth, and can keep your pet scratching all night</span>";

text[number++] = "<span class='content5'>Fleas can transmit tapeworm - a harmful internal parasite</span>";

text[number++] = "<span class='content5'>Flea bites can cause a serious skin condition known as FAD (Flea Allergy Dermatitis)</span>";

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


