
var item=new Array()

item[0]='<h4>"Patrick O\'Neill is a gifted communicator and thinker - he challenges, provokes ...and his impact is extraordinary."</h4><p></p><h5>Dr. Samantha Nutt<br>Founder and Executive Director<br>War Child Canada<br><br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[1]='<h4>"Patrick O\'Neill has been invaluable in helping me and the senior management teams I led or was a part of achieve breakthrough performance."</h4><p></p><h5>Steven M. Liberty<br>Sr. Vice President Operations Canada<br>Patheon Inc.<br><br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[2]='<h4>"Nestle Canada has utilized Extraordinary Conversations several times with wonderful success. They really care about making a difference and achieving results."</h4><p></p><h5>Bob Leonidas<br>President and CEO<br>Nestl\é Canada Inc.<br><br><a href=../testimonials/index.php>view all testimonials</a></h5>'

item[3]='<h4>"Patrick O\’Neill and his team is any business executives \‘secret weapon\’."</h4><p></p><h5>Z. Cathy Preston<br>Director<br>Preston Human Capital Group Inc.<br><br><a href=../testimonials/index.php>view all testimonials</a></h5>'
item[4]='<h4>"I highly recommend Patrick O\’Neill and Extraordinary Conversations for any complex organizational issues."</h4><p></p><h5>Carolyn Acker<br>Founder<br>Pathways to Education Canada<br><br><a href=../testimonials/index.php>view all testimonials</a></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)
}


