
var item=new Array()

item[0]='<h4>"I\'ve worked with Al Williams on several projects, in a variety of professional capacities. I\'ve always found Al to be big-picture practical, very straightforward and enjoyable to work with."</h4><p></p><h5>Joe Boss<br>Planning & Real Estate Consultant and Community Activist</h5>'
item[1]='<h4>"He has had success overcoming the hurdles most consultants face because he understands the complex social mechanisms involved and he\'s extremely skillful at bringing all stakeholders to the table."</h4><h5>Linda Richardson<br> Community Activist and Former San Francisco Planning Commissioner</h5>'
item[2]='<h4>"Of all the people I\'ve known and worked with, Al is right at the top as far as being committed, trustworthy, and completely devoted to the objective at hand."</h4><p></p><h5>James Jefferson<br>Former Chairman & President of Primus Industries and Former Senior Vice President of Global Business Development for Parsons Water and Infrastructure Company</h5>'
item[3]='<h4>"He\'s not only a top professional, but he’s also someone you can count on when the chips are down."</h4><p></p><h5>James Jefferson<br>Former Chairman & President of Primus Industries and Former Senior Vice President of Global Business Development for Parsons Water and Infrastructure Company</h5>'
item[4]='<h4>"When you can make the client and the community into a team that understands each other’s points of view, you stand a much greater chance of bringing your client long-term success, and that\'s what Al is able to do."</h4><p></p><h5>Joe Boss<br>Planning & Real Estate Consultant and Community Activist</h5>'
item[5]='<h4>"As a community activist, I’ve been privileged to work side by side with Al to address and resolve a wide range of pressing community issues."</h4><p></p><h5>Linda Richardson<br> Community Activist and Former San Francisco Planning Commissioner</h5>'




var current=0

var ns6=document.getElementById&&!document.all
function changeItem(){
	if(document.layers){
	document.layer1.document.write(item[current])
	document.layer1.document.close()
	}

	if(ns6)document.getElementById("div1").innerHTML=item[current]
	{
	if(document.all){
	div1.innerHTML=item[current]
	}
}

if (current==5) current=0
else current++
setTimeout("changeItem()",7000)
}



