
var item=new Array()

item[0]='<h4>"Connie worked collaboratively with all stakeholders to pull together a disparate group of policies, guidelines and procedures and merged them into an over-arching process that is now the basis for our sourcing and standardization work programs.  Excellent job!"</h4><p></p><h5>Dan Olsen<br>Executive Director, Supply Chain<br>Vancouver Coastal Health</h5>'
item[1]='<h4>"Connie completed two business redesign projects at two different branches at the City of Vancouver. Her recommendations were well thought-out, relevant and delivered in a timely manner."</h4><h5>Rikki Jacobson<br>Change Manager<br>City of Vancouver</h5>'
item[2]='<h4>"Connie consistently exceeded our expectations, was very responsive to the needs of our clinical and business environments and timelines.  Her flexibility and creativity in finding solutions to meet specific requirements ensured that we were able to deliver the best outcomes."</h4><p></p><h5>Michael Duchnych<br>Regional Director, Supply Chain<br>Vancouver Coastal Health</h5>'
item[3]='<h4>"Connie performed a best practices review for the delivery of information technology services for us. Her impartial and holistic review provides a good balance of factual dissemination and applicability to our organization. We enjoyed working with her." </h4><h5>Peter Underwood<br>Project Manager<br>City of Vancouver</h5>'
item[4]='<h4>"With the business process mapping and review conducted by Connie, the project team was able to fully understand the intricate issues faced by Pacific Blue Cross in processing health benefits enrolment.  This helped us confirm the software enhancement priorities for the supporting application."</h4><p></p><h5 style="margin-top:-5px;margin-bottom:-5px;">Mike Lamoureux<br>Project Manager<br>Multicursal Solutions</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==4) current=0
else current++
setTimeout("changeItem()",7000)
}



