	var quotes = new Array();
	var numberOfQuotes = 0;
	function addQuots(quote)
	{
		quotes[numberOfQuotes++] = quote;
	}
	addQuots ("<img src='/bilder/random/birds.jpg' border='0'>");
	addQuots ("<img src='/bilder/random/bumerang.jpg' border='0'>");
	addQuots ("<img src='/bilder/random/butterfly.jpg' border='0'>");
	addQuots ("<img src='/bilder/random/field.jpg' border='0'>");
	addQuots ("<img src='/bilder/random/fish.jpg' border='0'>");

	
