<script language="JavaScript">
<!--
function fsaiserve()
{
	var myImages=new Array()
	myImages[1]="/wp-content/themes/revolution-FSA/I serve/jana.jpg"
	myImages[2]="/wp-content/themes/revolution-FSA/I serve/vikram.jpg"
	myImages[3]="/wp-content/themes/revolution-FSA/I serve/saxena.jpg"
	myImages[4]="/wp-content/themes/revolution-FSA/I serve/priyan.jpg"
	myImages[5]="/wp-content/themes/revolution-FSA/I serve/sheila.jpg"
	
	var Quotation=new Array()
	Quotation[1] = "... I feel their need.";
	Quotation[2] = "... the sights that my eyes has seen are not a pretty one.";
	Quotation[3] = "... they have a record for consistently delivering on their goals.";
	Quotation[4] = "... sanitation is a fundamental human right which we must guarantee to all of humanity.";
	Quotation[5] = "... this is a human rights issue, one that we cannot turn away from once it has been brought to our attention.";

	var m=Math.floor(Math.random()*(myImages.length - 1)) + 1
	dispImage = myImages[m]
	dispQuote = Quotation[m]
}

fsaiserve()
//-->
</script>