


var item=new Array()

item[0]= '<h4 style=text-align:left;>"Doug\'s experience, collaborative style and facilitation skills help senior teams and leaders quickly identify critical issues and build alignment around key actions and strategies."</h4><h5 style=text-align:right;><strong>Jon Anastasio</strong><br>Vice President, Learning & Development<br>Nordstrom, Inc.<br></h5><a href=clients/testimonials.php style=font-size:10px;  color:#0e2d5c; text-align:right; >View All Testimonials</a>'
item[1]= '<h4 style=text-align:left;>"Doug made an exceptional contribution in helping our organization set our values, vision, and future direction and has helped me grow measurably in self awareness and leadership effectiveness." </h4><h5 style=text-align:right;margin-bottom:-10px;><b>Tom Gerace</b><br><i>CEO</i><br>Gather.com<br></h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right; >View All Testimonials</a>'
item[2]= '<h4 style=text-align:left;>"For over 10 years Doug helped design and deliver Gillette\'s leadership development programs in the US, Europe, Asia Pacific and Latin America. The response to his work around the world was always outstanding. He delivers results."</h4><h5 style=text-align:right;margin-bottom:-10px;>Thomas Webber<br>VP HR<br>Boston Scientific</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right; margin-top:-10px;>View All Testimonials</a>'
item[3]= '<h4 style=text-align:left;>"Throughout this three year engagement with Doug my staff and I learned a great deal about our organization, its culture, and the leadership and management techniques for addressing our key challenges."</h4><h5 style=text-align:right;margin-bottom:-10px;>Wendell Knox<br> CEO<br>Abt Associates, Inc.</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[4]= '<h4 style=text-align:left;>"Doug is a superb coach and program presenter and was extremely effective in helping me change my leadership behavior as we worked our way through this major change process. I learned a great deal from him."</h4><h5 style=text-align:right;margin-bottom:-10px;>Peter Hill<br> CEO, Oman Air<br>Muscat, Oman</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[5]= '<h4 style=text-align:left;>"Over the years I have learned to rely on Doug\'s knowledge, competence and integrity and have observed his ability to effectively work with and change senior leaders."</h4><h5 style=text-align:right;margin-bottom:-10px;>Bob Nicoson<br>Chief Human Resources Officer<br>Constant Contact</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[6]= '<h4 style=text-align:left;>"Doug is uniquely skilled in guiding CEOs to truly understand themselves and achieve breakthroughs in honestly articulating and acting on both personal and organizational issues and challenges."</h4><h5 style=text-align:right;margin-bottom:-10px;>Eileen Sweeney<br>VP HR, Global Operations<br>Nuance Communications</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[7]= '<h4 style=text-align:left;>"Our leaders have all benefited tremendously, both personally and professionally, and we are a more collaborative and much better lead organization as a result of the development journey Doug and his colleagues facilitated."</h4><h5 style=text-align:right;margin-bottom:-10px;>Scott Dinsdale<br>SVP, Digital Operations & New Technology<br>Sony Music Entertainment</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[8]= '<h4 style=text-align:left;>"Doug\'s contributions to MAS Holdings have proved invaluable over the years, having played critical roles in shaping & developing our leadership teams as well as initiating strategic planning, coaching senior leaders and building our organization culture."</h4><h5 style=text-align:right;margin-bottom:-10px;>Dian Gomes<br>Group Director, MAS Holdings </h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'
item[9]= '<h4 style=text-align:left;>"Doug has worked with all of the companies within our group and helped them develop their leaders, build their senior teams and create an aligned organization. He is a highly valued and respected business partner, coach, and mentor."</h4><h5 style=text-align:right;margin-bottom:-10px;>Mahesh Amalean<br>Chairman, MAS Holdings</h5><a href=clients/testimonials.php style=font-size:10px; color:#b20f13; text-align:right;>View All Testimonials</a>'

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



