var Quotation=new Array() 

		Quotation[0] = "<p>At first, thought it was really complicated - but it wasn't!<br />Liked the fact that I could access data from the Local Authority. Indicators are helpful ... formed a good framework! Thank you!<br /><span style=\"text-align:right\"></span></p><div class=\"readMore\"><p><a href=\"testimonials.php\">read more</a></p>";
		Quotation[1] = "<p>Very good. Useful to break each section down. Good idea to be able to attach evidence i.e. documents/photos etc. Useful that data/graphs are included so that you don't have to keep cross-referencing to other documents<br /><span style=\"text-align:right\"></span></p><div class=\"readMore\"><p><a href=\"testimonials.php\">read more</a></p>";
		Quotation[2] = "<p>Fabulous for having all the information in one place, Like the way data is pre populated - good for evidence. You are angels!<br /><span style=\"text-align:right\"></span></p><div class=\"readMore\"><p><a href=\"testimonials.php\">read more</a></p>";	
		Quotation[3] = "<p>Very useful, thank you. I will make time to practice.<br /><span style=\"text-align:right\"></span></p><div class=\"readMore\"><p><a href=\"testimonials.php\">read more</a></p>";		

		

		var Q = Quotation.length;
		var whichQuotation=Math.round(Math.random()*(Q-1));
		function showQuotation(){
			document.write(Quotation[whichQuotation]);
			}
		showQuotation();
