
var r_text = new Array ();
r_text[0] = "A total of <strong>69 400 kilograms</strong> of Parmalat cheese are being packed into shopping trolleys per day.";
r_text[1] = "Parmalat distribution trucks travelled a distance of 13,5 million kilometres in 2006 - enough to travel to the <strong>moon three times</strong> per month.";
r_text[2] = "Parmalat's data warehouse stores about <strong>26 gigabyte</strong> of data - roughly the same amount of information contained in fifty two thousand novels.";
r_text[3] = "Parmalat produces <strong>682</strong> different products.";
r_text[4] = "Parmalat cheese has consistently won <strong>three times more awards</strong> over the last three years than any other manufacturer.";
r_text[5] = "Parmalat's chilled storage space is as big as <strong>three rugby fields</strong> put together.";
r_text[6] = "Parmalat produces enough 2 litre ice cream tubs to cover <strong>29 rugby fields</strong>.";
r_text[7] = "Imagine diving into a pool of ice cream. You could fill <strong>310 swimming pools</strong> with the ice cream Parmalat produced in 2006.";
r_text[8] = "in 2006 Parmalat sold <strong>69 400 kilograms</strong> of cheese a day, one million kilograms in November, and a total of <strong>25 000 tons</strong> during the year.";
r_text[9] = "Long live the milk users! Parmalat sold<strong>155 million litres</strong> of UHT milk in 2006.";
r_text[10] = "<strong>Hungry ?</strong> With the amount of butter produced at Parmalat's Bonnievale plant per year you can spread <strong>1 064 775 807 slices</strong> of bread.";
r_text[11] = "Around <strong>85 800 cows</strong> loyally stand in a row to be milked every day to supply in Parmalat's milk needs.";
r_text[12] = "If <strong>Ernie Els</strong> could convert the weight of milk powder produced in Bonnievale into the same weight in golf balls, he could play <strong>395 900 tournaments</strong>.";
r_text[13] = "Did you know that all across the country at a given time about <strong>100 000 kids</strong> are reaching into their lunchboxes for their Melrose cheese wedges?";
r_text[14] = "Parmalat has <strong>422</strong> milk collection points and each delivers an average of <strong>3 306 litres of milk</strong> per day.";
r_text[15] = "Some people know how to get the most out of their cows - 54 out of 422 collection points (that is 13%) produce 50% of all the milk!";
r_text[16] = "Eastern Cape Cows are paving the Milky Way: during 2006 the Parmalat Port Elizabeth team used roughly <strong>130 million litres of milk</strong> - this can fill 52 Olympic size swimming pools.";
r_text[17] = "You have to milk <strong>two million cows</strong> in one day to equal all the milk that Cape Town's Parmalat UHT plant requires in one year.";
r_text[18] = "In November 2006 Parmalat's Ladismith plant produced <strong>338 046 kilograms</strong> of cheese slices. If you put them out next to one another they will cover the distance between Cape Town and Johannesburg!.";
r_text[19] = "Do you dream of visiting the pyramids? If you connect all the cup sheeting, labels and foil that we use in yoghurt production in one year, you'll have a yoghurt trail from Kayalami to Cairo.";


function echo(i)
{
	document.write(r_text[i]);
}
