
var item=new Array()
item[0]='&ldquo;If I had to select one particular item that stuck in my mind after working with Kathryn, it would have to be how important knowing your people is in managing your project successfully - they can make or break your project.&rdquo;&nbsp;<br><span id="testimonials_name">Michel Hach&eacute;,<br>Cape Scott,<br>Department of National Defense</span>'
item[1]='&ldquo;Kathryn&acute;s ability to be &acute;quick on her feet&acute; in adjusting to client needs, makes her one of the true professionals.  She engages her audiences and is able to quickly respond to their needs and requirements.&rdquo;&nbsp;<br><span id="testimonials_name">Doug Land,<br>Program Manager Stevens Consulting Group</span>'
item[2]='&ldquo;I just had a kick off meeting with the Director of Pharmacists and completed the exercise on assumptions. We were able to discuss, clarify, and document assumptions that were being made.&rdquo;&nbsp;<br><span id="testimonials_name">Mary Burello,<br>Senior Manager<br>Central Community Care Access Centre</span>'


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==2) current=0
else current++
setTimeout("changeItem()",10000)
}


