var Quotation=new Array() 

		Quotation[0] = "<h3 style=\"margin-top:0\">The SEF that's not a SEF</h3><img class=\"colImage\" src=\"images/ofsted-logo.jpg\" alt=\"The SEF that's not a SEF\" title=\"Ofsted\"/><p>Find out more about the new DCSF Review, how it differs from the TFC SEF and how Perspective will support both frameworks</p><p>&nbsp;</p><div class=\"readMore\" style=\"padding-top:70px\"><p><a  href=\"dcsf-review.php\">read more</a></p>";
		Quotation[1] = "<h3 style=\"margin-top:0\">New Ofsted Framework</h3><img class=\"colImage\" src=\"images/ofsted-logo.jpg\" alt=\"Ofsted New Framework: September 2009\" title=\"Ofsted\"/><p>Perspective has fully supported the new Ofsted framework since September 2009.</p><p>&nbsp;</p><div class=\"readMore\" style=\"padding-top:70px\"><p><a  href=\"ofsted-announcement.php\">read more</a></p>";




		

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