
var item=new Array()
item[0]='&ldquo;I was always aware of the fact that if you have good people, you have to treat them right if you want to keep them.  Nonetheless, hearing Kathryn back it up certainly brings it home for me and solidifies my perspective.&rdquo;&nbsp;<br><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. I would highly recommend Kathryn to any organization or group wanting a strong voice of experience and expertise.&rdquo;&nbsp;<br><br><span id="testimonials_name">Doug Land,<br>Program Manager<br>Stevens Consulting Group</span>'
item[2]='&ldquo;We were able to discuss, clarify, and document assumptions that were being made.  Several people had inaccurate or incomplete perceptions of the information stored in our database and also were unclear about who would be able to access it. It was most interesting and I am so thrilled that we discussed and documented this up front. Thank you!&rdquo;&nbsp;<br><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)
}


